SWDEV-456279 - Adding new HIP flag to access contiguous memory.
Change-Id: I1948b267b294369e774755744c3209c5af42b5cd
This commit is contained in:
committad av
Jaydeepkumar Patel
förälder
9db5d8c187
incheckning
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
|
||||
|
||||
Referens i nytt ärende
Block a user