llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[AsyncAlloc][SYCL][ABI-BREAK] Use the SYCL properties extension for memory pool creation

Open Seanst98 opened this issue 6 months ago • 4 comments

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.

Seanst98 avatar Apr 10 '25 12:04 Seanst98