CUDA Arch BIN: MISSING (jtop)

i have a jetson AGX orin board. but, when i run “jtop”, displayed CUDA Arch BIN: MISSING in “INFO” tap.
How can i fix it?

Hi,

Could you share the output of below command:

$ cat /proc/device-tree/compatible

For Orin 64GB, you should find tegra234 in the string.
So it’s expected to set the value into 8.7 when looking at the table here.

Thanks.

Hi, Thank you so much for reply.

when i type your command, i find tegra234nvidia in the string.

but, jtop info. still displayed MISSING.
i do not know that would i have to do something.

Thanks.

Hi,

Below is the string we got from the Orin devkit:

$ cat /proc/device-tree/compatible
nvidia,p3737-0000+p3701-0005nvidia,p3701-0005nvidia,tegra234

In your device, the tegra234 is replaced by the avs200 (customer board?).
So that’s why the GPU architecture doesn’t display correctly.

This is a harmless issue and won’t impact the GPU/CUDA functionality.
If you want to fix this, you can also update the table shared above.

Thanks.

Thanks to you, I see.

Thank you.

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