dpctl.SyclDevice.has_aspect_usm_system_allocations

SyclDevice.has_aspect_usm_system_allocations

Returns True if system allocator may be used instead of SYCL USM allocation mechanism for USM-shared allocations on this device, False otherwise.

Returns:

Indicates that system allocator may be used instead of sycl::malloc_shared.

Return type:

bool