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 48c7605 commit cfa7b71Copy full SHA for cfa7b71
prodtests/full-system-test/dpl-workflow.sh
@@ -259,7 +259,8 @@ if [[ $GPUTYPE == "HIP" ]]; then
259
TIMESLICEOFFSET=$(($GPU_FIRST_ID + ($NUMAGPUIDS != 0 ? ($NGPUS * $NUMAID) : 0)))
260
GPU_CONFIG+=" --environment \"ROCR_VISIBLE_DEVICES={timeslice${TIMESLICEOFFSET}}\""
261
fi
262
- [[ "${EPN_NODE_MI100:-}" != "1" ]] && export HSA_NO_SCRATCH_RECLAIM=1
+ [[ ${EPN_NODE_MI100:-} != "1" ]] && export HSA_NO_SCRATCH_RECLAIM=1
263
+ [[ $EPNSYNCMODE == 1 && ${EPN_NODE_MI100:-} == "1" ]] && GPU_CONFIG_KEY+="GPU_proc.serializeGPU=3;"
264
#export HSA_TOOLS_LIB=/opt/rocm/lib/librocm-debug-agent.so.2
265
else
266
GPU_CONFIG_KEY+="GPU_proc.deviceNum=-2;"
0 commit comments