SGESVD
SGESVD
I tested function sgesvd using program testing_sgesvd.cpp. The result seems to indicate there is not much improvement for GPU over the CPU version. I also tried the same function from CULA library, the speedup is very dramatic. I wonder if there is something wrong with this function in Magma?
-
Stan Tomov
- Posts: 283
- Joined: Fri Aug 21, 2009 10:39 pm
Re: SGESVD
Thanks for this note. There are a few components of the gesvd that we have accelerated in MAGMA but don't use yet in the magma gesvd. Right now we only use the bi-diagonalization that is about 10x faster than MKL on multicore CPUs (depending on machine and matrix sizes). The other GPU-accelerated components will be added in MAGMA 1.1 that will be released for SC11.
Stan
Stan
Re: SGESVD
For those (like myself) not familiar with SC11 here is a link. I am looking forward to having MAGMA 1.1
http://sc11.supercomputing.org/
John
http://sc11.supercomputing.org/
John