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.
dce695e
1 parent 5942691 commit 38ee029Copy full SHA for 38ee029
lib/Dialect/TritonGPU/Transforms/Pipeliner/LowerLoops.cpp
@@ -171,7 +171,7 @@ ttg::SharedEncodingTrait getSharedEncoding(Operation *op) {
171
172
auto ty = cast<RankedTensorType>(op->getResultTypes()[0]);
173
auto ctaLayout = ttg::getCTALayout(ty.getEncoding());
174
- auto order = ttg::getOrder(ty);
+ auto order = ttg::getOrder(ty.getEncoding());
175
if (isTMALoad(op)) {
176
// For TMA, the encoding compatible with it takes precedence over local
177
// alloc created for the MMA operand.
0 commit comments