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
Some changes to make the get/create native handles logic for more
ergonomic and match existing behaviour:
* Added a new command type specifically for commands generated from
native handles (rather than just using WAIT).
* Allowed UR_EVENT_INFO_QUEUE to return NULL if the adapter can't
generate a UR handle.
* Fixed a properties parsing bug in level zero.
* Implemented it for liboffload
desc: "[$x_queue_handle_t] Command queue information of an event object"
106
+
desc: "[$x_queue_handle_t] Command queue information of an event object. This may be NULL if the event was created via $xEventCreateWithNativeHandle and the adapter has no associated UR queue"
105
107
- name: CONTEXT
106
108
desc: "[$x_context_handle_t] Context information of an event object"
0 commit comments