Skip to content

ananthakrishnagopal/PyBlasXT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBlasXT

A Pybind11 Wrapper for CuBlasXt

#Usage

To build:

git clone <repo>
cd <repo>
mkdir build
cd build
cmake ..
make

To use in python:

goto build directory from src import PyBlasXT as pxt

you can then call pxt.sgemm(a,b,devices) pxt.dgemm(a,b,devices)

note devices is a numpy array consisting of gpus to use [0,1] for the first and second device.

TODO: create a wheel for easy install

About

A Pybind11 Wrapper for CuBlasXt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published