-
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
Build error when cross compiling quantization for arm #22
Comments
Is it possible that you've configured cross-compilation incorrectly? We're doing cross compilation in Qdrant as well targeting ARM64 without issues. A bunch of architecture specific code is gated by specific platform attributes. It looks like something is going wrong here. Could you share the command you use for cross compilation? |
@timvisee , thank you for the reply. did you try building qdrant for ARM(not ARM 64) specifically? I didn't see any condition here for arm quantization/quantization/build.rs Lines 18 to 38 in 939fdb6
|
@timvisee |
Hello @IvanPleshkov , |
Thanks for the issue! I gonna remove all C code from repo and this issue will be fixed (draft PR #26) |
I'm getting below error when cross-compiling quantization for arm64.
How can I fix this
The text was updated successfully, but these errors were encountered: