iree icon indicating copy to clipboard operation
iree copied to clipboard

[python] Add an iree.build package with API/tooling for program building.

Open stellaraccident opened this issue 1 year ago • 1 comments

stellaraccident avatar Sep 28 '24 21:09 stellaraccident

Thanks for early look. PR is still draft. Tests and compile actions are coming.

I really want it to be iree.build. better for user tools and can fix the ignore list

stellaraccident avatar Sep 30 '24 15:09 stellaraccident

Test failed on macos bot: https://github.com/iree-org/iree/actions/runs/11627272067/job/32380320905#step:9:1650

AttributeError: module 'enum' has no attribute 'StrEnum'

Python 3.10

ScottTodd avatar Nov 01 '24 13:11 ScottTodd

Test also failed on Windows bot, same error: https://github.com/iree-org/iree/actions/runs/11627295212/job/32380385457#step:8:1703

The release build succeeded though, so that's less urgent to fix

ScottTodd avatar Nov 01 '24 14:11 ScottTodd