I’m trying to use a radeon RX6400 as desktop-rendering GPU and an RTX 3090ti for running heavy computational tasks with cuda.
I managed to install both nvidia(nvidia-utils-535-server) and radeon(6.1.60103-1_all) drivers, and the radeon RX6400 seems to work fine, but when i try to use any tool or program that requires to establish any communication with NVIDIA’s driver it says it can’t communicate with it at all:
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.
./test
Failed to allocate device data (error code no CUDA-capable device is detected)!
(‘test’ is a ‘c’ code that uses the ‘nvidia cuda’ library and was compiled with ‘nvcc’)
I would like to know if there is some way of making this setup working properly and how it can be done so.
Also feel free to ask for any additional info about my system, issue, etc.
Thank in advance.