mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Cleanup builtins dependencies
move builtins builders to ClExecutionEnvironment Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cb2f18e3bc
commit
3f94399dbb
@@ -24,7 +24,7 @@ class ExecutionEnvironment : public ReferenceTrackedObject<ExecutionEnvironment>
|
||||
|
||||
MOCKABLE_VIRTUAL bool initializeMemoryManager();
|
||||
void calculateMaxOsContextCount();
|
||||
void prepareRootDeviceEnvironments(uint32_t numRootDevices);
|
||||
virtual void prepareRootDeviceEnvironments(uint32_t numRootDevices);
|
||||
void parseAffinityMask();
|
||||
void sortNeoDevices();
|
||||
void setDebuggingEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user