File tree Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -8164,6 +8164,11 @@ urCommandBufferAppendMemBufferFillExp(
8164
8164
///////////////////////////////////////////////////////////////////////////////
8165
8165
/// @brief Append a USM Prefetch command to a command-buffer object
8166
8166
///
8167
+ /// @details
8168
+ /// - Prefetching may not be supported for all devices or allocation types.
8169
+ /// If memory prefetching is not supported, the prefetch hint will be
8170
+ /// ignored.
8171
+ ///
8167
8172
/// @returns
8168
8173
/// - ::UR_RESULT_SUCCESS
8169
8174
/// - ::UR_RESULT_ERROR_UNINITIALIZED
@@ -8200,6 +8205,11 @@ urCommandBufferAppendUSMPrefetchExp(
8200
8205
///////////////////////////////////////////////////////////////////////////////
8201
8206
/// @brief Append a USM Advise command to a command-buffer object
8202
8207
///
8208
+ /// @details
8209
+ /// - Not all memory advice hints may be supported for all devices or
8210
+ /// allocation types. If a memory advice hint is not supported, it will be
8211
+ /// ignored.
8212
+ ///
8203
8213
/// @returns
8204
8214
/// - ::UR_RESULT_SUCCESS
8205
8215
/// - ::UR_RESULT_ERROR_UNINITIALIZED
Original file line number Diff line number Diff line change @@ -591,6 +591,9 @@ type: function
591
591
desc : " Append a USM Prefetch command to a command-buffer object"
592
592
class : $xCommandBuffer
593
593
name : AppendUSMPrefetchExp
594
+ details :
595
+ - " Prefetching may not be supported for all devices or allocation types. If memory prefetching
596
+ is not supported, the prefetch hint will be ignored."
594
597
params :
595
598
- type : $x_exp_command_buffer_handle_t
596
599
name : hCommandBuffer
Original file line number Diff line number Diff line change @@ -7614,6 +7614,11 @@ ur_result_t UR_APICALL urCommandBufferAppendMemBufferFillExp(
7614
7614
// /////////////////////////////////////////////////////////////////////////////
7615
7615
// / @brief Append a USM Prefetch command to a command-buffer object
7616
7616
// /
7617
+ // / @details
7618
+ // / - Prefetching may not be supported for all devices or allocation types.
7619
+ // / If memory prefetching is not supported, the prefetch hint will be
7620
+ // / ignored.
7621
+ // /
7617
7622
// / @returns
7618
7623
// / - ::UR_RESULT_SUCCESS
7619
7624
// / - ::UR_RESULT_ERROR_UNINITIALIZED
@@ -7665,6 +7670,11 @@ ur_result_t UR_APICALL urCommandBufferAppendUSMPrefetchExp(
7665
7670
// /////////////////////////////////////////////////////////////////////////////
7666
7671
// / @brief Append a USM Advise command to a command-buffer object
7667
7672
// /
7673
+ // / @details
7674
+ // / - Not all memory advice hints may be supported for all devices or
7675
+ // / allocation types. If a memory advice hint is not supported, it will be
7676
+ // / ignored.
7677
+ // /
7668
7678
// / @returns
7669
7679
// / - ::UR_RESULT_SUCCESS
7670
7680
// / - ::UR_RESULT_ERROR_UNINITIALIZED
Original file line number Diff line number Diff line change @@ -6427,6 +6427,11 @@ ur_result_t UR_APICALL urCommandBufferAppendMemBufferFillExp(
6427
6427
// /////////////////////////////////////////////////////////////////////////////
6428
6428
// / @brief Append a USM Prefetch command to a command-buffer object
6429
6429
// /
6430
+ // / @details
6431
+ // / - Prefetching may not be supported for all devices or allocation types.
6432
+ // / If memory prefetching is not supported, the prefetch hint will be
6433
+ // / ignored.
6434
+ // /
6430
6435
// / @returns
6431
6436
// / - ::UR_RESULT_SUCCESS
6432
6437
// / - ::UR_RESULT_ERROR_UNINITIALIZED
@@ -6469,6 +6474,11 @@ ur_result_t UR_APICALL urCommandBufferAppendUSMPrefetchExp(
6469
6474
// /////////////////////////////////////////////////////////////////////////////
6470
6475
// / @brief Append a USM Advise command to a command-buffer object
6471
6476
// /
6477
+ // / @details
6478
+ // / - Not all memory advice hints may be supported for all devices or
6479
+ // / allocation types. If a memory advice hint is not supported, it will be
6480
+ // / ignored.
6481
+ // /
6472
6482
// / @returns
6473
6483
// / - ::UR_RESULT_SUCCESS
6474
6484
// / - ::UR_RESULT_ERROR_UNINITIALIZED
You can’t perform that action at this time.
0 commit comments