From 1881f2f9d05e0a8a3206c8153307a797e459eeb1 Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Tue, 29 Mar 2022 13:35:25 -0400 Subject: [PATCH] Add cl_intel_unified_shared_memory to supported extensions The SYCL runtime uses but currently does not check for this extension. From a cursory glance all new API functions are implemented. https://www.khronos.org/registry/OpenCL/extensions/intel/cl_intel_unified_shared_memory.html --- src/acl_platform.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/acl_platform.cpp b/src/acl_platform.cpp index 69548270..0a6ba6e5 100644 --- a/src/acl_platform.cpp +++ b/src/acl_platform.cpp @@ -277,9 +277,7 @@ const char *acl_platform_extensions() { " cl_khr_local_int32_extended_atomics" #endif #ifndef __arm__ - // Add the following once all USM APIs are implemented, Intel publishes - // the spec, and published USM conformance tests pass - //" cl_intel_unified_shared_memory" + " cl_intel_unified_shared_memory" #endif " cl_intel_create_buffer_with_properties" " cl_intel_mem_channel_property"