Leo Fang

Results 1175 comments of Leo Fang

Would be great if libcudacxx offers a solution for device-side logging that this request would easily enable, instead of each team rolling out its own solution. We’re interested in this...

The implementation of this will depend on #490.

I confirm this simple patch would make it work: ```diff diff --git a/cuda/cuda.pyx.in b/cuda/cuda.pyx.in index 74f49d9..e46ea4b 100644 --- a/cuda/cuda.pyx.in +++ b/cuda/cuda.pyx.in @@ -21414,12 +21414,12 @@ def cuLibraryLoadData(code, jitOptions : Optional[List[CUjit_option]],...

We're also affected by this (with our self-hosted runners), did not realize by the end of 2024 there are still real-world Python compiled without relocatability 😢 This is very frustrating...

Would you mind filing a bug to CuPy? Maybe this is part of the NumPy 2.0 change and we'll follow.

> Several parts of the Array API standard assume that array objects are mutable. This is very surprising. It would be nice if we can have a list of such...

Q: Is this issue only seen during the Python interpreter shutdown?

xref: https://github.com/conda-forge/cupy-feedstock/issues/279#issuecomment-2303641454