Files
compute-runtime/shared/source/command_stream/per_dss_backed_buffer.cpp
Mateusz Jablonski 5d0a13e37b Move opencl/command_stream to shared
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2021-09-23 17:25:43 +02:00

16 lines
284 B
C++

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