Merge pull request #1040 from eshcherb/roctracer-hip-frontend-190422

hip_prof_api.h include under __cplusplus
Dieser Commit ist enthalten in:
Maneesh Gupta
2019-04-24 16:50:27 +05:30
committet von GitHub
Commit 54cdeabe6e
@@ -2980,7 +2980,9 @@ hipError_t hipLaunchByPtr(const void* func);
} /* extern "c" */
#endif
#ifdef __cplusplus
#include <hip/hcc_detail/hip_prof_api.h>
#endif
#ifdef __cplusplus
extern "C" {