@@ -1298,10 +1298,8 @@ typedef enum ur_platform_backend_t {
12981298#endif
12991299///////////////////////////////////////////////////////////////////////////////
13001300#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
13051303/// binary images. We need to map the image type onto the device target triple
13061304#define UR_DEVICE_BINARY_TARGET_UNKNOWN "<unknown>"
13071305#endif // UR_DEVICE_BINARY_TARGET_UNKNOWN
@@ -1824,8 +1822,7 @@ typedef enum ur_device_affinity_domain_flag_t {
18241822 ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_NUMA,
18251823 ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L4_CACHE,
18261824 ///< ::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,
18291826 ///< and partition the device into sub devices comprised of compute units
18301827 ///< that share memory subsystems at this level.
18311828 /// @cond
@@ -2610,8 +2607,7 @@ typedef struct ur_image_desc_t {
26102607///
26112608/// @details
26122609/// - 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},
26152611/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_UNORM_INT16},
26162612/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_SNORM_INT8},
26172613/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_SNORM_INT16},
@@ -6141,13 +6137,11 @@ urEnqueueKernelLaunch(
61416137 const size_t *pLocalWorkSize, ///< [in][optional] pointer to an array of workDim unsigned values that
61426138 ///< specify the number of local work-items forming a work-group that will
61436139 ///< 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.
61466141 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
61476142 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
61486143 ///< 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.
61516145 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
61526146 ///< kernel execution instance.
61536147);
@@ -7150,8 +7144,7 @@ urEnqueueUSMFill2D(
71507144 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
71517145 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
71527146 ///< 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.
71557148 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
71567149 ///< kernel execution instance.
71577150);
@@ -7201,8 +7194,7 @@ urEnqueueUSMMemcpy2D(
72017194 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
72027195 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
72037196 ///< 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.
72067198 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
72077199 ///< kernel execution instance.
72087200);
@@ -7240,8 +7232,7 @@ urEnqueueDeviceGlobalVariableWrite(
72407232 uint32_t numEventsInWaitList, ///< [in] size of the event wait list.
72417233 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
72427234 ///< 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.
72457236 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
72467237 ///< kernel execution instance.
72477238);
@@ -7279,8 +7270,7 @@ urEnqueueDeviceGlobalVariableRead(
72797270 uint32_t numEventsInWaitList, ///< [in] size of the event wait list.
72807271 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
72817272 ///< 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.
72847274 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
72857275 ///< kernel execution instance.
72867276);
@@ -7320,8 +7310,7 @@ urEnqueueReadHostPipe(
73207310 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
73217311 ///< events that must be complete before the host pipe read.
73227312 ///< 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
73257314 ///< and can be used to query or queue a wait for this command to complete.
73267315);
73277316
@@ -9117,13 +9106,11 @@ urEnqueueCooperativeKernelLaunchExp(
91179106 const size_t *pLocalWorkSize, ///< [in][optional] pointer to an array of workDim unsigned values that
91189107 ///< specify the number of local work-items forming a work-group that will
91199108 ///< 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.
91229110 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
91239111 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
91249112 ///< 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.
91279114 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
91289115 ///< kernel execution instance.
91299116);
@@ -9182,8 +9169,7 @@ urEnqueueTimestampRecordingExp(
91829169 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
91839170 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
91849171 ///< 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.
91879173 ur_event_handle_t *phEvent ///< [in,out] return an event object that identifies this particular kernel
91889174 ///< execution instance. Profiling information can be queried
91899175 ///< from this event as if `hQueue` had profiling enabled. Querying
0 commit comments