why Nvidia A100 GPUs slower than RTX 3090 GPUs?

108 vues (au cours des 30 derniers jours)
재호 곽
재호 곽 le 13 Mai 2022
Commenté : Joss Knight le 16 Mai 2022
Hello, we have RTX3090 GPU and A100 GPU.
Using the Matlab Deep Learning Toolbox Model for ResNet-50 Network, we found that the A100 was 20% slower than the RTX 3090 when learning from the ResNet50 model.
The questions are as follows.
1. I heard that the speed of A100 and 3090 is different because there is a difference between the number of CUDA cores and the number of Tensor cores, so can only use Cuda cores for Matlab?
If you can use it, I would appreciate it if you could send me a link if you have an example site using Tensor core.
2. You can specify single inference, double inference, and half inference methods when learning GPU. I heard that Matlab uses double inference automatically, so please check if it is the correct answer.
Thank you.

Réponse acceptée

David Willingham
David Willingham le 13 Mai 2022
  2 commentaires
재호 곽
재호 곽 le 16 Mai 2022
Modifié(e) : 재호 곽 le 16 Mai 2022
Thank you for your answer. However, I have already checked the URL you sent me. Currently, I have used GPU cord, and I am conducting training, not an inference. I wonder that A100 is slower than 3090 in the training process. I wonder if double precision is available in the training process in Matlab.
Joss Knight
Joss Knight le 16 Mai 2022
It is possible to train models in double precision, using model functions, or using a dlnetwork and converting its weights to double precision before training.
However, I don't believe this is what you want. You won't get a speedup over the RTX 3090 training in single precision, it will still be considerably slower.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur GPU Computing dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by