SWDEV-447525 - Fix merge conflict.

Change-Id: I9dc852e634fb702a0d17ace3fad53e14178d4da0
This commit is contained in:
Jaydeep Patel
2024-03-13 11:52:28 +00:00
parent b72d8da1bd
commit 79162c244b
+1 -1
View File
@@ -215,7 +215,7 @@ class MemoryPool : public amd::ReferenceCountedObject {
.handleTypes = hipMemHandleTypeNone,
.location = {.type = hipMemLocationTypeDevice, .id = device_->deviceId()},
.win32SecurityAttributes = nullptr,
.maxSize = 0;
.maxSize = 0,
.reserved = {}};
}
state_.interprocess_ = properties_.handleTypes != hipMemHandleTypeNone;