[Mlir-commits] [mlir] [mlir][vector] Update docs for scalable vectors (PR #101842)
Cullen Rhodes
llvmlistbot at llvm.org
Mon Aug 5 01:31:07 PDT 2024
================
@@ -286,10 +299,11 @@ Consider a vector of rank n with static sizes `{s_0, ... s_{n-1}}` (i.e. an MLIR
`vector<s_0x...s_{n-1}xf32>`). Lowering such an `n-D` MLIR vector type to an
LLVM descriptor can be done by either:
-1. Flattening to a `1-D` vector: `!llvm<"(s_0*...*s_{n-1})xfloat">` in the MLIR
+1. Nested aggregate type of `1-D` vector:
----------------
c-rhodes wrote:
is the order here is important?
https://github.com/llvm/llvm-project/pull/101842
More information about the Mlir-commits
mailing list