Skip to content
Snippets Groups Projects

Use rocm-smi to print state of HIP device usage in CI

Merged Ryunosuke O'Neil requested to merge roneil-rocm-smi into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -110,6 +110,9 @@ else
RUN_OPTIONS="${RUN_OPTIONS} ${RUN_THROUGHPUT_OPTIONS_HIP}"
ALLEN="HSA_NO_SCRATCH_RECLAIM=1 GPU_MAX_HW_QUEUES=8 HIP_VISIBLE_DEVICES=${GPU_NUMBER} numactl --cpunodebind=${NUMA_NODE} --membind=${NUMA_NODE} ./toolchain/wrapper ./Allen ${RUN_OPTIONS}"
rocm-smi || echo "error occurred during rocm-smi; it will be ignored"
fi
echo "Command: ${ALLEN}"
{
Loading