fix: Remove patchtokens fallback AIL for DaVinci Resolve for XE2+

For other platforms, this AIL will be removed in the next change.

Resolves: NEO-12358
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
This commit is contained in:
Jaroslaw Warchulski
2024-08-19 12:36:07 +00:00
committed by Compute-Runtime-Automation
parent 6c241a52d8
commit 5c6f3e7d2b
21 changed files with 349 additions and 22 deletions

View File

@@ -26,8 +26,7 @@ inline bool AILConfigurationHw<product>::isFallbackToPatchtokensRequired(const s
return true;
}
for (const auto &name : {"Resolve",
"ArcControlAssist",
for (const auto &name : {"ArcControlAssist",
"ArcControl"}) {
if (processName == name) {
return true;