File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3737 - name : Create results directory
3838 working-directory : xla
3939 run : mkdir -p results
40+ - name : Run test script
41+ run : |
42+ echo "This is a test." > results/test.log
43+ - name : Check file contents
44+ run : cat results/test.log
4045
4146 # - name: Get GPU spec
4247 # working-directory: xla
9297 - name : Run an HLO file
9398 working-directory : xla
9499 run : |
95- nvidia-smi --query-gpu=utilization.gpu --format=csv -l 1 > results/gpu_utilization_gpu_backend.log & ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning gpu_hlo_backend.hlo &> results/gpu_hlo_backend.hlo.log
100+ nvidia-smi --query-gpu=utilization.gpu --format=csv -l 1 > results/gpu_utilization_gpu_backend.log & ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning gpu_hlo_backend.hlo
96101
97102 cd results
98103 ls
You can’t perform that action at this time.
0 commit comments