- I had missed the note about "Standard size" in the docs. On Windows, the 'l' types are 32bit.
- This fixes the only failing MLIR-Python test on Windows.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91283
[mlir][Python] Make DenseElementsAttr loading be int size agnostic. ClosedPublic Authored by stellaraccident on Nov 11 2020, 10:24 AM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptNov 11 2020, 10:24 AM This revision is now accepted and ready to land.Nov 17 2020, 5:34 AM This revision was landed with ongoing or failed builds.Nov 17 2020, 9:55 PM Closed by commit rG989b19442905: [mlir][Python] Make DenseElementsAttr loading be int size agnostic. (authored by stellaraccident). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 305975 mlir/lib/Bindings/Python/IRModules.cpp
|