We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8833361 commit 312d31eCopy full SHA for 312d31e
.github/workflows/_linux-benchmark-mi350.yml
@@ -116,6 +116,7 @@ jobs:
116
set -eux
117
bash .ci/tritonbench/run-benchmark.sh ${{ inputs.benchmark_name }} --conda-env ${TRITONBENCH_SIDE_A_ENV}
118
"
119
+ mkdir -p benchmark-output
120
cp -r ".benchmarks/${{ inputs.benchmark_name }}" benchmark-output/${TRITONBENCH_SIDE_A_ENV}
121
rm -rf .benchmarks || true
122
# post-process result.json
@@ -138,6 +139,7 @@ jobs:
138
139
140
bash .ci/tritonbench/run-benchmark.sh ${{ inputs.benchmark_name }} --conda-env ${TRITONBENCH_SIDE_B_ENV}
141
142
143
cp -r ".benchmarks/${{ inputs.benchmark_name }}" benchmark-output/${TRITONBENCH_SIDE_B_ENV}
144
145
0 commit comments