CUDA samples and their corresponding hardware

Hi folks,

I’m going to do a radiation test on the Nvidia Jetson AGX Xavier and I’m planing to run some CUDA samples on it. If the running program goes wrong, it means the corresponding hardware has been influenced by the radiation.

However, I have looked through the data sheet and CUDA toolkit documentation but I didn’t find much information about what are the corresponding hardware of each CUDA samples? Does anyone have any clue on it?

Thanks

Did you mean hardware compatibility of those samples?

Those samples are shipped with different CUDA versions and should not have hardware compatibility issues, but the performance of those samples may vary on different hardware. CUDA features are limited by compute capability(hardware compatibility version) which can be checked by looking nvcc compiler flags:

-gencode arch=compute_XXX,code=[sm_XXX,compute_XXX]