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 dfb3d86 commit f17af66Copy full SHA for f17af66
visa/Optimizer.cpp
@@ -828,11 +828,6 @@ void Optimizer::s0SubAfterRA() {
828
return;
829
}
830
831
- // for 512 GRF mode, indirect-send is forbidden
832
- if (builder.kernel.getNumRegTotal() == 512) {
833
- return;
834
- }
835
-
836
kernel.fg.resetLocalDataFlowData();
837
kernel.fg.localDataFlowAnalysis();
838
0 commit comments