cuda-python
cuda-python copied to clipboard
Document static library source build requirement
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
I can take over this!