cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
This can happen during - pip install - Ex: #483 - fetching artifacts from GitHub - Ex: https://github.com/NVIDIA/cuda-python/actions/runs/13623473149/job/38077154585#step:10:219
We need to run a CI job that executes static analysis tools, starting with CodeQL and increasing the variety of tools on an as-needed basis: https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql
> Since we are touching these two files, I am thinking to also add numba-cuda to the list. Thoughts? _Originally posted by @leofang in https://github.com/NVIDIA/cuda-python/issues/522#issuecomment-2731219812_
The license change was approved! We are ready to make it fully OSS!
This code https://github.com/NVIDIA/cuda-python/blob/1c6f3bca5458bd4575ac77f7d77891a494b42faf/cuda_core/tests/conftest.py#L63-L66 could fail on Windows if the module is still loaded (and therefore the module file is in use): > On Windows, attempting to remove a file that...
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...
Close #477. Close #162.
According to @vzhurba01 the warnings are mostly due to the fact that some types are shared (?) across multiple modules and they are benign. Would be nice to figure out...