V1/V2 API Library Separation

V1 library will be supported as librocprofiler64.so and V2 will be supported as librocprofiler64v2.so and headers will be rocprofiler.h for V1 and v2/rocprofiler.h for v2

Change-Id: Ibe5bdbf2f79f0175342c648e917ae77918186604


[ROCm/rocprofiler commit: 9e62e066fe]
Dieser Commit ist enthalten in:
Ammar ELWazir
2023-04-20 22:04:46 +00:00
committet von Ammar Elwazir
Ursprung 6b53186f13
Commit 7647f6988f
62 geänderte Dateien mit 2220 neuen und 737 gelöschten Zeilen
@@ -33,7 +33,7 @@
#include <hip/hip_runtime.h>
#include <hsa/hsa.h>
#include <rocprofiler.h>
#include <rocprofiler/v2/rocprofiler.h>
#include "program.hpp"
#include "program_options.hpp"