P4 to Git Change 1558617 by vsytchen@vsytchen-win10 on 2018/05/23 15:39:19

SWDEV-153682 - Report cl_amd_planar_yuv extension in OpenCL

	1. Enable cl_amd_planar_yuv extension for mainline.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/14948/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#301 edit


[ROCm/clr commit: 05fc09fe2c]
This commit is contained in:
foreman
2018-05-23 15:50:44 -04:00
parent e823f4f3a9
commit 4d8bd812ec
@@ -167,7 +167,7 @@ static const char* OclExtensionsString[] = {"cl_khr_fp64 ",
"cl_amd_copy_buffer_p2p ",
"cl_amd_assembly_program ",
#if defined(_WIN32)
"",
"cl_amd_planar_yuv",
#endif
NULL};