Kenichi Maehashi

Results 160 comments of Kenichi Maehashi

We haven't started working on this one. @takagi We're getting requests for this one several times so maybe we need to reconsider the priority?

> Python: Keep current supported versions I noticed that Python 3.7 will be [EOL](https://devguide.python.org/versions/#supported-versions) on 2023-06-27 which is within the v12's stable lifecycle. I guess it's ok to drop Python...

Thanks for the catch! We'll publish a plan for CuPy v13 soon 😃

@ideasrule, thanks for the feedback! > For the case of running cupy/numpy agnostic code on a CPU-only machine, don't you want "import cupy" to fail so that you know to...

If we lazy-load NCCL symbols, we can also remove NCCL symbols from `cupy_nccl.h` file and close #2568

> Hi @kmaehashi , what is written in https://github.com/cupy/cupy/pull/6908#issuecomment-1196459041 suggests that all CUDA Toolkit libraries will be lazy-loaded when this is complete, is that correct? Yes. To be clear, "lazy-load"...

> When you say providing fine-grained set of/disabling features, what exactly do you mean? Hiding the relevant API, providing information to the use on what's available somehow, or something else?...

I found that there was a race condition in our Jitify routine. #7259 should fix the issue. > Also, reverting to cupy 10.6 resolves the issue, so it looks like...