SWDEV-391178 - Extern monitor to avoid copy in multithreading.

Defining monitor in header cause copy and hence it's moved to cpp.

Change-Id: Ib07bbde2808d9cb2af9349076f777e8a5b28d210
This commit is contained in:
Jaydeep Patel
2023-04-10 07:51:22 +00:00
committed by Jaydeepkumar Patel
parent 78de2ae692
commit e8eb1772f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#include "utils/versions.hpp"
std::vector<hip::Device*> g_devices;
amd::Monitor g_hipInitlock{"hipInit lock"};
namespace hip {
thread_local TlsAggregator tls;
amd::Context* host_context = nullptr;