From 314d6ed916e09c70a63d5a6596cca94d7c9cfebb Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Wed, 15 Jun 2022 22:44:37 +0530 Subject: [PATCH] SWDEV-323441 - Pahes-II : per thread default stream (#2738) Change-Id: I9f76df450207794b8c887b55fb16aea8044d69b4 [ROCm/hip commit: 3e7a9bb177b68547b670f548c3b265303cdb7d00] --- projects/hip/include/hip/hip_runtime_api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index e6a5dc2ab8..edbca6df75 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -1192,7 +1192,6 @@ typedef enum hipGraphInstantiateFlags { hipGraphInstantiateFlagAutoFreeOnLaunch = 1, ///< Automatically free memory allocated in a graph before relaunching. } hipGraphInstantiateFlags; -#include // Doxygen end group GlobalDefs /** @} */ @@ -6813,6 +6812,8 @@ static inline hipError_t hipMallocManaged(T** devPtr, size_t size, #endif #endif +#include + #if USE_PROF_API #include #endif