0
GPU parallel in Matlab language?
I want parallelism a matlab code with GPU; is there any one to answer me?
3 Respostas
+ 1
what video cards you using? AMD or Nvidia?
+ 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
0
Thanks a lot I use it