Kenichi Maehashi

Results 160 comments of Kenichi Maehashi

@1MrEnot To my understanding, `jn` is equivalent to `jv` in SciPy, and `jn` has been removed from public APIs. https://docs.scipy.org/doc/scipy/reference/special.html#bessel-functions

@1MrEnot I think it's ok to get this in, as SciPy hides it from the docs but seems not planning to deprecate or remove it. 😄 `test_dispatch` can be marked...

Thanks for the request! cross-linking to #6324

This reproduced with CUDA 11.3 but not on CUDA 11.7, both on Linux. I guess the recent cuSPARSE bug fix (in CUDA 11.6 Update 1) might be related? https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html >...

Could you try v11.1.0? We've updated the algorithms in #6921.

Thanks for the hard work @takagi! Could you briefly check the performance difference before/after the change for these affected functions?

Could you remove 11.7~11.2 records as well? It seems the download site has some WAF enabled recently and test failing maybe due to burst HEAD requests from test code.

Python 3.10.0 stable release is planned on 2021-10-04. Currently, most of distutils hacks in `cupy_setup_build.py` is to run `nvcc` from within the Extension build process. I'm currently assuming we can...

* Use of `distutils` has been removed from CuPy modules (`cupy`, `cupyx` and `cupy_backends`) in #6025. * https://github.com/cupy/cupy/issues/4983#issuecomment-915357337 has been implemented in #6273. The remaining `distutils` usages are in the...

Test failures are unrelated.