What's the proper way to handle GPU related matlab functions in a compiled app that might run on a computer without a supported GPU

5 次查看(过去 30 天)
Do I just somehow test and if all those statments declarations out or what or do functions like gpuArray do nothing when run on a computer without a supported GPU

采纳的回答

Edric Ellis
Edric Ellis 2021-7-21
You can use canUseGpu to check if a GPU is available. If one is not, then your code needs to not create any gpuArray data.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 GPU Computing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by