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
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user