Skip to content

Commit 38ee029

Browse files
[Intel] Fix build failure due to revert dce695e
Signed-off-by: Whitney Tsang <[email protected]>
1 parent 5942691 commit 38ee029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Dialect/TritonGPU/Transforms/Pipeliner/LowerLoops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ ttg::SharedEncodingTrait getSharedEncoding(Operation *op) {
171171

172172
auto ty = cast<RankedTensorType>(op->getResultTypes()[0]);
173173
auto ctaLayout = ttg::getCTALayout(ty.getEncoding());
174-
auto order = ttg::getOrder(ty);
174+
auto order = ttg::getOrder(ty.getEncoding());
175175
if (isTMALoad(op)) {
176176
// For TMA, the encoding compatible with it takes precedence over local
177177
// alloc created for the MMA operand.

0 commit comments

Comments
 (0)