SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR: presence of device in env change behavior of shared #2544
Labels
level-zero
L0 adapter specific issues
memory
Memory allocations/transfers/operations
umf
Unified Malloc Framework (prev. UMA)
I'm trying to use USM pooling and the results are not seems match the documentation. I see that presence of device in
SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR
changes pooling behavior for shared memory. I.e., with explicit device:4M (that is a default), shared memory pooling is on, while without it, there is no more pooling.This is reproduced under Linux for release compiler 2025.0.0.20241008 as well as for manual sycl build that uses UR dbd168cb.
The text was updated successfully, but these errors were encountered: