Hi Nvidia
I’m using AGX Orin dev. kit with Jetpack 5.0.2
When I checking the number of cuda cores, I got some questions…
First, according to Here, it says “AGX Orin dev. Kit get 2048 cuda core”.
Tested with cuda-samples/Samples/1_Utilities/deviceQuery Source - Github to check the number of cuda cores.
The output said:
Please set Orin to MAXN mode and try it again.
We can get 2048 CUDA cores under the MAXN setting:
$ ./deviceQuery
./deviceQuery Starting...
CUDA Device Query (Runtime API) version (CUDART static linking)
Detected 1 CUDA Capable device(s)
Device 0: "Orin"
CUDA Driver Version / Runtime Version 11.4 / 11.4
CUDA Capability Major/Minor version number: 8.7
Total amount of global memory: 30536 MBytes (32019165184 bytes)
(016) Multiprocessors, (128) CUDA Cores/MP: 2048 CUDA Cores
GPU Max Clock rate: 1300 MHz (1.30 GHz)
...