Rebuild for cuda110 - #13
h-vetinari merged 5 commits into
Conversation
…da-forge-pinning 2020.10.07.22.34.39
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
We're not currently building for Ampere here - do you think I should add faiss-split-feedstock/recipe/build-lib.sh Lines 8 to 21 in 45baa90 |
|
@h-vetinari yes, you will have to add I also couldn't help but notice the check used to conditionally add newer arch support. To be portable across multiple cuda versions that we throw at this script, it needs to be updated to: |
|
Thanks a lot for the quick reply @teju85! You're absolutely right that the script could be improved, it was just hacked together based on the conditions at the time, which allowed things to be handled with a single I committed your suggestion just now, let's see how it goes (my machine didn't have |
887aa6b to
5b1e784
Compare
|
You're welcome. My bad, I should have mentioned this earlier! Using |
|
I'm getting tons of warnings like the following on the cuda11 build: Any reason we shouldn't use |
|
Using C++14 should be fine. Though we might be using an even newer version by default like C++17. It can be overridden though. CUDA 11.0 includes CUB and Thrust. I’m not sure to what extent faiss uses them though. Hopefully that provides some more context. |
|
@jakirkham, thanks! Default seems to be |
|
The features added between C++11 and C+14 is quite small. So bumping should be fine. Though I must admit the use of C++11 is a bit unexpected |
|
I agree on the first count, no opinion on the second. I didn't find anything in the cf knowledge base or the compiler tools reference about how to set the standard version though, and GH sucks at searching for "c++" so I couldn't find something in the various repos (e.g. conda-build) where this might be tucked away. Help appreciated. :) |
c50b008 to
52554b4
Compare
Suggested-By: Thejaswi Rao <rao.thejaswi@gmail.com> Coauthored-By: Thejaswi Rao <rao.thejaswi@gmail.com>
fb7dad3 to
5288335
Compare
nvcc does not support c++17 yet; need to regenerate ./configure to take effect
5288335 to
ea8c129
Compare
|
My understanding is this is where we set the C++ flags. FWICT it is using C++17. Is it possible C++11 is coming from something else (perhaps in faiss' build scripts)? |
|
@jakirkham Warnings are gone now and everything builds correctly, so merging. |
|
Ah ok. That makes sense. Yeah sticking with C++14 sounds like a better choice. Great! Thanks for working on this 😄 |
This PR has been triggered in an effort to update cuda110.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
This package has the following downstream children:
And potentially more.
If this PR was opened in error or needs to be updated please add the
bot-rerunlabel to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun botin a PR comment to have theconda-forge-adminadd it for you.This PR was created by the regro-cf-autotick-bot.
The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (
conda install -c conda-forge rever) and pip (pip install re-ver) installable.Finally, feel free to drop us a line if there are any issues!
This PR was generated by , please use this URL for debugging