SWDEV-254329 - Fix for profiler ON/OFF

Change-Id: Iea72ae96ebe7ed95322dfc39d785ac326b47f6dc
This commit is contained in:
Sarbojit Sarkar
2021-02-22 00:42:18 -05:00
committed by Sarbojit Sarkar
parent 24299e25bd
commit 14d54a7b29
4 changed files with 5 additions and 5 deletions
+1
View File
@@ -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;