Add method to get internal copy engine

Related-To: LOCI-2010

Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2021-03-20 18:31:26 +00:00
committed by Compute-Runtime-Automation
parent 35ff284944
commit 56b2686f0d
4 changed files with 17 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ class ClDevice : public BaseObject<_cl_device_id> {
EngineControl &getEngine(aub_stream::EngineType engineType, EngineUsage engineUsage);
EngineControl &getDefaultEngine();
EngineControl &getInternalEngine();
EngineControl *getInternalCopyEngine();
std::atomic<uint32_t> &getSelectorCopyEngine();
MemoryManager *getMemoryManager() const;
GmmHelper *getGmmHelper() const;