Kenichi Maehashi

Results 160 comments of Kenichi Maehashi

Sure! As we are under v11 code freeze for non-blocking PRs let's do that on Friday.

Thanks for the feedback, @dcherian! It seems `numpy.lib.*` things have slipped off the TODO list (#6078). PRs from anyone welcomed.

I noticed docs say several cuSPARSE APIs will be removed in the next major release. e.g. https://docs.nvidia.com/cuda/cusparse/index.html#csrgemm2 ``` 11.2. cusparsecsrgemm2() [DEPRECATED] [[DEPRECATED]] use cusparseSpGEMM() instead. The routine will be removed...

We will skip v7.8.0 release planned on August 27th as changes are trivial to make a new release.

> dot_gpu = cp.dot(a_cpu, b_cpu) `cp.dot` just does `a_cpu.dot(b_cpu)`, so this is executing on CPU (NumPy).

> 20:43:06 ../../block/block_raking_layout.cuh(40): warning: ../util_namespace.cuh: [jitify] File not found It's odd that jitify cannot find `util_namespace.cuh` from `block_raking_layout.cuh`... They are both cub headers. > Would this non-deterministic behavior make any...