Closed
Description
The enumerator of the aspect
enumeration which indicates "that the system allocator may be used instead of SYCL USM allocation mechanisms for usm::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
.