File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4000,10 +4000,11 @@ typedef enum ur_queue_flag_t {
4000
4000
UR_QUEUE_FLAG_DISCARD_EVENTS = UR_BIT (4 ), ///< Events will be discarded
4001
4001
UR_QUEUE_FLAG_PRIORITY_LOW = UR_BIT (5 ), ///< Low priority queue
4002
4002
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
4005
4005
///< 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.
4007
4008
UR_QUEUE_FLAG_SUBMISSION_IMMEDIATE = UR_BIT (8 ), ///< Submit immediately after the enqueue operation
4008
4009
///< completes.
4009
4010
/// @cond
You can’t perform that action at this time.
0 commit comments