필터 지우기
필터 지우기

Qt GUI wrapper for matlab based dlls to run on GPU

조회 수: 4 (최근 30일)
Oindri
Oindri 2017년 12월 21일
댓글: Oindri 2017년 12월 26일
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?

채택된 답변

Joss Knight
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 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