SWDEV-547589 - comment for flag hipDeviceMallocUncached in hipMemcreate (#339)
SWDEV-547589 - editted comment to support hipDeviceMallocUncached in hipMemCreate
Co-authored-by: Jimbo Xie <jiabaxie@amd.com>
[ROCm/hip commit: d2ec89d03a]
This commit is contained in:
committed by
GitHub
parent
335ef77e69
commit
04dac5eae3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user