What algorithm does matlab use when solving linear system A\b on GPU?

조회 수: 4 (최근 30일)
According to the document, on CPU a non-special linear system is solved by LU decomposition. I wonder what algorithm does matlab use when solve it on GPU? How about the performance on GPU? I have done some test using random matrix, and the time difference on these hardwares is not obvious.

채택된 답변

Joss Knight
Joss Knight 2021년 8월 14일
The same as for the CPU, MATLAB uses LU with pivoting for general square matrices and QR for general rectangular matrices. Performance depends considerably on the type of device. Most people have GPUs that are only optimized for single precision computation, so you should create single precision inputs to test performance.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by