Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add onepass algorithm for logsumexp #97

Merged
merged 14 commits into from
Sep 23, 2020

Commits on Jun 8, 2020

  1. Add logsumexp_onepass

    devmotion committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    52a63ed View commit details
    Browse the repository at this point in the history
  2. Add tests

    devmotion committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    5983de9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    c9e1396 View commit details
    Browse the repository at this point in the history
  2. Add test

    devmotion committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    70c1b88 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    31356bd View commit details
    Browse the repository at this point in the history
  2. Remove comment

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    devmotion and nalimilan authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    44eec25 View commit details
    Browse the repository at this point in the history
  3. Update documentation

    devmotion committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    51ca6db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7937e09 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Apply suggestions

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    devmotion and nalimilan authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    b79aceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    621c4f6 View commit details
    Browse the repository at this point in the history
  3. Update documentation

    devmotion committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    d0aa84a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    0dff349 View commit details
    Browse the repository at this point in the history
  2. Add function barrier

    devmotion committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    70995c5 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    devmotion committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    09bd293 View commit details
    Browse the repository at this point in the history