Skip to content

Commit 49cf2b4

Browse files
committed
[CI] Switch KernelBench jobs to benchmarking
1 parent e6a3122 commit 49cf2b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kernel_bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uv sync --extra cpu
3535
3636
- name: Run KernelBench
37-
run: uv run ${{ github.workspace }}/infra/scripts/run_kernel_bench.py
37+
run: uv run ${{ github.workspace }}/infra/scripts/run_kernel_bench.py --bench
3838

3939
XPU:
4040
runs-on: pcl-tiergarten

infra/scripts/ci-xpu-run-kernel-bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ ${AI_BENCH_UV} sync --extra xpu
2121
echo ""
2222

2323
echo "--- Run KernelBench"
24-
${AI_BENCH_UV} run python ${SCRIPTS_DIR}/run_kernel_bench.py --xpu
24+
${AI_BENCH_UV} run python ${SCRIPTS_DIR}/run_kernel_bench.py --xpu --bench

0 commit comments

Comments
 (0)