Skip to content

Commit 3c3c7e7

Browse files
committed
Use subgroupd 2d layout to compute tile sizes 1/?
1 parent c7b3773 commit 3c3c7e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

third_party/intel/lib/TritonIntelGPUToLLVM/LoadStoreOpToLLVM.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,8 +1769,7 @@ struct LoadOpConversion
17691769
// operand per inst.
17701770
// Note: the tileHeight and numOperandsPer2DLoadM are the column size
17711771
// now.
1772-
numOperandsPer2DLoadM =
1773-
(threadsPerWarp <= tileHeight) ? repCluster[rank - 1] : 1;
1772+
numOperandsPer2DLoadM = (threadsPerWarp <= tileHeight) ? repCluster[rank - 1] : 1;
17741773
}
17751774
// The transpose 2d load only support 1 operand per inst on column.
17761775
// (vBlocks = 1)

0 commit comments

Comments
 (0)