SWDEV-447525 - maxSize param for Mem pool props.

Change-Id: Ib743611a66921aeaa449b6622b933cc8b9190d87
This commit is contained in:
Jaydeep Patel
2024-02-27 06:43:32 +00:00
committed by Jaydeepkumar Patel
parent f1adecd186
commit b72d8da1bd
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -215,6 +215,7 @@ class MemoryPool : public amd::ReferenceCountedObject {
.handleTypes = hipMemHandleTypeNone,
.location = {.type = hipMemLocationTypeDevice, .id = device_->deviceId()},
.win32SecurityAttributes = nullptr,
.maxSize = 0;
.reserved = {}};
}
state_.interprocess_ = properties_.handleTypes != hipMemHandleTypeNone;