Files
compute-runtime/opencl/source/command_stream/per_dss_backed_buffer.cpp
Mateusz Jablonski 370424a1e0 Change core inlcudes
Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-02-23 18:46:50 +01:00

16 lines
270 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "command_stream/command_stream_receiver.h"
namespace NEO {
bool CommandStreamReceiver::createPerDssBackedBuffer(Device &device) {
return true;
}
} // namespace NEO