Leo Fang
Leo Fang
It's finally up on PyPI now: https://pypi.org/project/nvidia-sphinx-theme
Right now we just `exec` all tests in the main test process https://github.com/NVIDIA/cuda-python/blob/213baf40966d8c449c62cce2c55e945a99c452b1/cuda_core/tests/example_tests/utils.py#L35 which is fine if there is no subtle bugs in the examples. However, it is not the...
Ex: https://nvidia.github.io/cuda-python/module/driver.html#cuda.bindings.driver.CUasyncNotificationInfo The member `info` is of type `anon_union2`, which is undocumented. Setting this to P2 without a milestone, as people can always refer to the C API reference. But...
I forgot to open an issue to track an offline discussion I had with @pciolkosz... Currently, `cuda.core` diverges with `cudax` in a few places, and this is one of them....
Currently I hand-modify this, but we should be able to autogen it.
xref: https://github.com/NVIDIA/cuda-python/issues/451 There are too many ways to install NVRTC/nvJitLink these days. We need to deliver a consistent and cohesive story.
## [Tasks](https://github.com/cupy/cupy/wiki/Actions-Needed-for-Dependency-Update) - [ ] Read Release Notes. - [ ] Fix code and CI to support the new version. - **FlexCI**: Update `.pfnci/schema.yaml` and `.pfnci/matirx.yaml`. - **Update Requirements**: For...
### Describe the bug Hit a gcc compilation error stating the union of interest is not declared (but the Cython compiler was happy): ```shell [1/1] Cythonizing /local/home/leof/dev/cython-tests/test_underscore_prefix.pyx /local/home/leof/dev/cython-tests/test_underscore_prefix.cpp: In function...