/* * Copyright (C) 2019-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "opencl/source/mem_obj/buffer.h" namespace NEO { template void BufferHw::appendSurfaceStateExt(void *memory) { } } // namespace NEO