cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

Document static library source build requirement

Open vzhurba01 opened this issue 10 months ago • 1 comments

https://github.com/NVIDIA/cuda-python/pull/517 added static runtime as a source build dependency. We should document how to find it.

Something like

  • Env variable LIBRARY_PATH set to CUDA_HOME/lib64
  • If you get CUDA through conda, you need to install the cuda-cudart-static package

vzhurba01 avatar Mar 25 '25 18:03 vzhurba01

I can take over this!

leofang avatar Mar 25 '25 19:03 leofang