SWDEV-480772 - Remove name variable from amd::Monitor class.
Change-Id: Ie2a4fa44f485786227230f8a892e090e718aa30e
This commit is contained in:
committed by
Karthik Jayaprakash
parent
cfdc9dfc36
commit
12a39fbf22
@@ -27,7 +27,8 @@
|
||||
|
||||
namespace hip {
|
||||
|
||||
static amd::Monitor eventSetLock{"Guards global event set"};
|
||||
// Guards global event set
|
||||
static amd::Monitor eventSetLock{};
|
||||
static std::unordered_set<hipEvent_t> eventSet;
|
||||
|
||||
bool Event::ready(eventType type) {
|
||||
|
||||
Reference in New Issue
Block a user