From 05fc09fe2c7c009a742932be6607ffa1b89b553d Mon Sep 17 00:00:00 2001
From: foreman
Date: Wed, 23 May 2018 15:50:44 -0400
Subject: [PATCH] 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
---
rocclr/runtime/device/device.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rocclr/runtime/device/device.hpp b/rocclr/runtime/device/device.hpp
index 155f2c75bc..c1306e3c6c 100644
--- a/rocclr/runtime/device/device.hpp
+++ b/rocclr/runtime/device/device.hpp
@@ -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};