RTX 3090 vs A100 in deep learning.

조회 수: 145 (최근 30일)
지환 오
지환 오 2022년 5월 4일
댓글: Joss Knight 2022년 5월 10일
I ran ResNet on RTX 3090 and A100
Performance is better in RTX 3090 about 1.2 times than A100
I searched and found out that GPU Coder helps use TensorCore
So, I want to be sure if I use GPU Coder, A100's performance is going to better before I purchasing GPU Coder
Thanks.

채택된 답변

Joss Knight
Joss Knight 2022년 5월 6일
According to the spec as documented on Wikipedia, the RTX 3090 has about 2x the maximum speed at single precision than the A100, so I would expect it to be faster. The A100 is much faster in double precision than the GeForce card.
Both will be using Tensor Cores for deep learning in MATLAB.
  댓글 수: 4
Kyle Lee
Kyle Lee 2022년 5월 10일
For understanding, I ask you to confirm.
Then, If other models like Alexnet, Googlenet etc.. are used , do these models automatically use Tensor Core?
Joss Knight
Joss Knight 2022년 5월 10일
Yes.

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

추가 답변 (1개)

David Willingham
David Willingham 2022년 5월 4일
Hi,
What version of MATLAB did you test ResNet out on? I'd recommend running benchmarks on the latest version of MATLAB.
Was it for inference or training?
AS an FYI, you can contact MathWorks and receive a trial of GPU Coder to test out the performance first hand.

카테고리

Help CenterFile Exchange에서 Get Started with GPU Coder에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by