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
이 커밋은 다음에 포함됨:
Ammar ELWazir
2023-04-20 22:04:46 +00:00
커밋한 사람 Ammar Elwazir
부모 9dd1a12468
커밋 9e62e066fe
62개의 변경된 파일2220개의 추가작업 그리고 737개의 파일을 삭제
+1 -1
파일 보기
@@ -20,7 +20,7 @@
#ifndef SRC_CORE_MEMORY_GENERIC_BUFFER_H_
#define SRC_CORE_MEMORY_GENERIC_BUFFER_H_
#include "inc/rocprofiler.h"
#include "rocprofiler.h"
#include <bitset>
#include <cassert>