Will self-written exe application run on GPU on other PC?

조회 수: 1 (최근 30일)
云帆
云帆 2023년 7월 27일
댓글: Walter Roberson 2023년 7월 31일
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)

채택된 답변

Joss Knight
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
云帆
云帆 2023년 7월 31일
Thank you very much for answering.
Walter Roberson
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 CenterFile Exchange에서 Deep Learning with GPU Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by