-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
riscv64 build is broken in 17.0.0
#8114
Comments
We don't have a RISC-V hosted build system on which to test a fix. If you'd like to offer a PR to fix this we can land it and backport it to the 17 branch. |
I'm afraid i also don't have any way to test a fix other than putting it into that package :) |
I think the issue here is that the test for the li2018 autoscheduler is generating vectorized code, but the RISCV backend needs explicit vector width support in its target string. The simplest fix is probably to disable the test in test/autoschedulers/li2018/CMakeLists.txt if the host system is RISCV... not sure the right way to detect that in CMake though. |
Are any of the other tests suspect as well? |
Sorry, I don't know. |
https://buildd.debian.org/status/fetch.php?pkg=halide&arch=riscv64&ver=17.0.0-2&stamp=1708458881&raw=0
The text was updated successfully, but these errors were encountered: