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
[SYCL][UR][L0 v2] fix ur_queue_handle_t_ after #17118
ur_queue_handle_t_ was not inheriting from ur::handle_base
resulting in *reinterpret_cast<ur_dditable_t **>(hQueue)
not working correctly.
For some reason this worked on some platforms, and only
manifested on PVC.
0 commit comments