SWDEV-236864 : packaging of generated headers

Change-Id: Ifda69eecf3697f6b69c978b3c4c2ffe9835edeb8
This commit is contained in:
Evgeny
2020-05-18 15:34:40 -05:00
parent ad1abf7d20
commit 074306d997
16 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ THE SOFTWARE.
#include <stdbool.h>
#endif
#include "ext/prof_protocol.h"
#include <ext/prof_protocol.h>
#define ROCTRACER_VERSION_MAJOR 3
#define ROCTRACER_VERSION_MINOR 0
+1 -1
View File
@@ -23,7 +23,7 @@ THE SOFTWARE.
#ifndef CB_TABLE_H_
#define CB_TABLE_H_
#include "ext/prof_protocol.h"
#include <ext/prof_protocol.h>
#include <mutex>
+1 -1
View File
@@ -32,7 +32,7 @@ THE SOFTWARE.
#ifndef INC_ROCTRACER_EXT_H_
#define INC_ROCTRACER_EXT_H_
#include "roctracer.h"
#include <roctracer.h>
typedef void (*roctracer_start_cb_t)();
typedef void (*roctracer_stop_cb_t)();
+1 -1
View File
@@ -40,6 +40,6 @@ typedef const char* (hipGetOpName_t)(unsigned op);
}
#endif
#include "roctracer.h"
#include <roctracer.h>
#endif // INC_ROCTRACER_HCC_H_
+2 -2
View File
@@ -23,11 +23,11 @@ THE SOFTWARE.
#ifndef INC_ROCTRACER_HIP_H_
#define INC_ROCTRACER_HIP_H_
#include "inc/hip_ostream_ops.h"
#include <hip_ostream_ops.h>
#include <hip/hip_runtime.h>
#include <hip/hcc_detail/hip_prof_str.h>
#include "roctracer.h"
#include <roctracer.h>
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -26,7 +26,7 @@ THE SOFTWARE.
#include <hsa.h>
#include <hsa_ext_amd.h>
#include "roctracer.h"
#include <roctracer.h>
// HSA OP ID enumeration
enum hsa_op_id_t {
@@ -143,5 +143,5 @@ typedef void* hsa_amd_queue_intercept_handler;
typedef void* hsa_amd_runtime_queue_notifier;
#endif //! __cplusplus
#include "inc/hsa_prof_str.h"
#include <hsa_prof_str.h>
#endif // INC_ROCTRACER_HSA_H_
+4 -4
View File
@@ -23,12 +23,12 @@ THE SOFTWARE.
/////////////////////////////////////////////////////////////////////////////
#ifndef INC_ROCTRACER_KFD_H_
#define INC_ROCTRACER_KFD_H_
#include "roctracer.h"
#include "hsakmt.h"
#include <roctracer.h>
#include <hsakmt.h>
#ifdef __cplusplus
#include "inc/kfd_ostream_ops.h"
#include <kfd_ostream_ops.h>
#endif
#include "inc/kfd_prof_str.h"
#include <kfd_prof_str.h>
#endif // INC_ROCTRACER_KFD_H_
+1 -1
View File
@@ -59,7 +59,7 @@ typedef struct roctx_api_data_s {
} roctx_api_data_t;
#ifdef __cplusplus
#include "cb_table.h"
#include <roctracer_cb_table.h>
namespace roctx {
// ROCTX callbacks table type
typedef roctracer::CbTable<ROCTX_API_ID_NUMBER> cb_table_t;