Leo Fang
Leo Fang
### Is this a duplicate? - [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...
## Description closes #2307 Maybe blocked by #2280? ## Checklist - [ ] New or existing tests cover these changes. - [ ] The documentation is up to date with...
Hi @tqchen, we've discussed this in a recent array-API meeting and no objection was raised. Given that several projects have successfully migrated to DLPack v1.0, including: - NumPy (https://github.com/numpy/numpy/pull/26501) -...
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...
Close #477. Close #162.