You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we added the support for querying the device attribute corresponding CU_DEVICE_ATTRIBUTE_ASYNC_ENGINE_COUNT and CU_DEVICE_ATTRIBUTE_MAX_PITCH for L0 backend in this PR. #16533
Support the attribute query for CUDA, HIP and Metal in Unified Runtime.
The text was updated successfully, but these errors were encountered:
I am not sure if this should be referencomg Metal, because I don't think we have a Metal adapter in Unified Runtime at this point.
Also, this issue requires adding SYCL device info properties, likely through an extension (I don't think we currently have any existing info properties that semantically will map to these values). So I am just pointing out this is a DPC++ plus Unified Runtime combined work effort for clarity because the UR queries will be called from sycl::device::get_info for the relevant properties.
Currently we added the support for querying the device attribute corresponding
CU_DEVICE_ATTRIBUTE_ASYNC_ENGINE_COUNT
andCU_DEVICE_ATTRIBUTE_MAX_PITCH
for L0 backend in this PR. #16533Support the attribute query for CUDA, HIP and Metal in Unified Runtime.
The text was updated successfully, but these errors were encountered: