Nvidia agx support for cuda from gpu coder matlab app

does CUDA code generated from the gpu coder application in matlab support jetson xavier agx processor?

Hi @gayathri.sankaran,

This looks like a question for the Jetson AGX Xavier folks. I will move this to the correct forum for you.

Best,
Tom K

Hi,

Xavier’s GPU architecture is sm_72.
Please make sure you have added its architecture when compiling.

For example, with nvcc compiler:

$ nvcc -gencode arch=compute_72,code=sm_72 ...

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.