P4 to Git Change 1456263 by lmoriche@lmoriche_opencl_dev2 on 2017/09/07 13:20:35

SWDEV-94644 - Don't report cl_amd_offline_devices with the Lightning Compiler stack.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_device.cpp#63 edit
Este commit está contenido en:
foreman
2017-09-07 13:31:41 -04:00
padre b3ca3bdd0e
commit 6b305247fc
+5 -1
Ver fichero
@@ -116,7 +116,11 @@ RUNTIME_ENTRY(cl_int, clGetPlatformInfo,
"cl_khr_d3d11_sharing "
"cl_khr_dx9_media_sharing "
#endif //_WIN32
"cl_amd_event_callback cl_amd_offline_devices ";
"cl_amd_event_callback "
#if !defined(WITH_LIGHTNING_COMPILER)
"cl_amd_offline_devices "
#endif // defined(WITH_LIGHTNING_COMPILER)
;
break;
case CL_PLATFORM_ICD_SUFFIX_KHR:
value = "AMD";