diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 4541a39a88..8b281824b1 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -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