@@ -1299,10 +1299,8 @@ typedef enum ur_platform_backend_t {
1299
1299
#endif
1300
1300
///////////////////////////////////////////////////////////////////////////////
1301
1301
#ifndef UR_DEVICE_BINARY_TARGET_UNKNOWN
1302
- /// @brief Target identification strings for
1303
- /// ::ur_device_binary_t.pDeviceTargetSpec
1304
- /// A device type represented by a particular target triple requires
1305
- /// specific
1302
+ /// @brief Target identification strings for ::ur_device_binary_t.pDeviceTargetSpec
1303
+ /// A device type represented by a particular target triple requires specific
1306
1304
/// binary images. We need to map the image type onto the device target triple
1307
1305
#define UR_DEVICE_BINARY_TARGET_UNKNOWN "<unknown>"
1308
1306
#endif // UR_DEVICE_BINARY_TARGET_UNKNOWN
@@ -1825,8 +1823,7 @@ typedef enum ur_device_affinity_domain_flag_t {
1825
1823
///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_NUMA,
1826
1824
///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L4_CACHE,
1827
1825
///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L3_CACHE,
1828
- ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L2_CACHE,
1829
- ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L1_CACHE,
1826
+ ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L2_CACHE, ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L1_CACHE,
1830
1827
///< and partition the device into sub devices comprised of compute units
1831
1828
///< that share memory subsystems at this level.
1832
1829
/// @cond
@@ -2611,8 +2608,7 @@ typedef struct ur_image_desc_t {
2611
2608
///
2612
2609
/// @details
2613
2610
/// - The primary ::ur_image_format_t that must be supported by all the
2614
- /// adapters are {UR_IMAGE_CHANNEL_ORDER_RGBA,
2615
- /// UR_IMAGE_CHANNEL_TYPE_UNORM_INT8},
2611
+ /// adapters are {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_UNORM_INT8},
2616
2612
/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_UNORM_INT16},
2617
2613
/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_SNORM_INT8},
2618
2614
/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_SNORM_INT16},
@@ -6152,13 +6148,11 @@ urEnqueueKernelLaunch(
6152
6148
const size_t *pLocalWorkSize, ///< [in][optional] pointer to an array of workDim unsigned values that
6153
6149
///< specify the number of local work-items forming a work-group that will
6154
6150
///< execute the kernel function.
6155
- ///< If nullptr, the runtime implementation will choose the work-group
6156
- ///< size.
6151
+ ///< If nullptr, the runtime implementation will choose the work-group size.
6157
6152
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
6158
6153
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
6159
6154
///< events that must be complete before the kernel execution.
6160
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
6161
- ///< event.
6155
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
6162
6156
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
6163
6157
///< kernel execution instance.
6164
6158
);
@@ -7161,8 +7155,7 @@ urEnqueueUSMFill2D(
7161
7155
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
7162
7156
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7163
7157
///< events that must be complete before the kernel execution.
7164
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
7165
- ///< event.
7158
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7166
7159
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
7167
7160
///< kernel execution instance.
7168
7161
);
@@ -7212,8 +7205,7 @@ urEnqueueUSMMemcpy2D(
7212
7205
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
7213
7206
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7214
7207
///< events that must be complete before the kernel execution.
7215
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
7216
- ///< event.
7208
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7217
7209
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
7218
7210
///< kernel execution instance.
7219
7211
);
@@ -7251,8 +7243,7 @@ urEnqueueDeviceGlobalVariableWrite(
7251
7243
uint32_t numEventsInWaitList, ///< [in] size of the event wait list.
7252
7244
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7253
7245
///< events that must be complete before the kernel execution.
7254
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
7255
- ///< event.
7246
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7256
7247
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
7257
7248
///< kernel execution instance.
7258
7249
);
@@ -7290,8 +7281,7 @@ urEnqueueDeviceGlobalVariableRead(
7290
7281
uint32_t numEventsInWaitList, ///< [in] size of the event wait list.
7291
7282
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7292
7283
///< events that must be complete before the kernel execution.
7293
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
7294
- ///< event.
7284
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7295
7285
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
7296
7286
///< kernel execution instance.
7297
7287
);
@@ -7331,8 +7321,7 @@ urEnqueueReadHostPipe(
7331
7321
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
7332
7322
///< events that must be complete before the host pipe read.
7333
7323
///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
7334
- ur_event_handle_t *phEvent ///< [out][optional] returns an event object that identifies this read
7335
- ///< command
7324
+ ur_event_handle_t *phEvent ///< [out][optional] returns an event object that identifies this read command
7336
7325
///< and can be used to query or queue a wait for this command to complete.
7337
7326
);
7338
7327
@@ -9128,13 +9117,11 @@ urEnqueueCooperativeKernelLaunchExp(
9128
9117
const size_t *pLocalWorkSize, ///< [in][optional] pointer to an array of workDim unsigned values that
9129
9118
///< specify the number of local work-items forming a work-group that will
9130
9119
///< execute the kernel function.
9131
- ///< If nullptr, the runtime implementation will choose the work-group
9132
- ///< size.
9120
+ ///< If nullptr, the runtime implementation will choose the work-group size.
9133
9121
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
9134
9122
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
9135
9123
///< events that must be complete before the kernel execution.
9136
- ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait
9137
- ///< event.
9124
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating that no wait event.
9138
9125
ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
9139
9126
///< kernel execution instance.
9140
9127
);
@@ -9193,8 +9180,7 @@ urEnqueueTimestampRecordingExp(
9193
9180
uint32_t numEventsInWaitList, ///< [in] size of the event wait list
9194
9181
const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
9195
9182
///< events that must be complete before the kernel execution.
9196
- ///< If nullptr, the numEventsInWaitList must be 0, indicating no wait
9197
- ///< events.
9183
+ ///< If nullptr, the numEventsInWaitList must be 0, indicating no wait events.
9198
9184
ur_event_handle_t *phEvent ///< [in,out] return an event object that identifies this particular kernel
9199
9185
///< execution instance. Profiling information can be queried
9200
9186
///< from this event as if `hQueue` had profiling enabled. Querying
0 commit comments