SWDEV-323441 - Pahes-II : per thread default stream (#2738)

Change-Id: I9f76df450207794b8c887b55fb16aea8044d69b4

[ROCm/hip commit: 3e7a9bb177]
This commit is contained in:
ROCm CI Service Account
2022-06-15 22:44:37 +05:30
gecommit door GitHub
bovenliggende 403a40b6c9
commit 314d6ed916
@@ -1192,7 +1192,6 @@ typedef enum hipGraphInstantiateFlags {
hipGraphInstantiateFlagAutoFreeOnLaunch =
1, ///< Automatically free memory allocated in a graph before relaunching.
} hipGraphInstantiateFlags;
#include <hip/amd_detail/amd_hip_runtime_pt_api.h>
// Doxygen end group GlobalDefs
/** @} */
@@ -6813,6 +6812,8 @@ static inline hipError_t hipMallocManaged(T** devPtr, size_t size,
#endif
#endif
#include <hip/amd_detail/amd_hip_runtime_pt_api.h>
#if USE_PROF_API
#include <hip/amd_detail/hip_prof_str.h>
#endif