Internally we use int64_t to hold shapes, but for some
reason the parser was limiting shapes to unsigned. This
change updates the parser to properly handle int64_t shape
dimensions.
Details
Details
- Reviewers
mehdi_amini - Commits
- rG71699961592b: [mlir] Allow shape dimensions larger than 2^32
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo