From 04dac5eae38c8a86aa59fa1c7530233e1a01327c Mon Sep 17 00:00:00 2001 From: "Xie, Jiabao(Jimbo)" Date: Fri, 15 Aug 2025 17:06:44 -0400 Subject: [PATCH] SWDEV-547589 - comment for flag hipDeviceMallocUncached in hipMemcreate (#339) SWDEV-547589 - editted comment to support hipDeviceMallocUncached in hipMemCreate Co-authored-by: Jimbo Xie [ROCm/hip commit: d2ec89d03a209744d0cc0471c1242541fc4d9c64] --- projects/hip/include/hip/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 5dc3147c4f..d2af672005 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -9119,7 +9119,7 @@ hipError_t hipMemAddressReserve(void** ptr, size_t size, size_t alignment, void* * @param [out] handle - value of the returned handle. * @param [in] size - size of the allocation. * @param [in] prop - properties of the allocation. - * @param [in] flags - currently unused, must be zero. + * @param [in] flags - hipDeviceMallocUncached for uncached allocation, or 0 for default * @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported * @warning This API is marked as Beta. While this feature is complete, it can * change and might have outstanding issues.