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

Additional refactoring of hash functions #10462

Merged
merged 18 commits into from
Apr 20, 2022

Commits on Mar 8, 2022

  1. Refactor float normalization.

    bdice committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    63f187a View commit details
    Browse the repository at this point in the history
  2. Refactor namespaces.

    bdice committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    84de276 View commit details
    Browse the repository at this point in the history
  3. Remove this-> for consistency.

    bdice committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    bda5910 View commit details
    Browse the repository at this point in the history
  4. Unify Spark/non-Spark implementations and separate tail processing in…

    …to its own function.
    bdice committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    13b831a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6929e63 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    6c293ed View commit details
    Browse the repository at this point in the history
  2. Revert "Make SparkMurmurHash3_32 inherit from MurmurHash3_32 (tests c…

    …urrently broken)."
    
    This reverts commit 6c293ed.
    bdice committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7cdec5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cafd0b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a24f52d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

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

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    8caa85c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7927735 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Update bpe_tokenizer.cuh.

    bdice committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    f02fa68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b01a59c View commit details
    Browse the repository at this point in the history
  3. Fix subword includes.

    bdice committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    e491115 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Revert copyright change.

    bdice committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    1e63821 View commit details
    Browse the repository at this point in the history
  2. Add [[fallthrough]].

    bdice committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    0a17018 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Make operator() const.

    Co-authored-by: Vyas Ramasubramani <[email protected]>
    bdice and vyasr authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    0fcbb23 View commit details
    Browse the repository at this point in the history