Magma Gflops and Cublas Gflops
Posted: Fri Jul 24, 2015 4:23 am
Hi,
i was reading the code testing_dgemm.cpp to figure out how do you compute Magma Gflops and Cublas Gflops. I saw that there are two functions : magmablas_dgemm and cublasdgemm. i want to know more about the function magmablas_dgemm, is this the function that makes the hybrid computation on both CPU and GPU ? So if i am not wrong, then Magma Gflops refers to the performance of both "CPU and GPU" while computing matrix multiplication in an hybrid way using magmablas_dgemm, and the Cublas Glops refers to the performance of only one GPU while computing matrix multiplication using cublasdgemm. Is this true?
i was reading the code testing_dgemm.cpp to figure out how do you compute Magma Gflops and Cublas Gflops. I saw that there are two functions : magmablas_dgemm and cublasdgemm. i want to know more about the function magmablas_dgemm, is this the function that makes the hybrid computation on both CPU and GPU ? So if i am not wrong, then Magma Gflops refers to the performance of both "CPU and GPU" while computing matrix multiplication in an hybrid way using magmablas_dgemm, and the Cublas Glops refers to the performance of only one GPU while computing matrix multiplication using cublasdgemm. Is this true?