mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
fix: Remove patchtokens fallback AIL for ArcControl
Related-To: NEO-12358 Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4a375c80e7
commit
18147e22f8
@@ -26,12 +26,6 @@ inline bool AILConfigurationHw<product>::isFallbackToPatchtokensRequired(const s
|
||||
return true;
|
||||
}
|
||||
|
||||
for (const auto &name : {"ArcControlAssist",
|
||||
"ArcControl"}) {
|
||||
if (processName == name) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user