Kenichi Maehashi

Results 136 issues of Kenichi Maehashi

Hello, thank you for providing a great library! I tried to use filter function to cut invalid combination, but it seems generated combinations are insufficient. ```py # Generate combinations of...

Closes #5979. Depends on ~#6911~. This PR improves cythonize time, which takes ~0.5 minutes without parallelization. This is implemented by passing `nthreads` to `cythonize`: https://cython.readthedocs.io/en/latest/src/userguide/source_files_and_compilation.html#cythonize-arguments

cat:install
prio:medium

Backport of #6962 by @takagi

cat:enhancement
backport
prio:medium

## [Tasks](https://github.com/cupy/cupy/wiki/Actions-Needed-for-Dependency-Update) - [x] Read Release Notes. - FlexCI - [x] Update `.pfnci/schema.yaml` and `.pfnci/matirx.yaml` if needed. #6962 - [ ] Backport. #6981 - Update Requirements (for NumPy/SciPy) - [x]...

cat:enhancement
prio:high

Implement GPU version of `scipy.*` functions in `cupyx.scipy.*` namespace. This is a tracker issue that summarizes the implementation status of each SciPy public module in CuPy. See the [comparison table](https://docs.cupy.dev/en/latest/reference/comparison.html#scipy-cupy-apis)...

contribution welcome
cat:feature
good first issue

Current results: ``` contribution.rst:427: [redirected with Found] http://www.sphinx-doc.org/ to https://www.sphinx-doc.org/en/master/ user_guide/interoperability.rst:16: [redirected permanently] http://www.numpy.org/neps/nep-0013-ufunc-overrides.html to https://numpy.org/neps/nep-0013-ufunc-overrides.html user_guide/interoperability.rst:29: [redirected permanently] http://www.numpy.org/neps/nep-0018-array-function-protocol.html to https://numpy.org/neps/nep-0018-array-function-protocol.html contribution.rst:425: [redirected with Found] http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html to https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html reference/generated/cupy.cuda.malloc_managed.rst:13:...

cat:document
prio:low

We will be affected by the [GCP pricing changes](https://cloud.google.com/storage/pricing-announce) which will become effective on October 1, 2022. * Google Cloud Storage bucket (used for storing ccache/kernel_cache and built wheels assets)...

cat:test
prio:high

Implement GPU version of `numpy.*` functions in `cupy.*` namespace. This is a tracker issue that lists the remaining `numpy.*` APIs (see also: [comparison table](https://docs.cupy.dev/en/latest/reference/comparison.html#module-level)). I've categorized them based on difficulty...

contribution welcome
cat:feature
good first issue

Currently `import cupy` requires GPU toolkit (CUDA/ROCm) installed. However several people reported this is cumbersome, especially when developing or running NumPy/CuPy agnostic code under CPU-only machine. This PR defers the...

cat:enhancement
st:needs-discussion
prio:high