mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: remove not needed check for engine instance count
Related-To: NEO-10496 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0270cd6a5b
commit
e21180992f
@@ -1215,11 +1215,6 @@ int IoctlHelperXe::createDrmContext(Drm &drm, OsContextLinux &osContext, uint32_
|
||||
engine.push_back(*currentEngine);
|
||||
}
|
||||
}
|
||||
if (engine.size() > 9) {
|
||||
xeLog("Too much instances...\n", "");
|
||||
UNRECOVERABLE_IF(true);
|
||||
return 0;
|
||||
}
|
||||
create.instances = castToUint64(engine.data());
|
||||
create.num_placements = engine.size();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user