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

Reduce Sum Op #2379

Merged
merged 17 commits into from
Oct 23, 2020
Merged

Reduce Sum Op #2379

merged 17 commits into from
Oct 23, 2020

Commits on Oct 13, 2020

  1. Add sum op

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    6c20f54 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Sum op implementation

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    e47e965 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    e55bd4a View commit details
    Browse the repository at this point in the history
  2. Fix license

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    03126f5 View commit details
    Browse the repository at this point in the history
  3. Remove Mean

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    cbd5a8a View commit details
    Browse the repository at this point in the history
  4. Rename dtype param

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ff2bfc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b176284 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Static map tests

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    4da42e6 View commit details
    Browse the repository at this point in the history
  2. Static map docs

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    10df331 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    abba831 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Add CPU only tests

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    809ce9c View commit details
    Browse the repository at this point in the history
  2. Move ops to reductions module

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    596a759 View commit details
    Browse the repository at this point in the history
  3. Fix review

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    5b5ef71 View commit details
    Browse the repository at this point in the history
  4. Fix for review

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    56f3174 View commit details
    Browse the repository at this point in the history
  5. Fix review

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    269cbb2 View commit details
    Browse the repository at this point in the history
  6. Add output type promotion

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    c3d7c48 View commit details
    Browse the repository at this point in the history
  7. Fix lint

    Signed-off-by: Albert Wolant <awolant@nvidia.com>
    awolant committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    195b731 View commit details
    Browse the repository at this point in the history