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 fa907a5 commit a402e1aCopy full SHA for a402e1a
visa/FlowGraph.cpp
@@ -1169,7 +1169,7 @@ void FlowGraph::handleExit(G4_BB* firstSubroutineBB)
1169
}
1170
1171
needsEOTSend = false;
1172
- if (builder->getHasNullReturnSampler())
+ if (builder->getHasNullReturnSampler() && VISA_WA_CHECK(builder->getPWaTable(), Wa_1607871015))
1173
{
1174
bb->addSamplerFlushBeforeEOT();
1175
0 commit comments