We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd7bf4 commit 0ae1ac3Copy full SHA for 0ae1ac3
IGC/Compiler/CISACodeGen/MatchCommonKernelPatterns.cpp
@@ -37,7 +37,7 @@ bool MatchCommonKernelPatterns::runOnFunction(Function &F) {
37
Ctx = getAnalysis<CodeGenContextWrapper>().getCodeGenContext();
38
39
// Check if F is part of interpreter pattern.
40
- if (IGC_IS_FLAG_ENABLED(EnableInterpreterPatternMatching))
+ if (IGC_IS_FLAG_ENABLED(EnableInterpreterPatternMatching) && !Ctx->platform.isCoreXE3())
41
if (isInterpreterPattern(F))
42
Ctx->m_kernelsWithForcedRetry.push_back(&F);
43
0 commit comments