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 3c3c7e7 commit 4cace82Copy full SHA for 4cace82
third_party/intel/lib/TritonIntelGPUToLLVM/LoadStoreOpToLLVM.cpp
@@ -1769,7 +1769,8 @@ struct LoadOpConversion
1769
// operand per inst.
1770
// Note: the tileHeight and numOperandsPer2DLoadM are the column size
1771
// now.
1772
- numOperandsPer2DLoadM = (threadsPerWarp <= tileHeight) ? repCluster[rank - 1] : 1;
+ numOperandsPer2DLoadM =
1773
+ (threadsPerWarp <= tileHeight) ? repCluster[rank - 1] : 1;
1774
}
1775
// The transpose 2d load only support 1 operand per inst on column.
1776
// (vBlocks = 1)
0 commit comments