Skip to content

FdyCN/CUDA_GEMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA_GEMM

usage

mkdir buid

cd ./build 

cmake ..

make -j4 

# performance only means careless about the correctness. 
# if performance_only == 0, will check the result, may be slow in big matrix test.
./cuda_gemm_test [M] [N] [K] [performance_only]

About

Try to be Faster than cublas and cutlass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published