diff --git a/rocclr/runtime/device/pal/palsettings.cpp b/rocclr/runtime/device/pal/palsettings.cpp index 5ef4e6f4bb..43e11aac09 100644 --- a/rocclr/runtime/device/pal/palsettings.cpp +++ b/rocclr/runtime/device/pal/palsettings.cpp @@ -265,7 +265,7 @@ Settings::create( supportDepthsRGB_ = true; } if (use64BitPtr_) { - if (GPU_ENABLE_LARGE_ALLOCATION && wscaps.workStationBoard) { + if (GPU_ENABLE_LARGE_ALLOCATION && false/*wscaps.workStationBoard*/) { maxAllocSize_ = 64ULL * Gi; } else {