-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: Fix SIMD imports to work with latest nightly. #141
Conversation
Add nightly builds to CI.
The standard Github runners do not include an OpenCL device.
Referenced to issue #293.
The errors here are fixed in pyo3 v0.23. We won't be able to upgrade that until a Polars release is done. |
b0b4cf7
to
4a7c310
Compare
@Batch21 this is now ready for merge if you have any time for review. Not a high priority though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given it another read through and it all looks ok. There are some changes in there that seem to be unrelated to the SIMD stuff but I think that must be due to merging main into the branch a few times?
Add nightly builds to CI.