Skip to content

Latest commit

 

History

History

matmul_multigpu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Matrix Multiplication with Multi-GPU

Requirement

  • CUDA 8.0+
  • NumPy, Python example only
  • CuPy, Python example only

Build

make -j2

Run

./sgemm
python ./c_binding.py --help
python ./c_binding.py

Reference