-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BugFix] Fix torch_function for uninit param (#683)
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 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
8ea4e87
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/common/common_ops_test.py::test_membership_stacked_nested_last
79257.99842557898
iter/sec (stddev: 6.669060966151845e-7
)190106.3053325936
iter/sec (stddev: 4.1012761732294033e-7
)2.40
benchmarks/common/common_ops_test.py::test_membership_stacked_nested_leaf_last
79288.46945395312
iter/sec (stddev: 6.531248856849023e-7
)189005.92308016526
iter/sec (stddev: 4.093706001749644e-7
)2.38
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens