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

[Embedding] Add GPU fused embedding ops. #64

Open
wants to merge 49 commits into
base: main
Choose a base branch
from

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    a566c1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4567918 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/nvzhou/DeepRec-public into …

    …features/gpu_embedding_fusion
    RandyInterfish committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    222e123 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

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

Commits on Jan 20, 2022

  1. refactor a little big

    RandyInterfish committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    13906e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Feb 9, 2022

  1. Minor change

    RandyInterfish committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    f2ca5ea View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. minor update

    RandyInterfish committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1cf4c57 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. minor update

    RandyInterfish committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    22e936e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Update: minor change

    RandyInterfish committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    3fab0e8 View commit details
    Browse the repository at this point in the history
  2. temp update

    RandyInterfish committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d9765a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 22, 2022

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

Commits on Mar 1, 2022

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

Commits on Mar 10, 2022

  1. Unit test passed

    RandyInterfish committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    cca0b38 View commit details
    Browse the repository at this point in the history
  2. python api works right

    RandyInterfish committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    279a6de View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    6569c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c29295 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Update: python a[i

    RandyInterfish committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    84209bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78dab1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c5b929 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

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

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    c449de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22506c5 View commit details
    Browse the repository at this point in the history
  3. Update: compilee pass

    RandyInterfish committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    85fc956 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

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

    RandyInterfish committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    241e086 View commit details
    Browse the repository at this point in the history
  3. Add more unit tests

    RandyInterfish committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    75a3bd4 View commit details
    Browse the repository at this point in the history
  4. post op ut passed

    RandyInterfish committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    b738015 View commit details
    Browse the repository at this point in the history
  5. ut all passed

    RandyInterfish committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    9ce8da1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf96164 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Minor fixed

    RandyInterfish committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    99cd77e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

Commits on Mar 30, 2022

  1. Merge branch 'main' of https://github.com/nvzhou/DeepRec-public into …

    …features/gpu_embedding_fusion
    RandyInterfish committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    091748e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d59c9ce View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Update doc

    RandyInterfish committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    3ecff7f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Ajust interface to V2

    RandyInterfish committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    6a13c5b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    896d87e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    901fa8a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    132b2ae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/alibaba/DeepRec into featur…

    …es/gpu_embedding_fusion
    RandyInterfish committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    400e0bc View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. temp

    RandyInterfish committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    676a324 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

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

Commits on Jul 5, 2022

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

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    adf5dae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/alibaba/DeepRec into featur…

    …es/gpu_embedding_fusion
    RandyInterfish committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d352bfc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. modify modelzoo

    RandyInterfish committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    14a680b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

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

Commits on Sep 6, 2022

  1. Merge branch 'main' of https://github.com/alibaba/DeepRec into featur…

    …es/gpu_embedding_fusion
    RandyInterfish committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4dfc639 View commit details
    Browse the repository at this point in the history