Hi,
Could someone please tell me the gencode of Xavier.
I cannot find it online.
Thanks in advance.
Hi jeng-hau.lin, if you are referring to the CUDA compute capability, it is 7.2 (sm_72):
-gencode arch=compute_72,code=sm_72
Thank you. That’s what I need.
Is the CUDA compute capability the same between drive xavier and drive pegasus?
Hi,
No. They are different:
DRIVE Xavier : 1x Volta iGPU(sm=7.2)
DRIVE Pegasus: 2x Volta iGPU(sm=7.2) + 2x Turing dGPUs(sm=7.5)
You can find more information here:
https://www.nvidia.com/en-us/self-driving-cars/drive-platform/hardware/
Thanks.