GPU coder,CUDA in MATLAB
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi All
I have used GPU coder and convert m file to CUDA code. But I could not run CUDA code.
Could you please help me how can I run it?
0 comentarios
Respuestas (1)
Ram Kokku
el 25 de Oct. de 2022
Thanks for reaching out. Can you say more about where you want to run the generated code, with in MATLAB or outside MATLAB?
If you want to call generated CUDA code from MATLAB, you can use MEX to so. Here is an example for this : https://www.mathworks.com/help/gpucoder/gs/gpu-code-generation-the-mandelbrot-set.html
If you want to run the generated CUDA code outside MATLAB, you can generate a exe from GPU Coder by setting BuildType. Note that you may want to modify the generated main() function to your needs. This document points to steps to do that for C/C++. but steps are similar for CUDA as well. https://www.mathworks.com/help/coder/ug/standalone-c-c-executables-from-matlab-code.html.
2 comentarios
Ver también
Categorías
Más información sobre Get Started 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!