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
This commit is contained in:
foreman
2018-06-27 18:36:59 -04:00
szülő 7bb3d41155
commit a5bf56e9bc
@@ -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;