SWDEV-456279 - Adding new HIP flag to access contiguous memory.

Change-Id: I1948b267b294369e774755744c3209c5af42b5cd


[ROCm/hip commit: de1a5c5a51]
This commit is contained in:
Jaydeep Patel
2024-04-12 09:01:47 +00:00
committed by Jaydeepkumar Patel
szülő 8e1b2a4535
commit d509b7e102
@@ -747,6 +747,9 @@ enum hipLimit_t {
/** Memory allocated will be uncached. */
#define hipDeviceMallocUncached 0x3
/** Memory allocated will be contiguous. */
#define hipDeviceMallocContiguous 0x4
//Flags that can be used with hipHostRegister.
/** Memory is Mapped and Portable.*/
#define hipHostRegisterDefault 0x0