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

1 visualización (últimos 30 días)
云帆
云帆 el 27 de Jul. de 2023
Comentada: Walter Roberson el 31 de Jul. de 2023
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)

Respuesta aceptada

Joss Knight
Joss Knight el 29 de Jul. de 2023
Yes, if your other PC has a supported GPU your application will run on it. Isn't MATLAB great?!
  2 comentarios
云帆
云帆 el 31 de Jul. de 2023
Thank you very much for answering.
Walter Roberson
Walter Roberson el 31 de Jul. de 2023
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".

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning with GPU Coder en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by