Runtime arrays are converted from memrefs with unknown
dimensions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/StandardToSPIRV/StandardToSPIRV.cpp | ||
---|---|---|
998 | Nit: Having dstType initially being the StructType and overwriting it with element type adds cognitive overhead to me while reading. Can we just use elementType for the actual element type. |
Nit: Having dstType initially being the StructType and overwriting it with element type adds cognitive overhead to me while reading. Can we just use elementType for the actual element type.