Error when running compiled application: Undefined function ’parallel.internal.gpu.ptxExpr’
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB Compiler in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!