Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update onnx app to Adams2019 autoscheduler and new autoscheduler API #7673

Merged
merged 4 commits into from
Jul 11, 2023

Conversation

abadams
Copy link
Member

@abadams abadams commented Jul 10, 2023

Fixes #7670

This app had rotted, largely because the linux bots don't have the prereqs installed so they weren't testing it. Unfortunately one of the prereqs seems to be the package python3-onnx, which isn't available on the ubuntu distribution installed on the bots (focal fossa).

@steven-johnson
Copy link
Contributor

If python3-onnx is installable via pip that would be easy to correct on the bots

@steven-johnson
Copy link
Contributor

Is https://pypi.org/project/onnx/ what we need?

@steven-johnson
Copy link
Contributor

(If we can install the right packages, let's do that first and get testing working before we land this)

@abadams
Copy link
Member Author

abadams commented Jul 10, 2023

We can do that, but note that doing it in that order will result in all other PRs failing their makefile builds until this PR goes in.

@steven-johnson
Copy link
Contributor

Ah, ok, approving then

@steven-johnson steven-johnson self-requested a review July 10, 2023 18:07
@abadams
Copy link
Member Author

abadams commented Jul 11, 2023

Errors unrelated (they are also occuring on main)

@abadams abadams merged commit 41d6d94 into main Jul 11, 2023
3 checks passed
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
…alide#7673)

* Update onnx app to Adams2019 autoscheduler and new autoscheduler API

Fixes halide#7670

* Add model test too

* Remove use of tmpnam

* Don't test onnx app in a 32-bit build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Halide AutoSchedule Error
2 participants