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 20f48f2 commit 48a7398Copy full SHA for 48a7398
visa/HWConformity.cpp
@@ -5718,7 +5718,7 @@ void HWConformity::fixSendInst(G4_BB* bb)
5718
continue;
5719
}
5720
5721
- if (inst->getExecSize() < 8)
+ if (inst->getExecSize() < builder.getNativeExecSize())
5722
{
5723
// A64 messages require a minimum msg len of two for address (src0), which is inconsistent
5724
// with our input IR as it allows <2 GRF address variables (e.g., simd1 A64 scatter r/w).
0 commit comments