The extract_strided_metadata operation literally breaks down a memory descriptor into its different components.
Teach the MemRefToLLVM conversion framework this fact.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp | ||
|---|---|---|
| 2123 | Nit: getRank returns int64_t, let's stick with that to avoid sign-cast warnings in some compilers. | |
Nit: getRank returns int64_t, let's stick with that to avoid sign-cast warnings in some compilers.