mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
fix: fail wddm initialization when cannot create topology map
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5dc01e5764
commit
afc1664fce
@@ -154,7 +154,9 @@ bool Wddm::init() {
|
||||
gmmMemory.reset(GmmMemory::create(rootDeviceEnvironment.getGmmClientContext()));
|
||||
}
|
||||
|
||||
buildTopologyMapping();
|
||||
if (!buildTopologyMapping()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
setProcessPowerThrottling();
|
||||
setThreadPriority();
|
||||
|
||||
Reference in New Issue
Block a user