Skip to content

Commit 79162c2

Browse files
SWDEV-447525 - Fix merge conflict.
Change-Id: I9dc852e634fb702a0d17ace3fad53e14178d4da0
1 parent b72d8da commit 79162c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hipamd/src/hip_mempool_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class MemoryPool : public amd::ReferenceCountedObject {
215215
.handleTypes = hipMemHandleTypeNone,
216216
.location = {.type = hipMemLocationTypeDevice, .id = device_->deviceId()},
217217
.win32SecurityAttributes = nullptr,
218-
.maxSize = 0;
218+
.maxSize = 0,
219219
.reserved = {}};
220220
}
221221
state_.interprocess_ = properties_.handleTypes != hipMemHandleTypeNone;

0 commit comments

Comments
 (0)