Why my SVD algorithm in cuda is slower than it in cpu?

Is this because the version of cuda is 11.2 which is not compatible with torch 1.8.1+cuda11.1, or the SVD algorithm cannot be accelerated by GPU?