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

Beam search logit refactor #771

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 4, 2020

  1. Batches logit retrieval from device to once memcpy is issued for all …

    …logits instead of one memcpy per logit.
    rhenry-nv committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    8e14bef View commit details
    Browse the repository at this point in the history
  2. Changed getherFromIndices to use pointers instead of get and set for …

    …CPU backend. Should be more performant + the code is more readable.
    rhenry-nv committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    3036e47 View commit details
    Browse the repository at this point in the history
  3. Changes class variable to follow Marian convention and adds licenses …

    …to top of modified files
    rhenry-nv committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    112f148 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b35482 View commit details
    Browse the repository at this point in the history
  5. Adds licenses

    rhenry-nv committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    11cfc59 View commit details
    Browse the repository at this point in the history
  6. Update change log

    rhenry-nv committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    23af079 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    f9e1180 View commit details
    Browse the repository at this point in the history