-
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] compatibility of consolidate with compile (quick version)
ghstack-source-id: 1bf3ca550dfe5499b58f878f72c4f1687b0f247e Pull Request resolved: #1061
- Loading branch information
Showing
5 changed files
with
223 additions
and
38 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
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
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
3cf52a0
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_set_shared
6754.679832337671
iter/sec (stddev: 0.0001455094557934899
)20119.3762844694
iter/sec (stddev: 0.00002409671897002342
)2.98
benchmarks/tensorclass/test_torch_functions.py::test_full_like
102.02800556542219
iter/sec (stddev: 0.00043603702511272273
)1743.0510243651881
iter/sec (stddev: 0.0001254528707912698
)17.08
benchmarks/tensorclass/test_torch_functions.py::test_zeros_like
140.00803010094938
iter/sec (stddev: 0.0018806135923055598
)5047.532146099815
iter/sec (stddev: 0.000015791535862530366
)36.05
benchmarks/tensorclass/test_torch_functions.py::test_ones_like
137.2047351135962
iter/sec (stddev: 0.0018634313948608457
)5052.006547834159
iter/sec (stddev: 0.000004544463308845592
)36.82
benchmarks/tensorclass/test_torch_functions.py::test_clone
153.9984954297178
iter/sec (stddev: 0.00012293193756781392
)2409.575086904825
iter/sec (stddev: 0.000008300850743497264
)15.65
benchmarks/tensorclass/test_torch_functions.py::test_stack
19.545933901933335
iter/sec (stddev: 0.0003603931567423208
)1135.5566841624611
iter/sec (stddev: 0.00046878776739966196
)58.10
benchmarks/tensorclass/test_torch_functions.py::test_cat
19.59550976180525
iter/sec (stddev: 0.0003737408907081909
)812.18443768779
iter/sec (stddev: 0.00003448986539566331
)41.45
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens