mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Make root device environments a vector
Change-Id: I62addd87606c8c87e3b9db53c9179bd5f09df30b Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
ca62509a27
commit
9924fa34de
@@ -55,10 +55,10 @@ class ExecutionEnvironment : public ReferenceTrackedObject<ExecutionEnvironment>
|
||||
MOCKABLE_VIRTUAL CompilerInterface *getCompilerInterface();
|
||||
BuiltIns *getBuiltIns();
|
||||
|
||||
std::unique_ptr<RootDeviceEnvironment[]> rootDeviceEnvironments;
|
||||
std::unique_ptr<OSInterface> osInterface;
|
||||
std::unique_ptr<MemoryOperationsHandler> memoryOperationsInterface;
|
||||
std::unique_ptr<MemoryManager> memoryManager;
|
||||
std::vector<RootDeviceEnvironment> rootDeviceEnvironments;
|
||||
std::unique_ptr<AubCenter> aubCenter;
|
||||
CsrContainer commandStreamReceivers;
|
||||
std::unique_ptr<BuiltIns> builtins;
|
||||
|
||||
Reference in New Issue
Block a user