-
Notifications
You must be signed in to change notification settings - Fork 76
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: 929ad7fb89e0bd6d25a70ed64b340ad7245fd693 Pull Request resolved: #1089
- 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.1 | ||
set TENSORDICT_BUILD_VERSION=0.6.2 | ||
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.1 | ||
export TENSORDICT_BUILD_VERSION=0.6.2 |
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.1 | ||
0.6.2 |
73b0fd7
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
121106.62133082468
iter/sec (stddev: 5.855035305739545e-7
)349237.5674437543
iter/sec (stddev: 5.359392092081424e-7
)2.88
benchmarks/common/common_ops_test.py::test_membership_stacked_nested_leaf_last
120421.53961686615
iter/sec (stddev: 5.04271412648264e-7
)354079.4967927507
iter/sec (stddev: 3.758497777750895e-7
)2.94
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens