Contribute Media
A thank you to everyone who makes this possible: Read More

CuPy: A Numpy-Compatible Library for HPC with GPU

Description

CuPy is an open-source library with NumPy-compatible API and brings high performance N-dimensional array computation with utilizing Nvidia GPU. Users can get several times speed improvement from drop-in replacement to their NumPy-based code in most cases. CuPy is actively being developed and is continuously well-maintained, resulting in 4,200+ GitHub stars and 17,000+ commits. CuPy was also presented at PyCon 2018.

CuPyは、NumPyと互換性のあるAPIを持つオープンソースのライブラリで、Nvidia GPUを利用した高性能なN次元配列計算を実現します。ほとんどの場合、NumPyベースのコードをドロップインで置き換えることで、数倍の速度向上を得ることができます。CuPyは積極的に開発されており、継続的によくメンテナンスされており、4,200以上のGitHubスターと17,000以上のコミットを得ています。CuPyはPyCon 2018でも発表されました。

Details

Improve this page