This revision adds intrinsics for transpose, columnwise.load and columnwise.store
achieving full coverage of the llvm.matrix intrinsics.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td | ||
---|---|---|
794 | this is very minor, but I slightly prefer stating what the class does (Create a columnwise....) and then state "as specific in the LLMV Matrix builder' | |
795 | since we heavily overload 'vector's and 'tensors', perhaps make the 2-D matrix clear in the comment | |
814 | misses: Creates a columnwise, strided matrix store. to be consistent with all others. | |
850 | how about repeating 'rows' and row, as ... call, transposing a 'rows' x 'columns' 2-D 'matrix' |
this is very minor, but I slightly prefer stating what the class does (Create a columnwise....) and then state "as specific in the LLMV Matrix builder'