-
Notifications
You must be signed in to change notification settings - Fork 246
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
Illegal instruction (core dumped) #394
Comments
What is your hardware architecture? Could you also please try 0.5.0rc4 with more portable compiler flags? |
The compiler flags used to generate the 0.5.0.rc2 release, -march=native and -mtune=native, basically make for a wheel that is only useful if your specific CPU architecture is the same as the github action runner that built it. As @harsha-simhadri said, we just released 0.5.0.4c4 that should work on a far broader modern suite of processors, provided they support sse2, avx2, and fma - and from what I can tell, is basically any processor since around 2013 or 2014. Hopefully installing this new version will work for you - please do report back with success or failure, as I only have a finite number of computers to test it on and they all are roughly from around the same timeframe. |
template <typename T, typename TagT, typename LabelT>
|
The code change that worked for us... template <typename T, typename TagT, typename LabelT>
|
Hello, the new version you released runs on my machine. Thank you! |
@shreyasraoverse: this is a different bug than #394, which was coming up because we were building a processor family specific wheel that only worked if you happened to use the same one as the build machine, which we have no control over. the issue you're describing is the one from #400, #402, and #404 - which I'll talk about in #404 when I reopen it, since it still isn't fixed. Thanks so much for your feedback, I'll try to quote post or move these responses to that thread and close out this ticket that @1933669775 raised |
Hello!
I could not import diskannpy after installing in linux and python environment
The installed package is diskannpy-0.5.0rc2-cp310-cp310-manylinux_2_28_x86_64.whl
report an error:Illegal instruction (core dumped)
I don't know what the problem is. I hope I can get help
thanks in advance!
The text was updated successfully, but these errors were encountered: