File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -3506,7 +3506,6 @@ typedef struct ur_usm_pool_limits_desc_t {
3506
3506
/// @brief USM allocate host memory
3507
3507
///
3508
3508
/// @details
3509
- /// - This function must support memory pooling.
3510
3509
/// - If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation
3511
3510
/// will be served from a specified memory pool.
3512
3511
/// - Otherwise, the behavior is implementation-defined.
@@ -3554,7 +3553,6 @@ urUSMHostAlloc(
3554
3553
/// @brief USM allocate device memory
3555
3554
///
3556
3555
/// @details
3557
- /// - This function must support memory pooling.
3558
3556
/// - If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation
3559
3557
/// will be served from a specified memory pool.
3560
3558
/// - Otherwise, the behavior is implementation-defined.
@@ -3604,7 +3602,6 @@ urUSMDeviceAlloc(
3604
3602
/// @brief USM allocate shared memory
3605
3603
///
3606
3604
/// @details
3607
- /// - This function must support memory pooling.
3608
3605
/// - If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation
3609
3606
/// will be served from a specified memory pool.
3610
3607
/// - Otherwise, the behavior is implementation-defined.
Original file line number Diff line number Diff line change @@ -229,7 +229,6 @@ class: $xUSM
229
229
name : HostAlloc
230
230
ordinal : " 0"
231
231
details :
232
- - " This function must support memory pooling."
233
232
- " If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation will be served from a specified memory pool."
234
233
- " Otherwise, the behavior is implementation-defined."
235
234
- " Allocations served from different memory pools must be isolated and must not reside on the same page."
@@ -273,7 +272,6 @@ class: $xUSM
273
272
name : DeviceAlloc
274
273
ordinal : " 0"
275
274
details :
276
- - " This function must support memory pooling."
277
275
- " If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation will be served from a specified memory pool."
278
276
- " Otherwise, the behavior is implementation-defined."
279
277
- " Allocations served from different memory pools must be isolated and must not reside on the same page."
@@ -320,7 +318,6 @@ class: $xUSM
320
318
name : SharedAlloc
321
319
ordinal : " 0"
322
320
details :
323
- - " This function must support memory pooling."
324
321
- " If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation will be served from a specified memory pool."
325
322
- " Otherwise, the behavior is implementation-defined."
326
323
- " Allocations served from different memory pools must be isolated and must not reside on the same page."
Original file line number Diff line number Diff line change @@ -2225,7 +2225,6 @@ ur_result_t UR_APICALL urSamplerCreateWithNativeHandle(
2225
2225
// / @brief USM allocate host memory
2226
2226
// /
2227
2227
// / @details
2228
- // / - This function must support memory pooling.
2229
2228
// / - If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation
2230
2229
// / will be served from a specified memory pool.
2231
2230
// / - Otherwise, the behavior is implementation-defined.
@@ -2284,7 +2283,6 @@ ur_result_t UR_APICALL urUSMHostAlloc(
2284
2283
// / @brief USM allocate device memory
2285
2284
// /
2286
2285
// / @details
2287
- // / - This function must support memory pooling.
2288
2286
// / - If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation
2289
2287
// / will be served from a specified memory pool.
2290
2288
// / - Otherwise, the behavior is implementation-defined.
@@ -2345,7 +2343,6 @@ ur_result_t UR_APICALL urUSMDeviceAlloc(
2345
2343
// / @brief USM allocate shared memory
2346
2344
// /
2347
2345
// / @details
2348
- // / - This function must support memory pooling.
2349
2346
// / - If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation
2350
2347
// / will be served from a specified memory pool.
2351
2348
// / - Otherwise, the behavior is implementation-defined.
Original file line number Diff line number Diff line change @@ -1919,7 +1919,6 @@ ur_result_t UR_APICALL urSamplerCreateWithNativeHandle(
1919
1919
// / @brief USM allocate host memory
1920
1920
// /
1921
1921
// / @details
1922
- // / - This function must support memory pooling.
1923
1922
// / - If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation
1924
1923
// / will be served from a specified memory pool.
1925
1924
// / - Otherwise, the behavior is implementation-defined.
@@ -1972,7 +1971,6 @@ ur_result_t UR_APICALL urUSMHostAlloc(
1972
1971
// / @brief USM allocate device memory
1973
1972
// /
1974
1973
// / @details
1975
- // / - This function must support memory pooling.
1976
1974
// / - If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation
1977
1975
// / will be served from a specified memory pool.
1978
1976
// / - Otherwise, the behavior is implementation-defined.
@@ -2027,7 +2025,6 @@ ur_result_t UR_APICALL urUSMDeviceAlloc(
2027
2025
// / @brief USM allocate shared memory
2028
2026
// /
2029
2027
// / @details
2030
- // / - This function must support memory pooling.
2031
2028
// / - If pUSMDesc is not NULL and pUSMDesc->pool is not NULL the allocation
2032
2029
// / will be served from a specified memory pool.
2033
2030
// / - Otherwise, the behavior is implementation-defined.
You can’t perform that action at this time.
0 commit comments