mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Pass GmmClientContext to Gmm and GmmResourceInfo
Related-To: NEO-3007 Change-Id: Ia590670e93ed93b0941d5a5dc6ac010268cb561e Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
350eb83f02
commit
10d274daa9
@@ -15,6 +15,7 @@
|
||||
namespace NEO {
|
||||
class BuiltIns;
|
||||
class CompilerInterface;
|
||||
class GmmClientContext;
|
||||
class GmmHelper;
|
||||
class MemoryManager;
|
||||
class OSInterface;
|
||||
@@ -46,6 +47,7 @@ class ExecutionEnvironment : public ReferenceTrackedObject<ExecutionEnvironment>
|
||||
void prepareRootDeviceEnvironments(uint32_t numRootDevices);
|
||||
|
||||
GmmHelper *getGmmHelper() const;
|
||||
GmmClientContext *getGmmClientContext() const;
|
||||
MOCKABLE_VIRTUAL CompilerInterface *getCompilerInterface();
|
||||
BuiltIns *getBuiltIns();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user