Skip to content

Commit c518e3b

Browse files
committed
fixup! [mlir][vector] Disable vector.flat_transpose for scalable vectors (#102573)
1 parent 26e6a1d commit c518e3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

-2
Original file line numberDiff line numberDiff line change
@@ -2793,8 +2793,6 @@ def Vector_FlatTransposeOp : Vector_Op<"flat_transpose", [Pure,
27932793
support scalable vectors. Hence, this Op is only available for fixed-width
27942794
vectors. Also see:
27952795

2796-
Also see:
2797-
27982796
http://llvm.org/docs/LangRef.html#llvm-matrix-transpose-intrinsic
27992797

28002798
Example:

0 commit comments

Comments
 (0)