MATLAB: Code generation from Simulink with GPU coder

computer visionGPU Codersimulink

Hello. Is it possible to convert simulink model into CUDA code with GPU coder? I model with computer vision system toolbox.

Best Answer

No. Currently GPU coder only supports MATLAB code. This link explains how you can integrate CUDA code generated from MATLAB code into a Simulink model.