GPU parallel in Matlab language? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

GPU parallel in Matlab language?

I want parallelism a matlab code with GPU; is there any one to answer me?

29th Oct 2017, 7:11 PM
Skaka
3 Antworten
+ 1
what video cards you using? AMD or Nvidia?
29th Oct 2017, 9:57 PM
Gao Xiangshuai
Gao Xiangshuai - avatar
+ 1
make sure your calculations can be parallelized first. it is easy for graphics rendering where you just have the cards crunch out the polygons. complex, multistep formula is another issue https://www.mathworks.com/discovery/matlab-gpu.html here are tutorials for nvidias
29th Oct 2017, 10:00 PM
Gao Xiangshuai
Gao Xiangshuai - avatar
0
Thanks a lot I use it
30th Oct 2017, 12:49 PM
Skaka