Commit 58acd894 authored by pruthvi's avatar pruthvi

fix unit test

parent f2e462c7
......@@ -35,6 +35,7 @@ runtime::AlignedBuffer::AlignedBuffer(size_t byte_size,
std::shared_ptr<ngraph::runtime::Allocator> allocator)
{
m_byte_size = byte_size;
m_allocator = allocator;
if (m_byte_size > 0)
{
size_t allocation_size = m_byte_size + alignment;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment