CuPy v7.0.0rc1 をリリースしました! リリースノートは以下の通りです。
This is the release note of v7.0.0rc1. See here for the complete list of solved issues and merged PRs.
cupy.ndarray in cupy.pad (#2504)cupy.pad does no longer convert the input to cupy.ndarray automatically. This is done under the design principle of not implicitly synchronizing the host and the device, which most of the other APIs are also following.nvcc as a RawKernel backend (#1941, thanks @sjperkins!)isin and in1d (#2388, thanks @UmashankarTriforce!)scipy.ndimage compatible convolve and correlate (#2483)cupy.cuda.memory.get_allocator interface (#2489)cupy.linalg.inv (#2342)cupy.pad with a heavily refactored version from NumPy 1.17 (#2399, thanks @grlee77!)cupy.repeat error message about repeats argument type (#2400)fastrlock (#2488)__cuda_array_interface__ to protocol version 2 (#2491, thanks @leofang!)axis=None in concatenate (#2496, thanks @liwt31!)@testing.numpy_cupy_ decorators for skips (#2498)cupy.ndarray in cupy.pad (#2504)testing.for_dtypes_combination (#2511)real and imag on CUDA kernels (#2520)cupy.linalg.qr() (#2526, thanks @leofang!)cupyx.fallback_mode as an experimental feature (#2541)cupy.var complex inputs (#2484)cupy.linalg.norm, etc.) (#2517, thanks @grlee77!)install_rocm.rst (#2512)