mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 18:25:05 +08:00
This reverts commit c365b422963917e7b882f9db985969c036f0fa3f. Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
17 lines
286 B
C++
17 lines
286 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
|