How to run program on GPU

6 ビュー (過去 30 日間)
Sania Gul
Sania Gul 2019 年 12 月 2 日
コメント済み: Andrea Picciau 2019 年 12 月 9 日
My program of Semantic segmentation is in Matlab and I want to run it on GPU. Kindly send me the step wise procedure to run my code on GPU

採用された回答

Andrea Picciau
Andrea Picciau 2019 年 12 月 2 日
Hi Sania,
  • If you're training your network, you need to set 'ExecutionEnvironment' to 'gpu' or 'multi-gpu' in trainingOptions. The doc for trainingOptions is here.
  • If you have already trained your network and you want to use it, you can either set the option 'Acceleration' to 'MEX' in the function predict or you can use GPU coder as shown in this other doc page.
Note that (as of today) you can't use GPU coder to train your network.
Best,
-- Andrea
  2 件のコメント
Sania Gul
Sania Gul 2019 年 12 月 9 日
Thanks you so much.
Andrea Picciau
Andrea Picciau 2019 年 12 月 9 日
Happy to help!

サインインしてコメントする。

その他の回答 (1 件)

Nicolas B.
Nicolas B. 2019 年 12 月 2 日
So the first step is to check whether you have the "Parallel Computing Toolbox" with:
ver
if the toolbox isn't in the list, than you need to buy it.
Then, take a look at the documentation from mathwork about computing on GPU.
Hope it help you.
  1 件のコメント
Sania Gul
Sania Gul 2019 年 12 月 2 日
Yes, we have parallel computing toolbox in our MATLAB 2019. And have configyred (cuDNN) library 123.pngbut still GPU button is in active. Kindly help me to solve this problem.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGPU Computing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by