compute-runtime/runtime/mem_obj/definitions/image_ext.inl

15 lines
218 B
C++

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
namespace NEO {
template <typename GfxFamily>
void ImageHw<GfxFamily>::appendSurfaceStateExt(void *memory) {
}
} // namespace NEO