Pdf results function dsytrd
Posted: Tue Sep 23, 2014 12:29 pm
Hello,
I am working with multigpus system.
In http://icl.cs.utk.edu/magma/news/news.html?id=345 at pdf: http://icl.cs.utk.edu/projectsfiles/mag ... MA_1.4.pdf at the page 24, you expose dsytrd function using it with several gpus.
Why you use it? I put different commands and the results are all simillars that when 1 gpu is used.
Like these:
Why? Could you explain me where is my mistake?
Thank you!!!
I am working with multigpus system.
In http://icl.cs.utk.edu/magma/news/news.html?id=345 at pdf: http://icl.cs.utk.edu/projectsfiles/mag ... MA_1.4.pdf at the page 24, you expose dsytrd function using it with several gpus.
Why you use it? I put different commands and the results are all simillars that when 1 gpu is used.
Like these:
Code: Select all
testing_dsytrd_gpu -N 15000 --ngpu 3
testing_dsytrd_gpu -N 15000 --ngpu 1
N CPU GFlop/s (sec) GPU GFlop/s (sec) |A-QHQ'|/N|A| |I-QQ'|/N
===========================================================================
15000 --- ( --- ) 14.54 ( 309.62) --- ---
Thank you!!!