Contents

cupy 13.0.0

0

CuPy: NumPy & SciPy for GPU

CuPy: NumPy & SciPy for GPU

Stars: 7730, Watchers: 7730, Forks: 757, Open Issues: 557

The cupy/cupy repo was created 7 years ago and the last code push was 9 hours ago.
The project is extremely popular with a mindblowing 7730 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
No  cupy  pypi packages just yet.

Errors

A list of common cupy errors.

Code Examples

Here are some cupy code examples and snippets.

GitHub Issues

The cupy package has 557 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 in cupy.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.

See more issues on GitHub

Related Packages & Articles

blis 0.9.1

The Blis BLAS-like linear algebra library, as a self-contained C-extension.

scipy 1.13.0

Fundamental algorithms for scientific computing in Python

numpy 1.26.4

Fundamental package for array computing in Python

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.