2021-05-17 23:22:49 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2021 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/helpers/engine_node_helper.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
namespace EngineHelpers {
|
2021-12-08 21:57:37 +08:00
|
|
|
bool isBcsVirtualEngineEnabled() {
|
|
|
|
return false;
|
2021-05-17 23:22:49 +08:00
|
|
|
}
|
|
|
|
} // namespace EngineHelpers
|
2021-12-08 21:57:37 +08:00
|
|
|
} // namespace NEO
|