When I used GPUCoder to compile, I reported an error. When I switched to CCoder, this error was not reported.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
梅花
am 6 Feb. 2024
Kommentiert: Infinite_king
am 21 Feb. 2024
I don’t know what to do, please guys
1 Kommentar
Akzeptierte Antwort
Infinite_king
am 6 Feb. 2024
Hi 梅花,
It looks like a read/write permission error. Follow the below troubleshooting steps to possibly resolve the error.
- Make sure that you have read/write access permission to the location in which the source file is located.
- Make sure the PATH contains no spaces.
- Replace 'parfor' with 'for'. 'parfor' is not required when trying to generate CUDA code using GPU Coder.
Refer the following resources to learn more about GPU Coder
- GPU Coder - https://www.mathworks.com/products/gpu-coder.html
- Example explaining how to use GPU Coder - https://www.mathworks.com/help/gpucoder/gs/gpu-code-generation-the-mandelbrot-set.html
2 Kommentare
Infinite_king
am 21 Feb. 2024
Can you share the source files ? i will try to reproduce the error and let you know any possible fixes.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu GPU Computing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!