rapidsai / raft

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
https://docs.rapids.ai/api/raft/stable/
Apache License 2.0
698 stars 183 forks source link

Add CUDA_STATIC_MATH_LIBRARIES #2376

Closed KyleFromNVIDIA closed 2 weeks ago

KyleFromNVIDIA commented 2 weeks ago

Usage of the CUDA math libraries is independent of the CUDA runtime. Make their static/shared status separately controllable.

Contributes to https://github.com/rapidsai/build-planning/issues/35

KyleFromNVIDIA commented 2 weeks ago

I added setting the variable to the Python builds - requesting re-review.

KyleFromNVIDIA commented 2 weeks ago

/merge