Leo Fang

Results 1175 comments of Leo Fang

@seberg are there further discussions needed for this issue?

cc: @kmaehashi (CuPy switched to use CUB by default despite the reproducibility/determinism concern, cupy/cupy#4897)

FYI the plan is to drop cuDNN support in the next major release: https://github.com/cupy/cupy/issues/8215

Unfortunately for cuDNN the answer is no (#8207). As [you discovered](https://github.com/cupy/cupy/issues/8633#issuecomment-2384840629) you should just one of CuPy's wheels, instead of building CuPy from source (`pip install cupy`). If you really...

Hi @EarlMilktea, could you be more explicitly on which APIs you need for type hints? Note that the low-level bindings are auto-generated Cython code (we do not modify them manually)...

cc @samaid for vis (this is related to exposing cuTENSOR new APIs to Python)

Wearing my CuPy hat here... Nothing is broken, not sure what you meant @andrea-pasquale? You can always install CuPy wheels `cupy-cuda11x` or `cupy-cuda12x`, without spending any time on compilation. Even...

Thanks, @da-woods! Adding `noexcept` works! Yeah I dunno why a cast is generated either, doesn't seem to be necessary (since by design the type of a temp is guaranteed to...