Choosing a GPU workstation

조회 수: 16 (최근 30일)
CJ
CJ 2019년 5월 7일
편집: Matt J 2019년 5월 8일
I am working on a finite element analysis. I solve a linear system of equations of a large-sized (e.g., 10^7 by 10^7) sparse square matrix. I am planning to solve it by using MATLAB and GPU. Can MATLAB gpuArray solve such a large sparse square matrix by using backslash (\)? If yes, I am looking for a GPU-workstation configuration to solve such a problem with budget of $6,000. Could you recommend a GPU workstation specification for me? I am not familiar with how to build a GPU workstation.
I found the following company websites:
  댓글 수: 2
Matt J
Matt J 2019년 5월 7일
How much memory does the matrix consume?
CJ
CJ 2019년 5월 8일
The size of a matrix in MATLAB determines how much RAM memory that I need to use in my CPU computing. I have usually used RAM from 5 GB to 40GB.
I found that a GPU processor has its own memory. Does GPU computing use the memory on a GPU processor or the other conventional, regular RAM memory that CPU uses? The answer for this question will help me to figure out the memory capacity on a GPU machine that I will have to purchase.

댓글을 달려면 로그인하십시오.

채택된 답변

Matt J
Matt J 2019년 5월 8일
편집: Matt J 2019년 5월 8일
Yes, the GPU uses its own local RAM to do computations (or at least that's when it is fast), so you should get a graphics card with as much memory as the computations will need.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by