Leo Fang

Results 278 issues of Leo Fang

It's finally up on PyPI now: https://pypi.org/project/nvidia-sphinx-theme

documentation
triage
P1

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

triage
P2
test
cuda.core

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

documentation
triage
P2
cuda.bindings

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

enhancement
triage
RFC
cuda.core

Currently I hand-modify this, but we should be able to autogen it.

enhancement
P2
cuda.bindings

P1
feature
cuda.core

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.

cuda.parallel
CCCL-C

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

cat:enhancement
to-be-backported
prio:high

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