-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Add
pad
argument to TensorDict.where (#539)
- Loading branch information
Showing
5 changed files
with
153 additions
and
47 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
7747505
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 'CPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.benchmarks/common/memmap_benchmarks_test.py::test_add_one[memmap_tensor0]
15670.286508178997
iter/sec (stddev: 0.00009494664314424387
)32122.917760474204
iter/sec (stddev: 0.0000294097153603822
)2.05
benchmarks/common/memmap_benchmarks_test.py::test_memmaptd_index_op
189.19260881392057
iter/sec (stddev: 0.0004554519369218494
)423.5088871865344
iter/sec (stddev: 0.000016536187168753856
)2.24
benchmarks/nn/functional_benchmarks_test.py::test_vmap_mlp_speed[True-True]
455.95745853793323
iter/sec (stddev: 0.0007778332927176489
)927.3947237659027
iter/sec (stddev: 0.0001962858442279279
)2.03
benchmarks/nn/functional_benchmarks_test.py::test_vmap_mlp_speed[True-False]
876.462017150474
iter/sec (stddev: 0.0004153831061975895
)1865.028996032084
iter/sec (stddev: 0.000016194502687459375
)2.13
benchmarks/nn/functional_benchmarks_test.py::test_vmap_mlp_speed[False-True]
527.1710484337934
iter/sec (stddev: 0.0006221517744050702
)1089.7057081929795
iter/sec (stddev: 0.0001642519244406766
)2.07
benchmarks/nn/functional_benchmarks_test.py::test_vmap_mlp_speed[False-False]
1153.8229353936238
iter/sec (stddev: 0.00020387949991083456
)2336.442670140485
iter/sec (stddev: 0.0001217527776581118
)2.02
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens