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

[Topi, Relay] Add cumprod #7722

Merged
merged 17 commits into from
Mar 25, 2021
Merged

Commits on Mar 24, 2021

  1. make cumbinop, refactor cumsum, add cumprod

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    f2ef782 View commit details
    Browse the repository at this point in the history
  2. cumsum exclusive test

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    2dc85a0 View commit details
    Browse the repository at this point in the history
  3. Add cumprod + flesh out cumsum tests

    add cumprod and tests
    
    reinstate tests
    
    rethink
    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    9406150 View commit details
    Browse the repository at this point in the history
  4. add rudimentary scan implementation

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b908bdf View commit details
    Browse the repository at this point in the history
  5. add attributes of cumprod node

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    cdedbb3 View commit details
    Browse the repository at this point in the history
  6. add cumprod strategy

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    0de8e21 View commit details
    Browse the repository at this point in the history
  7. add cuda strategy

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4b48ec9 View commit details
    Browse the repository at this point in the history
  8. python relay node construction

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7b3e372 View commit details
    Browse the repository at this point in the history
  9. change attrs to be reusuable

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    5062a3c View commit details
    Browse the repository at this point in the history
  10. add cumprod nodes

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    67d9441 View commit details
    Browse the repository at this point in the history
  11. complete tests

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    f75d64c View commit details
    Browse the repository at this point in the history
  12. Fix some typos about sum --> prod

    typos fix sum -> prod
    
    more typos
    
    more typo fixes
    
    more typos
    
    add doc strings
    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b3290bd View commit details
    Browse the repository at this point in the history
  13. Use Bool instead of int to represent exclusive

    make exclusive a bool up and down stack
    
    fix x
    
    fix bool err
    
    it is a bool now
    
    fix
    
    fix thing
    
    formatting to pass linter
    
    lint python
    
    cumprod pylint
    
    fix attribute
    
    fix ordering
    
    add exclusivity tests for end to end
    
    fix things
    
    cuda identity_value
    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6f944d1 View commit details
    Browse the repository at this point in the history
  14. Overall improve formatting, add doc message corrections

    simplify construction
    
    clang-format
    
    more tests
    
    undo simpler construction due to function passing stuff
    
    fix docs
    
    more exclusive doc changes
    
    more fixins"
    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    43df67e View commit details
    Browse the repository at this point in the history
  15. merge cumsum and cumprod to scan, merge tests

    fix stuff
    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8ffff27 View commit details
    Browse the repository at this point in the history
  16. remove other mentions of cumbinop -> scanop

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b9fb779 View commit details
    Browse the repository at this point in the history
  17. lint formatting

    Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    dbea713 View commit details
    Browse the repository at this point in the history