Masayuki Takagi
Masayuki Takagi
## [Tasks](https://github.com/cupy/cupy/wiki/Actions-Needed-for-Dependency-Update) - [x] Read Release Notes ([cuTENSOR](https://docs.nvidia.com/cuda/cutensor/index.html#changelog) / [cuSPARSELt](https://docs.nvidia.com/cuda/cusparselt/release_notes.html) / [cuDNN](https://docs.nvidia.com/deeplearning/cudnn/release-notes/index.html) / [NCCL](https://docs.nvidia.com/deeplearning/sdk/nccl-release-notes/index.html)). - FlexCI - [ ] Update `.pfnci/schema.yaml` and `.pfnci/matirx.yaml` #7008 - [ ] Backport. - Library...
Currently, using some `cupy.testing` decorators with pytest parametrizing does not allow a kind of values as lists for parametrizing candidates. This PR fixes the case to make a check in...
Backport of #6823 by @khushi-411
Rel. #6198. NumPy 1.22 added missing parameters for some `nan` functions. > A number of the nan functions previously lacked parameters that were present in their -based counterpart, e.g. the...
Since NumPy 1.22, `numpy.percentile` and `numpy.quantile` have new methods to estimate the percentile/quantile. https://numpy.org/devdocs/reference/generated/numpy.quantile.html https://numpy.org/devdocs/reference/generated/numpy.percentile.html `method`s that needs to be implemented: - [ ] `inverted_cdf` - [ ] `averaged_inverted_cdf` -...
https://github.com/cupy/cupy/issues/6764#issuecomment-1167538198
## [Tasks](https://github.com/cupy/cupy/wiki/Actions-Needed-for-Dependency-Update) - [ ] Read [ROCm Release Notes](https://rocmdocs.amd.com/en/latest/Current_Release_Notes/Current-Release-Notes.html). - [ ] Update AMD driver in Jenkins test infrastructure (ask @kmaehashi). - FlexCI - [ ] Update `.pfnci/schema.yaml` and `.pfnci/matirx.yaml`...
OSICAT does not support MKTEMP on Windows, we can't get temporary CUDA C file name with it.
Add Windows to Verification environments. #70.