I am trying to run the stand alone LDPC decoder example under cuPHY e.g. here
build/cuPHY/examples/error_correction$
cuda_ex_ldpc
I get the following error is it expected?
AERIAL_LOG_PATH set to /home/sbaker/AERIAL_LOG
Log file set to /home/sbaker/AERIAL_LOG/ldpc_decoder.log
15:42:39.626634 WRN 269165 0 [NVLOG.CPP] Using /home/sbaker/zodiacArtemis2/zodiac/trunk/Prototypes/Artemis2/cuda_test_3/cuPHY/nvlog/config/nvlog_config.yaml for nvlog configuration
15:42:39.786198 ERR 269165 0 [AERIAL_CUPHY_EVENT] [CUPHY.PUSCH_RX] EXCEPTION: no CUDA-capable device is detected
I am running on x86 server with RTX3090 GPU
When I compiled cuPHY is set the CUDA architecture 86 in CMakeLists.txt is this the issue e.g.
set(CMAKE_CUDA_ARCHITECTURES 86)
sbaker@ubuntusim12:~/zodiacArtemis2/zodiac/trunk/Prototypes/Artemis2/cuda_test_3$ lspci | grep VGA
1a:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3090] (rev a1)
68:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3090] (rev a1)
sbaker@ubuntusim12:~/zodiacArtemis2/zodiac/trunk/Prototypes/Artemis2/cuda_test_3$ lspci | grep -i nvidia
1a:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3090] (rev a1)
1a:00.1 Audio device: NVIDIA Corporation GA102 High Definition Audio Controller (rev a1)
68:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3090] (rev a1)
68:00.1 Audio device: NVIDIA Corporation GA102 High Definition Audio Controller (rev a1)
nvidia-smi
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
Our IT are investigating why the NVIDIA driver not running