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 cf94b28 commit 7486f59Copy full SHA for 7486f59
prodtests/full-system-test/dpl-workflow.sh
@@ -260,7 +260,7 @@ if [[ $GPUTYPE == "HIP" ]]; then
260
GPU_CONFIG+=" --environment \"ROCR_VISIBLE_DEVICES={timeslice${TIMESLICEOFFSET}}\""
261
fi
262
[[ ${EPN_NODE_MI100:-} != "1" ]] && export HSA_NO_SCRATCH_RECLAIM=1
263
- [[ $EPNSYNCMODE == 1 && ${EPN_NODE_MI100:-} == "1" ]] && GPU_CONFIG_KEY+="GPU_proc.serializeGPU=3;"
+ [[ $EPNSYNCMODE == 1 || ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]] && [[ ${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