Masayuki Takagi

Results 61 issues of 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...

cat:enhancement
prio:medium

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...

cat:enhancement
to-be-backported
prio:medium

Backport of #6823 by @khushi-411

cat:feature
backport
prio:medium

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...

contribution welcome
cat:numpy-compat
good first issue

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` -...

contribution welcome
good first issue

https://github.com/cupy/cupy/issues/6764#issuecomment-1167538198

cat:numpy-compat
prio:high

## [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`...

cat:enhancement
prio:medium

cat:enhancement
to-be-backported
prio:medium

OSICAT does not support MKTEMP on Windows, we can't get temporary CUDA C file name with it.

Add Windows to Verification environments. #70.