SWDEV-480772 - Remove name variable from amd::Monitor class.

Change-Id: Ie2a4fa44f485786227230f8a892e090e718aa30e
Этот коммит содержится в:
kjayapra-amd
2024-08-07 18:10:41 -04:00
коммит произвёл Karthik Jayaprakash
родитель cfdc9dfc36
Коммит 12a39fbf22
27 изменённых файлов: 76 добавлений и 83 удалений
+2 -1
Просмотреть файл
@@ -28,7 +28,8 @@
#include "platform/external_memory.hpp"
namespace hip {
amd::Monitor hipArraySetLock{"Guards global hipArray set"};
// Guards global hipArray set
amd::Monitor hipArraySetLock{};
std::unordered_set<hipArray*> hipArraySet;
// ================================================================================================