memref types with dynamic dimensions do not have a compile-time
known size. They should be mapped to SPIR-V runtime array types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is great! Thanks Lei, The type conversion looks good, but its hard to see how this works without seeing how it works in practice without seeing it work with loads/stores.
mlir/lib/Dialect/SPIRV/SPIRVLowering.cpp | ||
---|---|---|
334–336 | Nit: Good to avoid using auto here cause the type of the result is not obvious. |
Nit: Good to avoid using auto here cause the type of the result is not obvious.