[SYCL] Incorrect aspect
system allocator enumerator spelling
#3962
Labels
bug
Something isn't working
aspect
system allocator enumerator spelling
#3962
The enumerator of the
aspect
enumeration which indicates "that the system allocator may be used instead of SYCL USM allocation mechanisms forusm::alloc::shared
allocations" has a different spelling than in the SYCL 2020 specification.In DPCPP's include/sycl/CL/sycl/aspects.hpp we find
aspect::usm_system_allocator
, whereas in the SYCL 2020 specification (p82. & p.84), this is spelled:aspect::usm_system_allocations
.The text was updated successfully, but these errors were encountered: