From e410fa30e7b235a71d1aa414b705da2fdd62dda6 Mon Sep 17 00:00:00 2001 From: foreman Date: Wed, 28 Sep 2016 00:55:30 -0400 Subject: [PATCH] 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: 59612c30f959bb3195c89c052e0423b9ae1d5864] --- projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp b/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp index dca0a4188a..c9af9fa9e0 100644 --- a/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp +++ b/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp @@ -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