Skip to content

mitmul/CublasMatMulTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CublasMatMulTest

  • compare the elapsed time for computing two (size)x(size) symmetry matrix multiplication (A x B) and add the same size matrix © with linear coefficient alpha,beta = 1.0 between cublasDgemm and eigen3 operation.
  • alpha * A * B + beta * C

Result

Graph

About

cublasDgemm v.s. eigen3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors