From 6b4efff1b8f69ddaaa99b126f7e45f25849c5da8 Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 18 Jul 2014 21:03:27 -0400 Subject: [PATCH] P4 to Git Change 1057024 by skudchad@skudchad_opencl_win_2 on 2014/07/18 20:55:43 ECR #304775 - Expose cl_khr_subgroups in mainline. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#227 edit [ROCm/clr commit: b72b88b38184437cd2b5e76fb12dce35a15ef0ca] --- projects/clr/rocclr/runtime/device/device.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/runtime/device/device.hpp b/projects/clr/rocclr/runtime/device/device.hpp index 4651663ed8..8d3ed27d1f 100644 --- a/projects/clr/rocclr/runtime/device/device.hpp +++ b/projects/clr/rocclr/runtime/device/device.hpp @@ -146,7 +146,7 @@ OclExtensionsString[] = { "cl_amd_bus_addressable_memory ", "cl_amd_c11_atomics ", "cl_khr_spir ", - "", + "cl_khr_subgroups ", "cl_khr_gl_event ", NULL };