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
@@ -199,7 +199,7 @@ class MemoryPool : public amd::ReferenceCountedObject {
|
||||
MemoryPool(hip::Device* device, const hipMemPoolProps* props = nullptr, bool phys_mem = false)
|
||||
: busy_heap_(device),
|
||||
free_heap_(device),
|
||||
lock_pool_ops_("Pool operations", true),
|
||||
lock_pool_ops_(true), /* Pool operations */
|
||||
device_(device),
|
||||
shared_(nullptr),
|
||||
max_total_size_(0) {
|
||||
|
||||
Reference in New Issue
Block a user