mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Add new EngineUsage
Simplify verifying EngineUsage in tryGetEngine function. Remove unused getGpgpuEnginesCount function. Related-To: NEO-4940 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fccd22e3c7
commit
63f8c9d98b
@@ -23,5 +23,6 @@ struct EngineControl {
|
||||
OsContext *osContext = nullptr;
|
||||
|
||||
aub_stream::EngineType &getEngineType() const { return osContext->getEngineType(); }
|
||||
EngineUsage getEngineUsage() const { return osContext->getEngineUsage(); }
|
||||
};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user