Skip to content

Commit

Permalink
Add cl_intel_unified_shared_memory to supported extensions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pcolberg committed Mar 29, 2022
1 parent eff31ba commit 00fb317
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/acl_platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 00fb317

Please # to comment.