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 3419350 commit 2c1776aCopy full SHA for 2c1776a
.github/workflows/benchmarks.yml
@@ -68,7 +68,7 @@ jobs:
68
# with:
69
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
70
71
- - name: Create isolated_convolution.hlo
+ - name: Create dot_dot_f32_f32_f32.hlo
72
working-directory: xla
73
run: |
74
cat << EOF > dot_dot_f32_f32_f32.hlo
@@ -85,7 +85,7 @@ jobs:
85
}
86
EOF
87
88
- - name: Run specific HLO file hlo_runner_main
+ - name: Run specific HLO file
89
90
91
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