You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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"
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.
The text was updated successfully, but these errors were encountered: