SWDEV-254329 - Fix for profiler ON/OFF

Change-Id: Iea72ae96ebe7ed95322dfc39d785ac326b47f6dc
이 커밋은 다음에 포함됨:
Sarbojit Sarkar
2021-02-22 00:42:18 -05:00
커밋한 사람 Sarbojit Sarkar
부모 24299e25bd
커밋 14d54a7b29
4개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
+1
파일 보기
@@ -82,6 +82,7 @@ namespace amd {
#endif // __APPLE__
bool IS_HIP = false;
std::atomic_bool IS_PROFILER_ON(false);
#if defined(WITH_GPU_DEVICE)
bool IS_LEGACY = true;
+1
파일 보기
@@ -265,6 +265,7 @@ release(cstring, AMD_LOG_LEVEL_FILE, "", \
namespace amd {
extern bool IS_HIP;
extern std::atomic_bool IS_PROFILER_ON;
extern bool IS_LEGACY;