Skip to content

Commit a946be8

Browse files
committed
GPU: remove automatic workaround for MI100 memory errors
1 parent da00550 commit a946be8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ if [[ $GPUTYPE == "HIP" ]]; then
265265
TIMESLICEOFFSET=$(($GPU_FIRST_ID + ($NUMAGPUIDS != 0 ? ($NGPUS * $NUMAID) : 0)))
266266
GPU_CONFIG+=" --environment \"ROCR_VISIBLE_DEVICES={timeslice${TIMESLICEOFFSET}}\""
267267
fi
268-
[[ $EPNSYNCMODE == 1 || ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]] && [[ ${EPN_NODE_MI100:-} == "1" ]] && GPU_CONFIG_KEY+="GPU_proc.serializeGPU=3;"
269268
#export HSA_TOOLS_LIB=/opt/rocm/lib/librocm-debug-agent.so.2
270269
else
271270
GPU_CONFIG_KEY+="GPU_proc.deviceNum=-2;"

0 commit comments

Comments
 (0)