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
- Host: GitHub
- URL: https://github.com/mitmul/cublasmatmultest
- Owner: mitmul
- Created: 2013-07-13T11:51:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-13T11:57:44.000Z (almost 13 years ago)
- Last Synced: 2025-01-24T11:44:12.909Z (over 1 year ago)
- Language: C++
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
