P4 to Git Change 1479692 by lmoriche@lmoriche_opencl_dev2 on 2017/11/07 14:31:55
SWDEV-118564 - [OCL-LC-ROCm] Don't report the SPIR extension on OpenCL/LC Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#36 edit
This commit is contained in:
@@ -322,7 +322,9 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
|
||||
#endif // !defined(WITH_LIGHTNING_COMPILER)
|
||||
// Enable some platform extensions
|
||||
enableExtension(ClAmdDeviceAttributeQuery);
|
||||
#if !defined(WITH_LIGHTNING_COMPILER)
|
||||
enableExtension(ClKhrSpir);
|
||||
#endif // !defined(WITH_LIGHTNING_COMPILER)
|
||||
enableExtension(ClAMDLiquidFlash);
|
||||
|
||||
hwLDSSize_ = 32 * Ki;
|
||||
|
||||
Reference in New Issue
Block a user