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

Is it possible to add support for the ARM architecture? #383

Closed
Lengxiaoyi opened this issue Nov 20, 2024 · 2 comments · Fixed by #386
Closed

Is it possible to add support for the ARM architecture? #383

Lengxiaoyi opened this issue Nov 20, 2024 · 2 comments · Fixed by #386
Labels
enhancement New feature or request released

Comments

@Lengxiaoyi
Copy link

Could you consider making GPU compilation optimizations for the Mac system? Currently, it is not possible to compile according to the work instructions on non-Linux machines and those without GPU resources. Good luck.

@tlovell-sxt
Copy link
Contributor

Hello, thanks for the issue! It seems at some point we enabled blitzar as a dev-dependency, but that's not actually necessary since all of the tests that use it are behind the blitzar feature flag. After #386, the test target should be able to be compiled without the blitzar feature flag, and you should be able to run the following command on alternative architectures:

cargo test --no-default-features --features="arrow cpu-perf"

Copy link

🎉 This issue has been resolved in version 0.48.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants