@@ -1299,10 +1299,8 @@ typedef enum ur_platform_backend_t {
12991299#endif
13001300///////////////////////////////////////////////////////////////////////////////
13011301#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
13061304/// binary images. We need to map the image type onto the device target triple
13071305#define UR_DEVICE_BINARY_TARGET_UNKNOWN "<unknown>"
13081306#endif // UR_DEVICE_BINARY_TARGET_UNKNOWN
@@ -1825,8 +1823,7 @@ typedef enum ur_device_affinity_domain_flag_t {
18251823 ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_NUMA,
18261824 ///< ::UR_DEVICE_AFFINITY_DOMAIN_FLAG_L4_CACHE,
18271825 ///< ::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,
18301827 ///< and partition the device into sub devices comprised of compute units
18311828 ///< that share memory subsystems at this level.
18321829 /// @cond
@@ -2611,8 +2608,7 @@ typedef struct ur_image_desc_t {
26112608///
26122609/// @details
26132610/// - 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},
26162612/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_UNORM_INT16},
26172613/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_SNORM_INT8},
26182614/// {UR_IMAGE_CHANNEL_ORDER_RGBA, UR_IMAGE_CHANNEL_TYPE_SNORM_INT16},
@@ -6152,13 +6148,11 @@ urEnqueueKernelLaunch(
61526148 const size_t *pLocalWorkSize, ///< [in][optional] pointer to an array of workDim unsigned values that
61536149 ///< specify the number of local work-items forming a work-group that will
61546150 ///< 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.
61576152 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
61586153 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
61596154 ///< 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.
61626156 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
61636157 ///< kernel execution instance.
61646158);
@@ -7161,8 +7155,7 @@ urEnqueueUSMFill2D(
71617155 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
71627156 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
71637157 ///< 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.
71667159 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
71677160 ///< kernel execution instance.
71687161);
@@ -7212,8 +7205,7 @@ urEnqueueUSMMemcpy2D(
72127205 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
72137206 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
72147207 ///< 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.
72177209 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
72187210 ///< kernel execution instance.
72197211);
@@ -7251,8 +7243,7 @@ urEnqueueDeviceGlobalVariableWrite(
72517243 uint32_t numEventsInWaitList, ///< [in] size of the event wait list.
72527244 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
72537245 ///< 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.
72567247 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
72577248 ///< kernel execution instance.
72587249);
@@ -7290,8 +7281,7 @@ urEnqueueDeviceGlobalVariableRead(
72907281 uint32_t numEventsInWaitList, ///< [in] size of the event wait list.
72917282 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
72927283 ///< 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.
72957285 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
72967286 ///< kernel execution instance.
72977287);
@@ -7331,8 +7321,7 @@ urEnqueueReadHostPipe(
73317321 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
73327322 ///< events that must be complete before the host pipe read.
73337323 ///< 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
73367325 ///< and can be used to query or queue a wait for this command to complete.
73377326);
73387327
@@ -9128,13 +9117,11 @@ urEnqueueCooperativeKernelLaunchExp(
91289117 const size_t *pLocalWorkSize, ///< [in][optional] pointer to an array of workDim unsigned values that
91299118 ///< specify the number of local work-items forming a work-group that will
91309119 ///< 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.
91339121 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
91349122 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
91359123 ///< 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.
91389125 ur_event_handle_t *phEvent ///< [out][optional] return an event object that identifies this particular
91399126 ///< kernel execution instance.
91409127);
@@ -9193,8 +9180,7 @@ urEnqueueTimestampRecordingExp(
91939180 uint32_t numEventsInWaitList, ///< [in] size of the event wait list
91949181 const ur_event_handle_t *phEventWaitList, ///< [in][optional][range(0, numEventsInWaitList)] pointer to a list of
91959182 ///< 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.
91989184 ur_event_handle_t *phEvent ///< [in,out] return an event object that identifies this particular kernel
91999185 ///< execution instance. Profiling information can be queried
92009186 ///< from this event as if `hQueue` had profiling enabled. Querying
0 commit comments