Files
compute-runtime/shared/source/helpers/engine_node_helper_extra.cpp
Bartosz Dunajski 4dde9393ad Extend engine checkers to support more engine types
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2021-12-09 13:41:25 +01:00

16 lines
285 B
C++

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/helpers/engine_node_helper.h"
namespace NEO {
namespace EngineHelpers {
bool isBcsVirtualEngineEnabled() {
return false;
}
} // namespace EngineHelpers
} // namespace NEO