-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Commits on Mar 24, 2021
-
make cumbinop, refactor cumsum, add cumprod
Andrew Zhao Luo authored and Andrew Zhao Luo committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for f2ef782 - Browse repository at this point
Copy the full SHA f2ef782View commit details -
Andrew Zhao Luo authored and Andrew Zhao Luo committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 2dc85a0 - Browse repository at this point
Copy the full SHA 2dc85a0View commit details -
Add cumprod + flesh out cumsum tests
add cumprod and tests reinstate tests rethink
Andrew Zhao Luo authored and Andrew Zhao Luo committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 9406150 - Browse repository at this point
Copy the full SHA 9406150View commit details -
add rudimentary scan implementation
Andrew Zhao Luo authored and Andrew Zhao Luo committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for b908bdf - Browse repository at this point
Copy the full SHA b908bdfView commit details -
add attributes of cumprod node
Andrew Zhao Luo authored and Andrew Zhao Luo committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for cdedbb3 - Browse repository at this point
Copy the full SHA cdedbb3View commit details -
Andrew Zhao Luo authored and Andrew Zhao Luo committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 0de8e21 - Browse repository at this point
Copy the full SHA 0de8e21View commit details -
Andrew Zhao Luo authored and Andrew Zhao Luo committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b48ec9 - Browse repository at this point
Copy the full SHA 4b48ec9View commit details -
python relay node construction
Andrew Zhao Luo authored and Andrew Zhao Luo committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 7b3e372 - Browse repository at this point
Copy the full SHA 7b3e372View commit details -
Andrew Zhao Luo authored and Andrew Zhao Luo committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 5062a3c - Browse repository at this point
Copy the full SHA 5062a3cView commit details -
Andrew Zhao Luo authored and Andrew Zhao Luo committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 67d9441 - Browse repository at this point
Copy the full SHA 67d9441View commit details -
Andrew Zhao Luo authored and Andrew Zhao Luo committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for f75d64c - Browse repository at this point
Copy the full SHA f75d64cView commit details -
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 committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for b3290bd - Browse repository at this point
Copy the full SHA b3290bdView commit details -
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 committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 6f944d1 - Browse repository at this point
Copy the full SHA 6f944d1View commit details -
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 committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 43df67e - Browse repository at this point
Copy the full SHA 43df67eView commit details -
merge cumsum and cumprod to scan, merge tests
fix stuff
Andrew Zhao Luo authored and Andrew Zhao Luo committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ffff27 - Browse repository at this point
Copy the full SHA 8ffff27View commit details -
remove other mentions of cumbinop -> scanop
Andrew Zhao Luo authored and Andrew Zhao Luo committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for b9fb779 - Browse repository at this point
Copy the full SHA b9fb779View commit details -
Andrew Zhao Luo authored and Andrew Zhao Luo committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for dbea713 - Browse repository at this point
Copy the full SHA dbea713View commit details