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