P4 to Git Change 1319752 by lmoriche@lmoriche_opencl_dev on 2016/09/28 00:48:39
SWDEV-103420 - [ROCm CQE][OCLonLC][Fiji] 9 of 47 tests failed in oclperf.so component in Fiji
Enable image support for the Lightning path.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#20 edit
[ROCm/clr commit: 59612c30f9]
This commit is contained in:
@@ -870,9 +870,6 @@ Device::populateOCLDeviceConstants()
|
||||
|
||||
assert(HSA_EXTENSION_IMAGES < 8);
|
||||
const bool image_is_supported =
|
||||
#if defined(WITH_LIGHTNING_COMPILER)
|
||||
false && // FIXME_lmoriche: Enable this when the LC is ready.
|
||||
#endif // defined(WITH_LIGHTNING_COMPILER)
|
||||
((hsa_extensions[0] & (1 << HSA_EXTENSION_IMAGES)) != 0);
|
||||
if (image_is_supported) {
|
||||
// Images
|
||||
|
||||
Reference in New Issue
Block a user