Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp | ||
---|---|---|
283 | I'd like to have a negative test, if possible |
mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp | ||
---|---|---|
283 | There is a case for casting between static and dynamic shaped memrefs, which is not supported yet, but can be supported potentially. But other than that I'm not sure how to trigger this except by type converter misconfiguration. |
I'd like to have a negative test, if possible