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 ae46511 commit 4438059Copy full SHA for 4438059
third_party/intel/lib/Dialect/TritonIntelGPU/IR/Dialect.cpp
@@ -889,7 +889,7 @@ struct TritonIntelGPUInferLayoutInterface
889
auto dst = src.transposeOuts(srcOutDims)
890
.reshapeOuts(newOutDims)
891
.transposeOuts(standardOutDimNames(ctx, newRank));
892
- dstEnc = LinearEncodingAttr::get(ctx, dst);
+ dstEnc = LinearEncodingAttr::get(ctx, std::move(dst));
893
return success();
894
}
895
0 commit comments