-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Performance] Faster
PrioritizedSliceSampler._padded_indices
(#2433)
- Loading branch information
1 parent
fb9cc2c
commit 361b763
Showing
1 changed file
with
18 additions
and
15 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
361b763
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/test_replaybuffer_benchmark.py::test_rb_iterate[TensorDictReplayBuffer-LazyMemmapStorage-SamplerWithoutReplacement-10000]
2094.0166244139073
iter/sec (stddev: 0.00456845021246647
)4283.956237897829
iter/sec (stddev: 0.000022894003609446883
)2.05
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens