CUda Matrix Multiply library
Project description
cumm
CUda Matrix Multiply library.
Install
Prebuilt
We offer python 3.6-3.10 and cuda 10.2/11.1/11.4 prebuilt binaries for linux (manylinux).
We offer python 3.7-3.10 and cuda 10.2/11.1/11.4 prebuilt binaries for windows 10/11.
We will offer prebuilts for CUDA versions supported by latest pytorch release. For example, pytorch 1.9 support cuda 10.2 and 11.1, so we support them too.
pip install cumm-cu102
for CUDA 10.2
pip install cumm-cu111
for CUDA 11.1
pip install cumm-cu114
for CUDA 11.4
Build from source
Linux
- install build-essential, install CUDA
- run
export CUMM_DISABLE_JIT="1"
- run
python setup.py install
/pip install -e .
/python setup.py bdist_wheel
+pip install dists/xxx.whl
Windows 10/11
- install visual studio 2019 or newer. make sure C++ development package is installed. install CUDA
- set powershell script execution policy
- start a new powershell, run
tools/msvc_setup.ps1
- run
$Env:CUMM_DISABLE_JIT = "1"
- run
python setup.py install
/pip install -e .
/python setup.py bdist_wheel
+pip install dists/xxx.whl
Note
The work is done when the author is an employee at Tusimple.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
Close
Hashes for cumm_cu111-0.1.0-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf4740f21776ab19b6dc808e23f5588dc2595fbfe097e6b4b095b8e578e6f2ae |
|
MD5 | 1c5417b18b63212b98d0b3762ec3ff62 |
|
BLAKE2b-256 | 0006fcb0cff449bac75783959d988394ba38eda388690a72e25d24c322226fff |
Close
Hashes for cumm_cu111-0.1.0-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee2ffd218cb168342bce9599e471cdd9422ed18f16d7ba65c3e4c8b170c2a977 |
|
MD5 | 94934f6dc41b5211ed39c0fa098de2c1 |
|
BLAKE2b-256 | 94f37be9037788076a246207478720b73393c1fa2f3fad86313860a35a3986bc |
Close
Hashes for cumm_cu111-0.1.0-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 709af50167e944691fa985f7734105c54cef4f71f11a15051df6fccc0737b15b |
|
MD5 | 57886dc1530d4efbb6debe3248768ebe |
|
BLAKE2b-256 | efe463abb5ab6f209216e27eb95f561b85502659cd6f13c0e4d7abe3d0eb4da0 |
Close
Hashes for cumm_cu111-0.1.0-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | de656e838ed97711c48bb8453db554ed00b99de0a577526c9ce4345ffb416942 |
|
MD5 | cc100343b9171240040de41a5189dc96 |
|
BLAKE2b-256 | 7d62866401553a4e61afcbf6c6cf733145dc4c3a488ed45fb67895600a7e93b0 |
Close
Hashes for cumm_cu111-0.1.0-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5602169df98ba3a867cb3b7071ccab2bca8015fd269af30141db02464b8fabcf |
|
MD5 | 139b42d4cef0619dd5db1a1725d43c75 |
|
BLAKE2b-256 | 2ec25f1a9df351235df36bc9833d238a0bc94483e22c537d92dab1216b39be79 |