Skip to content

Commit f568080

Browse files
committed
Update comments.
1 parent 8385cae commit f568080

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/ur_api.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4000,10 +4000,11 @@ typedef enum ur_queue_flag_t {
40004000
UR_QUEUE_FLAG_DISCARD_EVENTS = UR_BIT(4), ///< Events will be discarded
40014001
UR_QUEUE_FLAG_PRIORITY_LOW = UR_BIT(5), ///< Low priority queue
40024002
UR_QUEUE_FLAG_PRIORITY_HIGH = UR_BIT(6), ///< High priority queue
4003-
UR_QUEUE_FLAG_SUBMISSION_BATCHED = UR_BIT(7), ///< Do not necessarily submit the operation as
4004-
///< soon as enqueue completes. Collect operations
4003+
UR_QUEUE_FLAG_SUBMISSION_BATCHED = UR_BIT(7), ///< Opportunistically submit the operation some
4004+
///< time after enqueueing. Collect operations
40054005
///< and then submit at a later time in a batch.
4006-
///< Batch size will be determined automatically.
4006+
///< Batch size will be determined automatically
4007+
///< by the adapter or underlying driver.
40074008
UR_QUEUE_FLAG_SUBMISSION_IMMEDIATE = UR_BIT(8), ///< Submit immediately after the enqueue operation
40084009
///< completes.
40094010
/// @cond

0 commit comments

Comments
 (0)