Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Binary special methods return NotImplemented (#1191)
* return NotImplemented on DNDarray methods * fix bug lshift * fix some bugs * add out/where params for binary functions * add reflective tests & out,where * test NotImplemented * add missing tests for truediv and matmul * fix test divmod * rearange checks divmod out * tests in divmod and sub * fix brackets in divmod test * revert changes *shift for older pytorch versions * add out, where parameters * update examples output from scalar inputs --------- Co-authored-by: Fabian Hoppe <[email protected]> Co-authored-by: Claudia Comito <[email protected]>
- Loading branch information
f62e2b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.matmul_split_0_N1_GPU - RUNTIME
0.0067227683030068874
s (0.01882530376315117
)0.0027864642906934023
s (0.006810166407376528
)2.41
This comment was automatically generated by workflow using github-action-benchmark.
CC: @web-flow