GithubHelp home page GithubHelp logo

zafar-hussain / cupy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cupy/cupy

0.0 1.0 0.0 37.28 MB

NumPy & SciPy for GPU

Home Page: https://cupy.dev

License: MIT License

Shell 0.28% C++ 10.67% Python 56.28% C 9.12% PowerShell 0.09% Cuda 1.68% Batchfile 0.01% Cython 21.39% Dockerfile 0.48%

cupy's Introduction

CuPy : NumPy & SciPy for GPU

pypi Conda Version GitHub license coveralls Gitter Twitter

Website | Install | Tutorial | Examples | Documentation | API Reference | Forum

CuPy is a NumPy/SciPy-compatible array library for GPU-accelerated computing with Python. CuPy acts as a drop-in replacement to run existing NumPy/SciPy code on NVIDIA CUDA or AMD ROCm platforms.

>>> import cupy as cp
>>> x = cp.arange(6).reshape(2, 3).astype('f')
>>> x
array([[ 0.,  1.,  2.],
       [ 3.,  4.,  5.]], dtype=float32)
>>> x.sum(axis=1)
array([  3.,  12.], dtype=float32)

CuPy also provides access to low-level CUDA features. You can pass ndarray to existing CUDA C/C++ programs via RawKernels, use Streams for performance, or even call CUDA Runtime APIs directly.

Installation

Wheels (precompiled binary packages) are available for Linux and Windows. Choose the right package for your platform.

Platform Architecture Command
CUDA 10.2 x86_64 pip install cupy-cuda102
aarch64 pip install cupy-cuda102 -f https://pip.cupy.dev/aarch64
CUDA 11.0 x86_64 pip install cupy-cuda110
CUDA 11.1 x86_64 pip install cupy-cuda111
CUDA 11.2 ~ 11.8 x86_64 pip install cupy-cuda11x
aarch64 pip install cupy-cuda11x -f https://pip.cupy.dev/aarch64
CUDA 12.x x86_64 pip install cupy-cuda12x
aarch64 pip install cupy-cuda12x -f https://pip.cupy.dev/aarch64
ROCm 4.3 (*) x86_64 pip install cupy-rocm-4-3
ROCm 5.0 (*) x86_64 pip install cupy-rocm-5-0

(*) ROCm support is an experimental feature. Refer to the docs for details.

Append --pre -f https://pip.cupy.dev/pre options to install pre-releases (e.g., pip install cupy-cuda11x --pre -f https://pip.cupy.dev/pre). See the Installation Guide if you are using Conda/Anaconda or building from source.

Run on Docker

Use NVIDIA Container Toolkit to run CuPy image with GPU.

$ docker run --gpus all -it cupy/cupy

More information

License

MIT License (see LICENSE file).

CuPy is designed based on NumPy's API and SciPy's API (see docs/LICENSE_THIRD_PARTY file).

CuPy is being maintained and developed by Preferred Networks Inc. and community contributors.

Reference

Ryosuke Okuta, Yuya Unno, Daisuke Nishino, Shohei Hido and Crissman Loomis. CuPy: A NumPy-Compatible Library for NVIDIA GPU Calculations. Proceedings of Workshop on Machine Learning Systems (LearningSys) in The Thirty-first Annual Conference on Neural Information Processing Systems (NIPS), (2017). [PDF]

@inproceedings{cupy_learningsys2017,
  author       = "Okuta, Ryosuke and Unno, Yuya and Nishino, Daisuke and Hido, Shohei and Loomis, Crissman",
  title        = "CuPy: A NumPy-Compatible Library for NVIDIA GPU Calculations",
  booktitle    = "Proceedings of Workshop on Machine Learning Systems (LearningSys) in The Thirty-first Annual Conference on Neural Information Processing Systems (NIPS)",
  year         = "2017",
  url          = "http://learningsys.org/nips17/assets/papers/paper_16.pdf"
}

cupy's People

Contributors

okuta avatar unnonouno avatar kmaehashi avatar leofang avatar takagi avatar asi1024 avatar delta2323 avatar beam2d avatar toslunar avatar anaruse avatar niboshi avatar mergify[bot] avatar grlee77 avatar mitmul avatar cjnolet avatar gwtnb avatar rezoo avatar dahlia-chehata avatar yuyu2172 avatar fukatani avatar yoshikawamasashi avatar khushi-411 avatar piyush-555 avatar asmeurer avatar andfoy avatar codyseto avatar hakuyume avatar hvy avatar aonotas avatar coderforlife avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.