P4 to Git Change 1465654 by wchau@wchau_OCL_boltzmann on 2017/10/02 16:13:43
SWDEV-120036 - Supporting the cl_amd_device_attribute_query on the ROC device - resubmit the codes with the addition of global free memory query support Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#66 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#24 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#26 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#27 edit
This commit is contained in:
@@ -101,6 +101,8 @@ bool Settings::create(bool fullProfile, int gfxipVersion) {
|
||||
if (MesaInterop::Supported()) {
|
||||
enableExtension(ClKhrGlSharing);
|
||||
}
|
||||
// Enable platform extension
|
||||
enableExtension(ClAmdDeviceAttributeQuery);
|
||||
|
||||
// Enable KHR double precision extension
|
||||
enableExtension(ClKhrFp64);
|
||||
|
||||
Reference in New Issue
Block a user