@@ -1298,10 +1298,8 @@ typedef enum ur_platform_backend_t {
1298
1298
#endif
1299
1299
///////////////////////////////////////////////////////////////////////////////
1300
1300
#ifndef UR_DEVICE_BINARY_TARGET_UNKNOWN
1301
- /// @brief Target identification strings for
1302
- /// ::ur_device_binary_t.pDeviceTargetSpec
1303
- /// A device type represented by a particular target triple requires
1304
- /// specific
1301
+ /// @brief Target identification strings for ::ur_device_binary_t.pDeviceTargetSpec
1302
+ /// A device type represented by a particular target triple requires specific
1305
1303
/// binary images. We need to map the image type onto the device target triple
1306
1304
#define UR_DEVICE_BINARY_TARGET_UNKNOWN "<unknown>"
1307
1305
#endif // UR_DEVICE_BINARY_TARGET_UNKNOWN
@@ -1824,8 +1822,7 @@ typedef enum ur_device_affinity_domain_flag_t {
1824
1822
///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_NUMA,
1825
1823
///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L4_CACHE,
1826
1824
///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L3_CACHE,
1827
- ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L2_CACHE,
1828
- ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L1_CACHE,
1825
+ ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L2_CACHE, ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L1_CACHE,
1829
1826
///< and partition the device into sub devices comprised of compute units
1830
1827
///< that share memory subsystems at this level.
1831
1828
/// @cond
@@ -2610,8 +2607,7 @@ typedef struct ur_image_desc_t {
2610
2607
///
2611
2608
/// @details
2612
2609
/// - The primary ::ur_image_format_t that must be supported by all the
2613
- /// adapters are {UR_IMAGE_CHANNEL_ORDER_RGBA,
2614
- /// UR_IMAGE_CHANNEL_TYPE_UNORM_INT8},
2610
+ /// adapters are {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_UNORM_INT8},
2615
2611
/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_UNORM_INT16},
2616
2612
/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_SNORM_INT8},
2617
2613
/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_SNORM_INT16},
@@ -6141,13 +6137,11 @@ urEnqueueKernelLaunch(
6141
6137
const size_t *pLocalWorkSize, ///< [in][optional] pointer to an array of workDim unsigned values that
6142
6138
///< specify the number of local work-items forming a work-group that will
6143
6139
///< execute the kernel function.
6144
- ///< If nullptr, the runtime implementation will choose the work-group
6145
- ///< size.
6140
+ ///< If nullptr, the runtime implementation will choose the work-group size.
6146
6141
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
6147
6142
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
6148
6143
///< events that must be complete before the kernel execution.
6149
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
6150
- ///< event.
6144
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
6151
6145
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
6152
6146
///< kernel execution instance.
6153
6147
);
@@ -7150,8 +7144,7 @@ urEnqueueUSMFill2D(
7150
7144
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
7151
7145
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7152
7146
///< events that must be complete before the kernel execution.
7153
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
7154
- ///< event.
7147
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7155
7148
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
7156
7149
///< kernel execution instance.
7157
7150
);
@@ -7201,8 +7194,7 @@ urEnqueueUSMMemcpy2D(
7201
7194
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
7202
7195
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7203
7196
///< events that must be complete before the kernel execution.
7204
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
7205
- ///< event.
7197
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7206
7198
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
7207
7199
///< kernel execution instance.
7208
7200
);
@@ -7240,8 +7232,7 @@ urEnqueueDeviceGlobalVariableWrite(
7240
7232
uint32_t numEventsInWaitList, ///< [in] size of the event wait list.
7241
7233
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7242
7234
///< events that must be complete before the kernel execution.
7243
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
7244
- ///< event.
7235
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7245
7236
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
7246
7237
///< kernel execution instance.
7247
7238
);
@@ -7279,8 +7270,7 @@ urEnqueueDeviceGlobalVariableRead(
7279
7270
uint32_t numEventsInWaitList, ///< [in] size of the event wait list.
7280
7271
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7281
7272
///< events that must be complete before the kernel execution.
7282
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
7283
- ///< event.
7273
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7284
7274
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
7285
7275
///< kernel execution instance.
7286
7276
);
@@ -7320,8 +7310,7 @@ urEnqueueReadHostPipe(
7320
7310
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7321
7311
///< events that must be complete before the host pipe read.
7322
7312
///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7323
- ur_event_handle_t *phEvent ///< [out][optional] returns an event object that identifies this read
7324
- ///< command
7313
+ ur_event_handle_t *phEvent ///< [out][optional] returns an event object that identifies this read command
7325
7314
///< and can be used to query or queue a wait for this command to complete.
7326
7315
);
7327
7316
@@ -9117,13 +9106,11 @@ urEnqueueCooperativeKernelLaunchExp(
9117
9106
const size_t *pLocalWorkSize, ///< [in][optional] pointer to an array of workDim unsigned values that
9118
9107
///< specify the number of local work-items forming a work-group that will
9119
9108
///< execute the kernel function.
9120
- ///< If nullptr, the runtime implementation will choose the work-group
9121
- ///< size.
9109
+ ///< If nullptr, the runtime implementation will choose the work-group size.
9122
9110
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
9123
9111
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
9124
9112
///< events that must be complete before the kernel execution.
9125
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
9126
- ///< event.
9113
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
9127
9114
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
9128
9115
///< kernel execution instance.
9129
9116
);
@@ -9182,8 +9169,7 @@ urEnqueueTimestampRecordingExp(
9182
9169
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
9183
9170
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
9184
9171
///< events that must be complete before the kernel execution.
9185
- ///< If nullptr, the numEventsInWaitList must be 0, indicating no wait
9186
- ///< events.
9172
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating no wait events.
9187
9173
ur_event_handle_t *phEvent ///< [in,out] return an event object that identifies this particular kernel
9188
9174
///< execution instance. Profiling information can be queried
9189
9175
///< from this event as if `hQueue` had profiling enabled. Querying
0 commit comments