SWDEV-376697 - Adding hipDeviceMallocUncached flag for uncached memory. (#3136)
Change-Id: Id2761e9ec27c04106598fa13082009974e19ab91
Este commit está contenido en:
cometido por
GitHub
padre
b7d1ae99e4
commit
b90b4ebffb
@@ -635,6 +635,9 @@ enum hipLimit_t {
|
||||
/** Memory represents a HSA signal.*/
|
||||
#define hipMallocSignalMemory 0x2
|
||||
|
||||
/** Memory allocated will be uncached. */
|
||||
#define hipDeviceMallocUncached 0x3
|
||||
|
||||
//Flags that can be used with hipHostRegister.
|
||||
/** Memory is Mapped and Portable.*/
|
||||
#define hipHostRegisterDefault 0x0
|
||||
|
||||
Referencia en una nueva incidencia
Block a user