compute-runtime/shared/source/helpers/engine_node_helper_extra.cpp

16 lines
285 B
C++
Raw Normal View History

/*
* 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