Leo Fang

Results 1175 comments of Leo Fang

I am sorry, but @Kairoven I would like to ask: How exactly are you using Hypothesis? It does not do arbitrary fuzzy testing against the entire library without user input,...

@kmaehashi Can't we just add a `not None` to this signature? https://github.com/cupy/cupy/blob/7445da8d4ee47065c028a1c8e2cfff9ab3e87fef/cupy/_core/core.pyx#L2985 https://cython.readthedocs.io/en/latest/src/userguide/extension_types.html#extension-types-and-none

@oleksandr-pavlyk would you mind taking a look?

The pathfinder will be able to do this soon, so I suggest we do nothing. xref: https://github.com/NVIDIA/cuda-python/issues/762

@vyasr sorry for delay. This looks fine to me, I do want to make sure import cupy does not import cupyx right away, but @mdboom recently told me that hiding...

> @leofang had some ideas on some modules that may make sense to move from cupyx to cupy I don't remember what I said lol But I think we should...

I noticed there are some issues for Sphinx to handle type alias properly. We need to proceed with caution. https://github.com/sphinx-doc/sphinx/issues/11991

Found another relevant issue: https://github.com/sphinx-doc/sphinx/issues/7077, and someone pointed to the `sphinx-autodoc-typehint` plugin: https://github.com/sphinx-doc/sphinx/issues/7077#issuecomment-1571885203