SWDEV-456279 - Adding new HIP flag to access contiguous memory.
Change-Id: I1948b267b294369e774755744c3209c5af42b5cd
This commit is contained in:
zatwierdzone przez
Jaydeepkumar Patel
rodzic
9db5d8c187
commit
de1a5c5a51
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user