================
@@ -1073,6 +1073,11 @@ The matrix type extension supports explicit casts.
Implicit type conversion betw
i = static_cast<matrix_5_5<int>>(d);
}
+The matrix type extension will support column and row major layouts. The flag
----------------
fhahn wrote:
```suggestion
The matrix type extension supports column and row major memory layouts, but not
all builtins are supported with row-major layout.
```
https://github.com/llvm/llvm-project/pull/167628
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits