[BUG] -Werror
causes FAISS build to fail
#4318
Labels
? - Needs Triage
Need team to review and classify
bug
Something isn't working
inactive-30d
inactive-90d
Describe the bug
Since #4075, at least one warning causes a from-source build to fail.
This also prevents cuML from building with CUDA 11.5 because some pragmas gained an
nv_
prefix.I'm surprised no one else has hit this yet. Is FAISS built separately and provided through Conda in RAPIDS's CI? I'd consider using
-Werror
only on cuML code and not on dependencies. https://stackoverflow.com/questions/62932366/compiling-library-with-different-flags-than-main-code shows how to do that.Steps/Code to reproduce bug
Build from source without using Conda.
Expected behavior
Should build.
Environment details (please complete the following information):
The text was updated successfully, but these errors were encountered: