inducer / pycuda

CUDA integration for Python, plus shiny features
http://mathema.tician.de/software/pycuda
Other
1.85k stars 288 forks source link

Prevent warning on nvcc_path add #384

Closed werkt closed 2 years ago

werkt commented 2 years ago

If pycuda has detected a CUDA runtime via nvcc.exe discovery, return to prevent a misleading warning, consistent with CUDA_PATH usage above.

inducer commented 2 years ago

LGTM, thanks!