mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Fix virtual engines
Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
58ebebeec6
commit
a332d53360
@@ -53,7 +53,7 @@ aub_stream::EngineType getBcsEngineType(const HardwareInfo &hwInfo, const Device
|
||||
void releaseBcsEngineType(aub_stream::EngineType engineType, SelectorCopyEngine &selectorCopyEngine);
|
||||
aub_stream::EngineType remapEngineTypeToHwSpecific(aub_stream::EngineType inputType, const HardwareInfo &hwInfo);
|
||||
uint32_t getBcsIndex(aub_stream::EngineType engineType);
|
||||
aub_stream::EngineType mapBcsIndexToEngineType(uint32_t index);
|
||||
aub_stream::EngineType mapBcsIndexToEngineType(uint32_t index, bool includeMainCopyEngine);
|
||||
aub_stream::EngineType mapCcsIndexToEngineType(uint32_t index);
|
||||
|
||||
std::string engineTypeToString(aub_stream::EngineType engineType);
|
||||
|
||||
Reference in New Issue
Block a user