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

CUDA Python: Performance meets Productivity

Results 261 cuda-python issues
Sort by recently updated
recently updated
newest added

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

triage
P0
CI/CD

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

P0
CI/CD

> 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_

documentation
triage
P1

The license change was approved! We are ready to make it fully OSS!

support
P0
cuda.core

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...

P1
test
cuda.core

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...

documentation
P1
cuda.bindings

Close #477. Close #162.

bug
enhancement
P0
cuda.bindings

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...

documentation
triage
P2
cuda.bindings