File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
BISECT_DIR : " .torchbench/v2-bisection-ci"
16
16
BISECT_BRANCH : " v2.0"
17
17
PYTHON_VER : " 3.10"
18
- CUDA_VER : " 11.8 "
18
+ CUDA_VER : " 12.1 "
19
19
NUMPY_VER : " 1.21.2"
20
20
CMAKE_VER : " 3.26"
21
21
MKL_VER : " 2021.2.0"
22
- MAGMA_VER : " magma-cuda118 "
22
+ MAGMA_VER : " magma-cuda121 "
23
23
if : ${{ github.repository_owner == 'pytorch' }}
24
24
runs-on : [self-hosted, bm-runner]
25
25
timeout-minutes : 2880 # 48 hours
@@ -62,10 +62,10 @@ jobs:
62
62
- name : Create the github issue
63
63
if : env.TORCHBENCH_PERF_BISECTION_NONEMPTY_SIGNAL
64
64
uses : peter-evans/create-issue-from-file@v4
65
- token : ${{ secrets.TORCHBENCH_ACCESS_TOKEN }}
66
65
with :
67
66
title : V2 Performance Signal Detected by TorchBench CI on ${{ env.TORCHBENCH_PERF_BISECTION_NONEMPTY_SIGNAL }}
68
67
content-filepath : ./bisection-result/gh-issue.md
68
+ token : ${{ secrets.TORCHBENCH_ACCESS_TOKEN }}
69
69
labels : |
70
70
torchbench-perf-report
71
71
- name : Upload artifact
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
TORCHBENCH_VER : " v2"
12
12
CONFIG_VER : " v2"
13
13
PYTHON_VER : " 3.10"
14
- CUDA_VER : " 11.8 "
15
- MAGMA_VERSION : " magma-cuda118 "
14
+ CUDA_VER : " 12.1 "
15
+ MAGMA_VERSION : " magma-cuda121 "
16
16
CONDA_ENV_NAME : " torchbench-v2-nightly-ci"
17
17
OUTPUT_DIR : " .torchbench/v2-nightly-ci"
18
18
BISECTION_ROOT : " .torchbench/v2-bisection-ci"
19
- CUDA_VERSION : " cu118 "
19
+ CUDA_VERSION : " cu121 "
20
20
SCRIBE_GRAPHQL_ACCESS_TOKEN : ${{ secrets.SCRIBE_GRAPHQL_ACCESS_TOKEN }}
21
21
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
22
22
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 19
19
CONFIG_VER : " v2"
20
20
SWEEP_DIR : " .torchbench/v2-sweep-ci"
21
21
PYTHON_VER : " 3.10"
22
- CUDA_VER : " 11.8 "
23
- MAGMA_VERSION : " magma-cuda118 "
22
+ CUDA_VER : " 12.1 "
23
+ MAGMA_VERSION : " magma-cuda121 "
24
24
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
25
25
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
26
26
AWS_DEFAULT_REGION : us-east-1
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ jobs:
85
85
continue-on-error : true
86
86
if : env.TORCHBENCH_BISECTION_COMMIT_FOUND_OR_FAILED
87
87
uses : peter-evans/create-issue-from-file@v4
88
- token : ${{ secrets.TORCHBENCH_ACCESS_TOKEN }}
89
88
with :
90
89
title : V3 Performance Signal Detected by TorchBench Userbenchmark "torch-nightly" on ${{ env.TORCHBENCH_BISECTION_COMMIT_FOUND_OR_FAILED }}
91
90
content-filepath : ./benchmark/gh-issue.md
91
+ token : ${{ secrets.TORCHBENCH_ACCESS_TOKEN }}
92
92
labels : |
93
93
torchbench-perf-report
94
94
- name : Upload artifact
You can’t perform that action at this time.
0 commit comments