Skip to content

Commit 00fb317

Browse files
committed
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
1 parent eff31ba commit 00fb317

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/acl_platform.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,7 @@ const char *acl_platform_extensions() {
277277
" cl_khr_local_int32_extended_atomics"
278278
#endif
279279
#ifndef __arm__
280-
// Add the following once all USM APIs are implemented, Intel publishes
281-
// the spec, and published USM conformance tests pass
282-
//" cl_intel_unified_shared_memory"
280+
" cl_intel_unified_shared_memory"
283281
#endif
284282
" cl_intel_create_buffer_with_properties"
285283
" cl_intel_mem_channel_property"

0 commit comments

Comments
 (0)