16 lines
240 B
C++
16 lines
240 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2019 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "runtime/device/root_device.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
bool RootDevice::initializeRootCommandStreamReceiver() {
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
} // namespace NEO
|