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

Change-Id: I1948b267b294369e774755744c3209c5af42b5cd
This commit is contained in:
Jaydeep Patel
2024-04-12 09:01:47 +00:00
committad av Jaydeepkumar Patel
förälder 9db5d8c187
incheckning de1a5c5a51
+3
Visa fil
@@ -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