Files
compute-runtime/shared/source/dll/direct_submission_controller_enabled.cpp
Lukasz Jobczyk 5a240e1d66 Enable direct submission controller
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
2021-10-26 12:07:11 +02:00

14 lines
263 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 true;
}
} // namespace NEO