Skip to content

Commit fba890e

Browse files
committed
New envs: HSA_KERNARG_POOL_SIZE, ENABLE_NUMA_BINDING
1 parent 0b19857 commit fba890e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runner/helpers/numa_bind.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ LOG_INFO_RANK0() {
2121
}
2222

2323
# Capture the output from amd-smi and process it without quotes
24-
# BUS_ID=($(amd-smi list --csv | awk -F, 'NR>1 && $2!="" {print $2}'))
2524
mapfile -t BUS_ID < <(amd-smi list --csv | awk -F, 'NR>1 && $2!="" {print $2}')
2625
LOG_INFO_RANK0 "BUS_IDs: ${BUS_ID[*]}"
2726

0 commit comments

Comments
 (0)