CuPy v8.0.0b2 をリリースしました! リリースノートは以下の通りです。
This is the release note of v8.0.0b2. See here for the complete list of solved issues and merged PRs.
We are planning to drop support for CUDA 8.0 / 9.1 (#3301) and cuDNN (#3303) in future v8 releases. If you have any concerns, please feel free to leave a comment in these issues.
fallback_mode (#2279, thanks @Piyush-555!)cupy.cuda.cufft.Plan1d (#2644, thanks @leofang!)cupy.median (#3134, thanks @Harshan01!)cupy.flatiter (#3165)cupy.gcd and cupy.lcm (#3190, thanks @niteya-shah!)cusolverDn<t>gesvdj and cusolverDn<t>gesvdaStridedBatched (#3192)cupyx.scipy.ndimage.label (#3210)cupyx.scipy.ndimage.grey_erosion and cupyx.scipy.ndimage.grey_dilation (#3216)cupy.diag_indices and cupy.diag_indices_from (#3217, thanks @rushabh-v!)cusparse<t>csrgeam2 and cusparse<t>csrgemm2 (#3220)minimum_filter, maximum_filter, grey_closing, grey_opening to scipy.ndimage (#3239)cusolverDn<t>gesvdjBatched (#3247)cupy.kaiser (#3268, thanks @niteya-shah!)cupy.cuda.thrust (#3286, thanks @leofang!)Add R2C/C2R support to cupy.cuda.cufft.PlanNd (#3102, thanks @leofang!)
Make RawKernel and RawModule aware of CUDA context (alt) (#3201, thanks @leofang!)
Make diff return AxisError for an invalid axis (#3231, thanks @grlee77!)
Improve the efficiency of cupy.pad for some simple cases (#3281, thanks @grlee77!)
HIP
_kernel and reduction (#2702)Arg instantiation in cuda/function.pyx (#3253)norm (#3278)cupy.take (#3118)_reduce_dims call in reduction (#3262)IndexError for R2C/C2R FFT with axes=() (#3264, thanks @leofang!)cupy.cuda.thrust (#3291, thanks @leofang!)cupy/cuda/_environment.py (#3145, thanks @leofang!)cupy.fill_diagonal to implement with cupy.flatiter (#3207)__array_function__ (#3236)TestEigenvalue (#3288)