mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
16 lines
270 B
C++
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
|