From 47f1d059d116d6117b54838573c2d0b6c05708ce Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 8 Nov 2018 04:58:29 -0600 Subject: [PATCH] hip_prof_(api/str).h moving under hcc_detail dir --- include/hip/{ => hcc_detail}/hip_prof_api.h | 2 +- include/hip/{ => hcc_detail}/hip_prof_str.h | 0 include/hip/hcc_detail/hip_runtime_api.h | 2 +- src/hip_intercept.cpp | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename include/hip/{ => hcc_detail}/hip_prof_api.h (99%) rename include/hip/{ => hcc_detail}/hip_prof_str.h (100%) diff --git a/include/hip/hip_prof_api.h b/include/hip/hcc_detail/hip_prof_api.h similarity index 99% rename from include/hip/hip_prof_api.h rename to include/hip/hcc_detail/hip_prof_api.h index 43dc146636..98154873f3 100644 --- a/include/hip/hip_prof_api.h +++ b/include/hip/hcc_detail/hip_prof_api.h @@ -6,7 +6,7 @@ #include #include -#include "hip/hip_prof_str.h" +#include "hip/hcc_detail/hip_prof_str.h" template class api_callbacks_table_templ { diff --git a/include/hip/hip_prof_str.h b/include/hip/hcc_detail/hip_prof_str.h similarity index 100% rename from include/hip/hip_prof_str.h rename to include/hip/hcc_detail/hip_prof_str.h diff --git a/include/hip/hcc_detail/hip_runtime_api.h b/include/hip/hcc_detail/hip_runtime_api.h index f95e44f610..ceafee9212 100644 --- a/include/hip/hcc_detail/hip_runtime_api.h +++ b/include/hip/hcc_detail/hip_runtime_api.h @@ -2581,7 +2581,7 @@ hipError_t hipLaunchByPtr(const void* func); } /* extern "c" */ #endif -#include +#include #ifdef __cplusplus extern "C" { diff --git a/src/hip_intercept.cpp b/src/hip_intercept.cpp index d2fffb9ef8..459b360f2c 100644 --- a/src/hip_intercept.cpp +++ b/src/hip_intercept.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ #include "hip/hip_runtime.h" -#include "hip/hip_prof_api.h" +#include "hip/hcc_detail/hip_prof_api.h" // HIP API callback/activity