See BufferizationOps.cpp:408, the dynamic sizes are enclosed by "()" not "[]"
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td | ||
---|---|---|
63 | Good catch! Given the roundtrip behavior, I think you can even remove the space, i.e. bufferization.alloc_tensor(%d1, %d2) |
Good catch! Given the roundtrip behavior, I think you can even remove the space, i.e. bufferization.alloc_tensor(%d1, %d2)