cupy-cuda80

CuPy: NumPy-like API accelerated with CUDA

MIT License 30 个版本 Python >=3.5.0
Seiya Tokui <tokui@preferred.jp>
安装
pip install cupy-cuda80
poetry add cupy-cuda80
pipenv install cupy-cuda80
conda install cupy-cuda80
描述

.. image:: https://raw.githubusercontent.com/cupy/cupy/master/docs/image/cupy_logo_1000px.png :width: 400

CuPy : NumPy-like API accelerated with CUDA

CuPy <https://cupy.chainer.org/>_ is an implementation of NumPy-compatible multi-dimensional array on CUDA.

This is a CuPy wheel (precompiled binary) package for CUDA 8.0. You need to install CUDA Toolkit 8.0 <https://developer.nvidia.com/cuda-toolkit-archive>_ to use these packages.

If you have another version of CUDA, please see Installation Guide <https://docs-cupy.chainer.org/en/latest/install.html>_ for instructions. If you want to build CuPy from source distribution <https://pypi.python.org/pypi/cupy>_, use pip install cupy instead.