cupy-cuda91 7.8.0


pip install cupy-cuda91

  Latest version

Released: Aug 18, 2020


Meta
Author: Seiya Tokui
Requires Python: >=3.5.0

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Science/Research
  • Developers

License
  • OSI Approved :: MIT License

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3 :: Only
  • Cython

Topic
  • Software Development
  • Scientific/Engineering

Operating System
  • Microsoft :: Windows
  • POSIX
  • MacOS
https://raw.githubusercontent.com/cupy/cupy/master/docs/image/cupy_logo_1000px.png

CuPy : NumPy-like API accelerated with CUDA

CuPy is an implementation of NumPy-compatible multi-dimensional array on CUDA.

This is a CuPy wheel (precompiled binary) package for CUDA 9.1. You need to install CUDA Toolkit 9.1 to use these packages.

If you have another version of CUDA, please see Installation Guide for instructions. If you want to build CuPy from source distribution, use pip install cupy instead.

Extras:
Dependencies:
numpy (>=1.9.0)
six (>=1.9.0)
fastrlock (>=0.3)