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]
此提交包含在:
@@ -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;
|
||||
|
||||
|
||||
新增問題並參考
封鎖使用者