mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
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:
committed by
Compute-Runtime-Automation
parent
6c241a52d8
commit
5c6f3e7d2b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user