Skip to content

Commit 9da7f91

Browse files
committed
dpl-workflow.sh: using MI100 serialization workaround by default again, with option to disable it with env var
1 parent d89ef68 commit 9da7f91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ if [[ $GPUTYPE == "HIP" ]]; then
269269
TIMESLICEOFFSET=$(($GPU_FIRST_ID + ($NUMAGPUIDS != 0 ? ($NGPUS * $NUMAID) : 0)))
270270
GPU_CONFIG+=" --environment \"ROCR_VISIBLE_DEVICES={timeslice${TIMESLICEOFFSET}}\""
271271
fi
272+
[[ $EPNSYNCMODE == 1 || ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]] && [[ ${EPN_NODE_MI100:-} == "1" ]] && [[ ${DISABLE_MI100_SERIALIZATION:-0} != 1 ]] && GPU_CONFIG_KEY+="GPU_proc.serializeGPU=3;"
272273
#export HSA_TOOLS_LIB=/opt/rocm/lib/librocm-debug-agent.so.2
273274
else
274275
GPU_CONFIG_KEY+="GPU_proc.deviceNum=-2;"

0 commit comments

Comments
 (0)