P4 to Git Change 1759731 by asalmanp@asalmanp-ocl-stg on 2019/03/21 14:47:37

SWDEV-132899 - [OCL][GFX10] report 64K for LDS on gfx10+

	ReviewRequestURL = http://ocltc.amd.com/reviews/r/16995/

Affected files ...

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


[ROCm/clr commit: d9f16f3b03]
此提交包含在:
foreman
2019-03-21 15:35:11 -04:00
父節點 c61c79ed79
當前提交 cb7666ef69
+1 -1
查看文件
@@ -372,7 +372,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
enableExtension(ClAMDLiquidFlash);
}
hwLDSSize_ = IS_LINUX ? 64 * Ki : 32 * Ki;
hwLDSSize_ = (IS_LINUX || gfx10Plus_) ? 64 * Ki : 32 * Ki;
imageSupport_ = true;