Skip to content

Commit 2c1776a

Browse files
Update benchmarks.yml
1 parent 3419350 commit 2c1776a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# with:
6969
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
7070

71-
- name: Create isolated_convolution.hlo
71+
- name: Create dot_dot_f32_f32_f32.hlo
7272
working-directory: xla
7373
run: |
7474
cat << EOF > dot_dot_f32_f32_f32.hlo
@@ -85,7 +85,7 @@ jobs:
8585
}
8686
EOF
8787
88-
- name: Run specific HLO file hlo_runner_main
88+
- name: Run specific HLO file
8989
working-directory: xla
9090
run: |
9191
nvidia-smi --query-gpu=utilization.gpu --format=csv -l 1 > results/gpu_utilization_v2.log & ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning dot_dot_f32_f32_f32.hlo &> results/dot_dot_f32_f32_f32.log

0 commit comments

Comments
 (0)