Qt GUI wrapper for matlab based dlls to run on GPU
1 次查看(过去 30 天)
显示 更早的评论
My algo handles large data and processes it to form remote sensed images. The GUI written in Qt shall call matlab dlls of the different algos involved. Plz guide me on my part. Is it enough to implement gpuArray/distribute/gather functions wherever necessary on the callback algos? Should I worry about CUDA kernel programming or is it taken care by Matlab itself? Is Library Compiler enough to generate dlls for GPU based algo? If not, then should I look into the GPU coder?
0 个评论
采纳的回答
Joss Knight
2017-12-21
MATLAB Compiler will work correctly for gpuArray code. You don't need to write your own CUDA kernels, you just write MATLAB code. GPU Coder is an option, if you want to remove the dependency between your GUI and the MATLAB Compiler Runtime. But it supports a subset of the total functionality.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GPU Computing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!