mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Move GmmHelper to RootDeviceEnvironment
Related-To: NEO-3691 Change-Id: I8afdf65f360acc5b9d7b47a728d1d185e5e3700b Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
55ab09e618
commit
ec647dabe9
@@ -57,8 +57,7 @@ bool Device::createDeviceImpl() {
|
||||
}
|
||||
auto &hwHelper = HwHelper::get(hwInfo.platform.eRenderCoreFamily);
|
||||
hwHelper.setupHardwareCapabilities(&this->hardwareCapabilities, hwInfo);
|
||||
|
||||
executionEnvironment->initGmm();
|
||||
executionEnvironment->rootDeviceEnvironments[getRootDeviceIndex()]->initGmm();
|
||||
|
||||
if (!createEngines()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user