Skip to content

Commit 010f867

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

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
@@ -270,6 +270,7 @@ if [[ $GPUTYPE == "HIP" ]]; then
270270
TIMESLICEOFFSET=$(($GPU_FIRST_ID + ($NUMAGPUIDS != 0 ? ($NGPUS * $NUMAID) : 0)))
271271
GPU_CONFIG+=" --environment \"ROCR_VISIBLE_DEVICES={timeslice${TIMESLICEOFFSET}}\""
272272
fi
273+
[[ $EPNSYNCMODE == 1 || ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]] && [[ ${EPN_NODE_MI100:-} == "1" ]] && [[ ${DISABLE_MI100_SERIALIZATION:-0} != 1 ]] && GPU_CONFIG_KEY+="GPU_proc.serializeGPU=3;"
273274
#export HSA_TOOLS_LIB=/opt/rocm/lib/librocm-debug-agent.so.2
274275
else
275276
GPU_CONFIG_KEY+="GPU_proc.deviceNum=-2;"

0 commit comments

Comments
 (0)