[chibi@stream9 particles]$ cat /etc/redhat-release
CentOS Stream release 9
[chibi@stream9 particles]$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Thu_Nov_18_09:45:30_PST_2021
Cuda compilation tools, release 11.5, V11.5.119
Build cuda_11.5.r11.5/compiler.30672275_0
[chibi@stream9 particles]$ ./particles
CUDA Particles Simulation Starting…
NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled.
grid: 64 x 64 x 64 = 262144 cells
particles: 16384
GPU Device 0: “Turing” whitgh compute capability 7.5
[chibi@stream9 particles]$