dpctl.SyclDevice.has_aspect_usm_host_allocations

SyclDevice.has_aspect_usm_host_allocations

Returns True if this device can access USM-host memory, False otherwise (refer Section 4.8 of SYCL 2020 specs).

Returns:

Indicates that the device can access USM memory allocated using sycl::malloc_host.

Return type:

bool