Skip to content

Commit 312d31e

Browse files
committed
fix mi350
1 parent 8833361 commit 312d31e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_linux-benchmark-mi350.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
set -eux
117117
bash .ci/tritonbench/run-benchmark.sh ${{ inputs.benchmark_name }} --conda-env ${TRITONBENCH_SIDE_A_ENV}
118118
"
119+
mkdir -p benchmark-output
119120
cp -r ".benchmarks/${{ inputs.benchmark_name }}" benchmark-output/${TRITONBENCH_SIDE_A_ENV}
120121
rm -rf .benchmarks || true
121122
# post-process result.json
@@ -138,6 +139,7 @@ jobs:
138139
set -eux
139140
bash .ci/tritonbench/run-benchmark.sh ${{ inputs.benchmark_name }} --conda-env ${TRITONBENCH_SIDE_B_ENV}
140141
"
142+
mkdir -p benchmark-output
141143
cp -r ".benchmarks/${{ inputs.benchmark_name }}" benchmark-output/${TRITONBENCH_SIDE_B_ENV}
142144
rm -rf .benchmarks || true
143145
# post-process result.json

0 commit comments

Comments
 (0)