mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Pass Device to Buffer::setArgStateful Related-To: NEO-4672 Change-Id: I0b7ed3ee578139f250c8470532dc0ae2eb2991e1 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
17 lines
309 B
C++
17 lines
309 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "opencl/source/mem_obj/buffer_base.inl"
|
|
|
|
namespace NEO {
|
|
|
|
template <typename GfxFamily>
|
|
void BufferHw<GfxFamily>::appendBufferState(void *memory, const Device &device, bool isReadOnly) {
|
|
}
|
|
|
|
} // namespace NEO
|