Error when running compiled application: Undefined function ’parallel.internal.gpu.ptxExpr’
Ältere Kommentare anzeigen
I’m trying to use the Application Compiler to deploy my Matlab program. The packaging appears to be successful but when I run it I’m getting the error:
Undefined function ’parallel.internal.gpu.ptxExpr’ for input arguments of type ‘mtree’
Which I’m guessing means that there is some internal Matlab function that needs to be added when creating the application that is related to using gpuArrays in the code. But I’ve searched the entire Matlab folder for anything including the name “ parallel.internal.gpu.ptxExpr ”, but I can’t find anything.
Does anyone know what’s causing this and what file I need to add when I compile the application?
Thanks.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!