We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41a2a1 commit 010f867Copy full SHA for 010f867
prodtests/full-system-test/dpl-workflow.sh
@@ -270,6 +270,7 @@ if [[ $GPUTYPE == "HIP" ]]; then
270
TIMESLICEOFFSET=$(($GPU_FIRST_ID + ($NUMAGPUIDS != 0 ? ($NGPUS * $NUMAID) : 0)))
271
GPU_CONFIG+=" --environment \"ROCR_VISIBLE_DEVICES={timeslice${TIMESLICEOFFSET}}\""
272
fi
273
+ [[ $EPNSYNCMODE == 1 || ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]] && [[ ${EPN_NODE_MI100:-} == "1" ]] && [[ ${DISABLE_MI100_SERIALIZATION:-0} != 1 ]] && GPU_CONFIG_KEY+="GPU_proc.serializeGPU=3;"
274
#export HSA_TOOLS_LIB=/opt/rocm/lib/librocm-debug-agent.so.2
275
else
276
GPU_CONFIG_KEY+="GPU_proc.deviceNum=-2;"
0 commit comments