14 lines
264 B
C++
14 lines
264 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2021 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/direct_submission/direct_submission_controller.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
bool DirectSubmissionController::isSupported() {
|
||
|
return false;
|
||
|
}
|
||
|
} // namespace NEO
|