-
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.
ghstack-source-id: a899c95c12a3b1b986ed429b6507711c4126189e Pull Request resolved: #1072
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@echo off | ||
set TENSORDICT_BUILD_VERSION=0.6.0 | ||
set TENSORDICT_BUILD_VERSION=0.6.1 | ||
echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION% |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
export TENSORDICT_BUILD_VERSION=0.6.0 | ||
export TENSORDICT_BUILD_VERSION=0.6.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.0 | ||
0.6.1 |
f12d31d
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
129865.89679863266
iter/sec (stddev: 5.334192710816651e-7
)308546.21790599916
iter/sec (stddev: 3.118703810030966e-7
)2.38
benchmarks/common/common_ops_test.py::test_membership_stacked_nested_leaf_last
127958.01369563866
iter/sec (stddev: 5.890256996234244e-7
)305481.5021092302
iter/sec (stddev: 3.47817462862431e-7
)2.39
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens