SWDEV-376697 - Adding hipDeviceMallocUncached flag for uncached memory. (#3136)

Change-Id: Id2761e9ec27c04106598fa13082009974e19ab91
Este commit está contenido en:
ROCm CI Service Account
2023-01-17 10:11:08 +05:30
cometido por GitHub
padre b7d1ae99e4
commit b90b4ebffb
+3
Ver fichero
@@ -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