mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Related-To: NEO-3220 Change-Id: Ide341205a283d8973b5c11f3a953eabbda14262f Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
16 lines
273 B
C++
16 lines
273 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/command_stream/command_stream_receiver.h"
|
|
|
|
namespace NEO {
|
|
|
|
bool CommandStreamReceiver::createPerDssBackedBuffer(Device &device) {
|
|
return true;
|
|
}
|
|
} // namespace NEO
|