-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Bug] Tune fails on macOS #15771
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Comments
gmeeker
added
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
labels
Sep 17, 2023
gmeeker
added a commit
to gmeeker/tvm
that referenced
this issue
Jan 6, 2024
Fix regression in (apache#15187) when multiprocessing start method is not 'fork', which prevented tuning from working. This affects macOS and Windows. Also in python 3.14 the default start method will be 'spawn'.
gmeeker
added a commit
to gmeeker/tvm
that referenced
this issue
Jan 6, 2024
Fix regression in (apache#15187) when multiprocessing start method is not 'fork', which prevented tuning from working. This affects macOS and Windows. Also in python 3.14 the default start method will be 'spawn'.
gmeeker
added a commit
to gmeeker/tvm
that referenced
this issue
Jan 6, 2024
Fix regression in (apache#15187) when multiprocessing start method is not 'fork', which prevented tuning from working. This affects macOS and Windows. Also in python 3.14 the default start method will be 'spawn'.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
tvmc tune appears to have broken between 0.12.0 and 0.13.0.
Expected behavior
Produce an autotuner json file (which worked in 0.12.0).
Actual behavior
This looks similar to #8363 and #8347 although those are older than 0.12.0 which is working on macOS.
Environment
macOS 13.5.2
Python 3.8.18
TVM 0.13.0 or current head of main branch
Steps to reproduce
Compiled using brew per install from source instructions:
https://tvm.apache.org/docs/install/from_source.html
Run
tvmc tune --target "llvm" --output resnet50-v2-7-autotuner_records.json resnet50-v2-7.onnx
as described here:https://tvm.apache.org/docs/tutorial/tvmc_command_line_driver.html
Triage
The text was updated successfully, but these errors were encountered: