File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2731,7 +2731,7 @@ urMemBufferPartition(
2731
2731
UR_APIEXPORT ur_result_t UR_APICALL
2732
2732
urMemGetNativeHandle(
2733
2733
ur_mem_handle_t hMem, ///< [in] handle of the mem.
2734
- ur_device_handle_t hDevice, ///< [in] handle of the device that the native handle will be resident on .
2734
+ ur_device_handle_t hDevice, ///< [in] handle of the device on which the native handle will reside .
2735
2735
ur_native_handle_t *phNativeMem ///< [out] a pointer to the native handle of the mem.
2736
2736
);
2737
2737
Original file line number Diff line number Diff line change @@ -878,7 +878,7 @@ __urdlllocal ur_result_t UR_APICALL urMemBufferPartition(
878
878
__urdlllocal ur_result_t UR_APICALL urMemGetNativeHandle (
879
879
ur_mem_handle_t hMem, // /< [in] handle of the mem.
880
880
ur_device_handle_t
881
- hDevice, // /< [in] handle of the device that the native handle will be resident on .
881
+ hDevice, // /< [in] handle of the device on which the native handle will reside .
882
882
ur_native_handle_t
883
883
*phNativeMem // /< [out] a pointer to the native handle of the mem.
884
884
) try {
Original file line number Diff line number Diff line change @@ -987,7 +987,7 @@ __urdlllocal ur_result_t UR_APICALL urMemBufferPartition(
987
987
__urdlllocal ur_result_t UR_APICALL urMemGetNativeHandle (
988
988
ur_mem_handle_t hMem, // /< [in] handle of the mem.
989
989
ur_device_handle_t
990
- hDevice, // /< [in] handle of the device that the native handle will be resident on .
990
+ hDevice, // /< [in] handle of the device on which the native handle will reside .
991
991
ur_native_handle_t
992
992
*phNativeMem // /< [out] a pointer to the native handle of the mem.
993
993
) {
Original file line number Diff line number Diff line change @@ -1189,7 +1189,7 @@ __urdlllocal ur_result_t UR_APICALL urMemBufferPartition(
1189
1189
__urdlllocal ur_result_t UR_APICALL urMemGetNativeHandle (
1190
1190
ur_mem_handle_t hMem, // /< [in] handle of the mem.
1191
1191
ur_device_handle_t
1192
- hDevice, // /< [in] handle of the device that the native handle will be resident on .
1192
+ hDevice, // /< [in] handle of the device on which the native handle will reside .
1193
1193
ur_native_handle_t
1194
1194
*phNativeMem // /< [out] a pointer to the native handle of the mem.
1195
1195
) {
Original file line number Diff line number Diff line change @@ -1154,7 +1154,7 @@ __urdlllocal ur_result_t UR_APICALL urMemBufferPartition(
1154
1154
__urdlllocal ur_result_t UR_APICALL urMemGetNativeHandle (
1155
1155
ur_mem_handle_t hMem, // /< [in] handle of the mem.
1156
1156
ur_device_handle_t
1157
- hDevice, // /< [in] handle of the device that the native handle will be resident on .
1157
+ hDevice, // /< [in] handle of the device on which the native handle will reside .
1158
1158
ur_native_handle_t
1159
1159
*phNativeMem // /< [out] a pointer to the native handle of the mem.
1160
1160
) {
Original file line number Diff line number Diff line change @@ -1662,7 +1662,7 @@ ur_result_t UR_APICALL urMemBufferPartition(
1662
1662
ur_result_t UR_APICALL urMemGetNativeHandle (
1663
1663
ur_mem_handle_t hMem, // /< [in] handle of the mem.
1664
1664
ur_device_handle_t
1665
- hDevice, // /< [in] handle of the device that the native handle will be resident on .
1665
+ hDevice, // /< [in] handle of the device on which the native handle will reside .
1666
1666
ur_native_handle_t
1667
1667
*phNativeMem // /< [out] a pointer to the native handle of the mem.
1668
1668
) try {
Original file line number Diff line number Diff line change @@ -1427,7 +1427,7 @@ ur_result_t UR_APICALL urMemBufferPartition(
1427
1427
ur_result_t UR_APICALL urMemGetNativeHandle (
1428
1428
ur_mem_handle_t hMem, // /< [in] handle of the mem.
1429
1429
ur_device_handle_t
1430
- hDevice, // /< [in] handle of the device that the native handle will be resident on .
1430
+ hDevice, // /< [in] handle of the device on which the native handle will reside .
1431
1431
ur_native_handle_t
1432
1432
*phNativeMem // /< [out] a pointer to the native handle of the mem.
1433
1433
) {
You can’t perform that action at this time.
0 commit comments