Tx2 cuda capability is 0.1

Hi, all
I am using TX2, jetpack 4.4 installation package, L4T 32.4.3, but query cuda capability is 0.1 .

Hi,

Which sample do you use?
Could you try the deviceQuery sample and share the output with us?

$ /usr/local/cuda-10.2/bin/cuda-install-samples-10.2.sh .
$ cd NVIDIA_CUDA-10.2_Samples/1_Utilities/deviceQuery
$ make
$ ./deviceQuery

Thanks.