/* * Copyright (C) 2017-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "opencl/source/mem_obj/buffer_base.inl" namespace NEO { template void BufferHw::appendBufferState(void *memory, const Device &device, bool isReadOnly) { } } // namespace NEO