[clang] [Matrix] Add a row\col major toggle in the clang driver (PR #167628)

2025-11-20 Thread Nathan Corbyn via cfe-commits
cofibrant wrote: I was waiting for @fhahn to chime in https://github.com/llvm/llvm-project/pull/167628 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Matrix] Add a row\col major toggle in the clang driver (PR #167628)

2025-11-14 Thread Nathan Corbyn via cfe-commits
cofibrant wrote: I've thought about this some more and I'll summarise my understanding. AFAIU, there are two separate concerns here: 1. The layout of matrices types in memory; 2. The layout used by LLVM when lowering matrix intrinsics. As far as the matrix intrinsics are concerned, at least as