We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a3122 commit 49cf2b4Copy full SHA for 49cf2b4
.github/workflows/kernel_bench.yml
@@ -34,7 +34,7 @@ jobs:
34
uv sync --extra cpu
35
36
- name: Run KernelBench
37
- run: uv run ${{ github.workspace }}/infra/scripts/run_kernel_bench.py
+ run: uv run ${{ github.workspace }}/infra/scripts/run_kernel_bench.py --bench
38
39
XPU:
40
runs-on: pcl-tiergarten
infra/scripts/ci-xpu-run-kernel-bench.sh
@@ -21,4 +21,4 @@ ${AI_BENCH_UV} sync --extra xpu
21
echo ""
22
23
echo "--- Run KernelBench"
24
-${AI_BENCH_UV} run python ${SCRIPTS_DIR}/run_kernel_bench.py --xpu
+${AI_BENCH_UV} run python ${SCRIPTS_DIR}/run_kernel_bench.py --xpu --bench
0 commit comments