@@ -2331,15 +2331,17 @@ urTearDown(
23312331///////////////////////////////////////////////////////////////////////////////
23322332/// @brief Query queue info
23332333typedef enum ur_queue_info_t {
2334- UR_QUEUE_INFO_CONTEXT = 0 , ///< Queue context info
2335- UR_QUEUE_INFO_DEVICE = 1 , ///< Queue device info
2336- UR_QUEUE_INFO_DEVICE_DEFAULT = 2 , ///< Queue device default info
2337- UR_QUEUE_INFO_PROPERTIES = 3 , ///< Queue properties info
2334+ UR_QUEUE_INFO_CONTEXT = 0 , ///< ::ur_queue_handle_t: context associated with this queue.
2335+ UR_QUEUE_INFO_DEVICE = 1 , ///< ::ur_device_handle_t: device associated with this queue.
2336+ UR_QUEUE_INFO_DEVICE_DEFAULT = 2 , ///< ::ur_queue_handle_t: the current default queue of the underlying
2337+ ///< device.
2338+ UR_QUEUE_INFO_PROPERTIES = 3 , ///< ::ur_queue_flags_t: the properties associated with
2339+ ///< ::UR_QUEUE_PROPERTIES_FLAGS.
23382340 UR_QUEUE_INFO_REFERENCE_COUNT = 4 , ///< [uint32_t] Reference count of the queue object.
23392341 ///< The reference count returned should be considered immediately stale.
23402342 ///< It is unsuitable for general use in applications. This feature is
23412343 ///< provided for identifying memory leaks.
2342- UR_QUEUE_INFO_SIZE = 5 , ///< Queue size info
2344+ UR_QUEUE_INFO_SIZE = 5 , ///< uint32_t: The size of the queue
23432345 /// @cond
23442346 UR_QUEUE_INFO_FORCE_UINT32 = 0x7fffffff
23452347 /// @endcond
0 commit comments