Kenichi Maehashi

Results 160 comments of Kenichi Maehashi

https://developer.download.nvidia.com/compute/redist/nccl/v2.14/nccl_2.14.3-1+cuda11.7_x86_64.txz

It seems numpy does not support nested sequences of `__array__` instances? ```pycon >>> import numpy as np >>> class Foo: ... def __array__(self): ... return np.arange(10) ... >>> >>> np.asarray([Foo()])...

Adding `, device=N` to repr sounds good to me!

cuDNN lazy-preload was added in #5677. I'll work on the rest in v11.

Quick benchmark using rc1 release: ``` PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 27762 kenichi 20 0 2311136 137956 58956 S 0.0 0.2 0:01.50 python...

Thanks! Could you fix `flexci.yml` as well, so that we can change the default token permission to read-only in repository settings? The token is used only to write a status...

> Can that be another PR, please? I don't see the merit of merging this one unless the default token permission cannot be changed to readonly. Please update the PR...