diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 1da9136177..d8caac1133 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -689,6 +689,9 @@ enum hipLimit_t { // Stream per thread /** Implicit stream per application thread.*/ #define hipStreamPerThread ((hipStream_t)2) + +// Indicates that the external memory object is a dedicated resource +#define hipExternalMemoryDedicated 0x1 /* * @brief HIP Memory Advise values * @enum