llvm
llvm copied to clipboard
[AsyncAlloc][SYCL][ABI-BREAK] Use the SYCL properties extension for memory pool creation
Introduce initial_threshold, maximum_size, read_only, and zero_init runtime properties conforming to the SYCL properties extension, and apply these properties to the creation of memory pools.
This PR is a draft until the feature has been added to the sycl_ext_oneapi_async_memory_alloc spec.