dpctl.SyclDevice.has_aspect_usm_shared_allocations¶ SyclDevice.has_aspect_usm_shared_allocations¶ Returns True if this device supports USM-shared memory allocated on the same device, False otherwise. Returns: Indicates that the device supports USM memory allocated using sycl::malloc_shared. Return type: bool