mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Revert "fix: do not expose render engine by default on xe2"
This reverts commit ff324424eb.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ec37a4f3b1
commit
fc5cab4445
@@ -58,11 +58,7 @@ const EngineInstancesContainer GfxCoreHelperHw<Family>::getGpgpuEngineInstances(
|
||||
}
|
||||
}
|
||||
|
||||
if ((debugManager.flags.NodeOrdinal.get() == static_cast<int32_t>(aub_stream::EngineType::ENGINE_CCCS)) ||
|
||||
hwInfo.featureTable.flags.ftrRcsNode) {
|
||||
engines.push_back({aub_stream::ENGINE_CCCS, EngineUsage::regular});
|
||||
}
|
||||
|
||||
engines.push_back({aub_stream::ENGINE_CCCS, EngineUsage::regular});
|
||||
engines.push_back({defaultEngine, EngineUsage::lowPriority});
|
||||
engines.push_back({defaultEngine, EngineUsage::internal});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user