-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Add
__abs__
docstrings, __neg__
, __rxor__
, __ror__
,…
… `__invert__`, `__and__`, `__rand__`, `__radd__`, `__rtruediv__`, `__rmul__`, `__rsub__`, `__rpow__`, `bitwise_and`, `logical_and` ghstack-source-id: 97ce710b5a4b552d9477182e1836cf3777c2d756 Pull Request resolved: #1154
- Loading branch information
Showing
3 changed files
with
315 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
d1363eb
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 'GPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.benchmarks/tensorclass/test_torch_functions.py::test_ones_like
112.62742991855316
iter/sec (stddev: 0.0027530210351535194
)230.9326612911524
iter/sec (stddev: 0.00012313419932585758
)2.05
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens