Contents

cupy 13.3.0

0

CuPy: NumPy & SciPy for GPU

CuPy: NumPy & SciPy for GPU

Stars: 9347, Watchers: 9347, Forks: 843, Open Issues: 602

The 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
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 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 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 1.0.1

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

scipy 1.14.1

Fundamental algorithms for scientific computing in Python

numpy 2.1.2

Fundamental package for array computing in Python

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.