I’m currently developing a mex-file with CUDA functionality to be used in MATLAB. When I’m doing something wrong (e.g. wrong pointers or something like that), MATLAB always crashes (windows prompts me to end, send the report for mathworks or attempt to continue). Is there a way to prevent this from happening? It’s really annoying to develop like that but as you probably know yourself: Hardly anybody can write perfect code without ‘trial and error’…
Thanks so far!
I’m currently developing a mex-file with CUDA functionality to be used in MATLAB. When
Share
From the Matlab MEX file page,
if you’re not doing this already.