This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Python] Make DenseElementsAttr loading be int size agnostic.
ClosedPublic

Authored by stellaraccident on Nov 11 2020, 10:24 AM.

Details

Summary
  • 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.

Diff Detail

Event Timeline

stellaraccident requested review of this revision.Nov 11 2020, 10:24 AM

Gentle ping - fixes the Windows build and working to get the bot up.

ftynse accepted this revision.Nov 17 2020, 5:34 AM

Thanks for fixing!

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
This revision was automatically updated to reflect the committed changes.