P4 to Git Change 1573627 by skudchad@skudchad_test2_win_opencl on 2018/06/27 18:26:38

SWDEV-145570 - [HIP] Report 64KB LDS for Linux

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15296/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#52 edit


[ROCm/clr commit: a5bf56e9bc]
This commit is contained in:
foreman
2018-06-27 18:36:59 -04:00
parent 2b6bea9a08
commit 9d5edb5b3e
@@ -355,7 +355,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
enableExtension(ClAMDLiquidFlash);
}
hwLDSSize_ = 32 * Ki;
hwLDSSize_ = IS_LINUX ? 64 * Ki : 32 * Ki;
imageSupport_ = true;