An open API service indexing awesome lists of open source software.

https://github.com/mitmul/cublasmatmultest

cublasDgemm v.s. eigen3
https://github.com/mitmul/cublasmatmultest

Last synced: about 1 year ago
JSON representation

cublasDgemm v.s. eigen3

Awesome Lists containing this project

README

          

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](graph.png)