Hello Nvidia Support,
I have just re-flashed my Jetson AGX ORIN 64G with latest jetpack 6.2 and cuda 12.6 and while compiling lates cuda samples like /home/raphs/projects/Nvidia/cuda-samples/Samples/5_Domain_Specific/nbody/ it throws an error
It used to work, I am sure there are some changes how to get this build.
Please if you can help me. I appreciate that.
NOTE : I managed to build with workaround like playing with flags set(CMAKE_CUDA_ARCHITECTURES 50 52 60 61 70 72 75 80 86 87 89 90 100 101 120).
BUT I really appreciate the basic reason and what I should be officially doing…
Thanks this works, I am interested to understand supported and unsupported GPU compute, Does this mean future release will not support this any more or there have to be an older branch ?
The error indicates GPU driver in JetPack 6.2 cannot recognize the 101 GPU architecture.
This is expected as SM_101 is a new architecture just added in CUDA 12.8 last month.