SWDEV-456279 - Adding new HIP flag to access contiguous memory.
Change-Id: I1948b267b294369e774755744c3209c5af42b5cd
[ROCm/hip commit: de1a5c5a51]
Этот коммит содержится в:
коммит произвёл
Jaydeepkumar Patel
родитель
8e1b2a4535
Коммит
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
|
||||
|
||||
Ссылка в новой задаче
Block a user