Will self-written exe application run on GPU on other PC?
2 ビュー (過去 30 日間)
古いコメントを表示
Assume that I already have deep learning tool box & parallel computing toolbox on my own PC, and I write a deep-learning application with GUI that can be run on GPU on this PC. Now if I compile it into a package and install it on another PC (with supported GPU but without MATLAB), will the deep learning model in the application be able to run on GPU or not? Or is there anything to do to make sure it will run on GPU? (e.g., an automated segmentation software)
0 件のコメント
採用された回答
Joss Knight
2023 年 7 月 29 日
Yes, if your other PC has a supported GPU your application will run on it. Isn't MATLAB great?!
2 件のコメント
Walter Roberson
2023 年 7 月 31 日
Note:
If you are using double precision on the gpu, then the double precision performance can be very different between models. The models marked "Ti" often have much better double precision performance than the same model that is not "Ti".
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!