Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add cl_intel_unified_shared_memory to supported extensions #94

Merged
merged 2 commits into from
Mar 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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