cupy 13.3.0
0
CuPy: NumPy & SciPy for GPU
Contents
CuPy: NumPy & SciPy for GPU
Stars: 9347, Watchers: 9347, Forks: 843, Open Issues: 602The cupy/cupy
repo was created 7 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 9347 github stars!
How to Install cupy
You can install cupy using pip
pip install cupy
or add it to a project with poetry
poetry add cupy
Package Details
- Author
- Seiya Tokui
- License
- MIT License
- Homepage
- https://cupy.dev/
- PyPi:
- https://pypi.org/project/cupy/
- Documentation:
- https://docs.cupy.dev/
- GitHub Repo:
- https://github.com/cupy/cupy
Classifiers
- Scientific/Engineering
- Software Development
Related Packages
Errors
A list of common cupy errors.
Code Examples
Here are some cupy
code examples and snippets.
GitHub Issues
The cupy package has 602 open issues on GitHub
- [backport] Add
cupy.testing.installed
- Mark XFAIL for SciPy 1.8 release candidate
- Improve memory consumption in
sort
? - Support
dtype
argument incupy.corrcoef
- Fix type annotations in installer
- Add str implementation for cupyx.profiler._time._PerfCaseResult
- TestFftAllocate test failure
- added api for
cupy.float_power
cupy.array_api.asarray
doesn't work with list of arrays- [Announcement] Removal of outdated pre-release wheels from PyPI (v10.0.0rc1 or earlier)
- Support SciPy 1.8
- Test against Cython pre-release
cupy.asarray
from a numpy array takes too much RAM- if possible please provide an equivalent of numpy.linalg.eigvals for CuPy as cupy.linalg.eigvals
- Add
linalg.multi_dot
API.