Skip to content

Commit 1838f8f

Browse files
committed
GPU dpl-worflow: Remove HSA_NO_SCRATCH_RECLAIM=1 optimization for MI50, with latest ROCm actually decreases performance...
1 parent 154ffd4 commit 1838f8f

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
@@ -259,7 +259,6 @@ if [[ $GPUTYPE == "HIP" ]]; then
259259
TIMESLICEOFFSET=$(($GPU_FIRST_ID + ($NUMAGPUIDS != 0 ? ($NGPUS * $NUMAID) : 0)))
260260
GPU_CONFIG+=" --environment \"ROCR_VISIBLE_DEVICES={timeslice${TIMESLICEOFFSET}}\""
261261
fi
262-
[[ ${EPN_NODE_MI100:-} != "1" ]] && export HSA_NO_SCRATCH_RECLAIM=1
263262
[[ $EPNSYNCMODE == 1 || ! -z ${OPTIMIZED_PARALLEL_ASYNC:-} ]] && [[ ${EPN_NODE_MI100:-} == "1" ]] && GPU_CONFIG_KEY+="GPU_proc.serializeGPU=3;"
264263
#export HSA_TOOLS_LIB=/opt/rocm/lib/librocm-debug-agent.so.2
265264
else

0 commit comments

Comments
 (0)