SWDEV-447525 - maxSize param for Mem pool props.
Change-Id: Ib743611a66921aeaa449b6622b933cc8b9190d87
This commit is contained in:
committed by
Jaydeepkumar Patel
parent
f1adecd186
commit
b72d8da1bd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user