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
hal_device_id = haldriver.query_available_devices()[device_idx]["device_id"] Is a curious failure, as iree_Hal_hip_driver_query_available_devices is not a complex call.
It
enumerates devices from the driver
walks each device, and returns a tiny bit of information (queried from the driver) about them.
But the IndexError: list index out of range implies that the returned list is smaller than device_idx. (I.e. we are trying to get information for a device that does not exist)
On the last 3 commits on main
277618662a515f80f537d9b058b8ff1f15ca4ec0
f5e9cb4ef3fb37c31b438ea6a88b9c8179b7e9e7
ffb0dd2c6be7106e725d49a25b591a3e467913f3
some tests seem to fail somewhere in the IREE runtime.
2 of the failures are when querying the available devices.
Once it crashed with a Segmentation fault.
The data dependent CI tests also failed on one occasion with
The text was updated successfully, but these errors were encountered: