SVD speed in CPU and GPU

后端 未结 4 1342
日久生厌
日久生厌 2021-01-02 13:57

I\'m testing svd in Matlab R2014a and it seems that there is no CPU vs GPU speedup. I\'m using a GTX 460 car

4条回答
  •  伪装坚强ぢ
    2021-01-02 14:53

    I have tried to parallelize SVD on my laptop equipped with GTX 460 for over one months, which was also a part of my undergraduate thesis, I did so many experiments that I later discovered that MATLAB is extremely fast and outperforms my code, by the way, I used one side Jacobi, and I have not yet seen any paper that reveals an algorithm faster than svd of MATLAB. On GPU, the time cost of memory copy can be very high if you are not using an elegant model, I refer you to read more about CUDA. If you need any help, please contact me.

提交回复
热议问题