to include hip_prof_str.h under USE_PROF_API macro (#1470)

This commit is contained in:
eshcherb
2019-09-30 00:09:41 -05:00
committed by Maneesh Gupta
parent ab8fe8a3d8
commit 8234da33b9
+2
View File
@@ -3096,7 +3096,9 @@ hipError_t hipLaunchKernel(const void* function_address,
} /* extern "c" */
#endif
#if USE_PROF_API
#include <hip/hcc_detail/hip_prof_str.h>
#endif
#ifdef __cplusplus
extern "C" {