why Nvidia A100 GPUs slower than RTX 3090 GPUs?
    9 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    재호 곽
 am 13 Mai 2022
  
    
    
    
    
    Kommentiert: Joss Knight
    
 am 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.
0 Kommentare
Akzeptierte Antwort
  David Willingham
    
 am 13 Mai 2022
        See this answer for an explanation:
2 Kommentare
  Joss Knight
    
 am 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.
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Parallel and Cloud finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


