![]() |
Nvidia 5080 Not being detected as CUDA GPU - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Nvidia 5080 Not being detected as CUDA GPU (/thread-4038.html) Pages:
1
2
|
RE: Nvidia 5080 Not being detected as CUDA GPU - Dan64 - 16.03.2025 Hello Selur, I have the same problem. Hybrid is not detecting my new GPU RTX 5070 Ti. Also NVEnc is not able to recognize it, I opened an issue for this: https://github.com/rigaya/NVEnc/issues/675 The RTX 50xx need CUDA 12.8, fortunately few days ago was released a pytorch build for windows with CUDA 12.8 support. The new pytorch build is using the CUDA library: 12.8.57 and the cuDNN library: 9.7.1.26. To be able to use the card with vs-deoldify I had to run the following commands: .\python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128 Moreover in the last torch distribution VapoursynthR70_torch_2025.02.22.7z was missing the package opencv-contrib so I had to install it .\python -m pip install opencv-contrib-python Given that my RTX 3060 has 3584 shader processors (at 1320 MHz) while the RTX 5070 Ti has 8960 processors (at 2295 MHz) I was expecting an increase in speed of at least 3X, but in my preliminary tests the increase in speed is only 2.2X. I had not time to optimize the GPU and mybe I will able to improve the speed further. But at the moment I'm busy to get all packages working with this new GPU. Please provide me the link to the new Hybrid version supporting the RTX 50xx card, when it will be available. Thanks, Dan RE: Nvidia 5080 Not being detected as CUDA GPU - Selur - 16.03.2025 try the dev RE: Nvidia 5080 Not being detected as CUDA GPU - Dan64 - 16.03.2025 It works! I got the following log output: Detected NVIDIA PureVideo compatible cards: NVIDIA GeForce RTX 5070 Ti Thanks, Dan P.S. I hope that also rigaya will fix NVenc... RE: Nvidia 5080 Not being detected as CUDA GPU - Dan64 - 16.03.2025 I completed the migration of torch packages to support the RTX 50 series. I installed: tensorrt-10.9.0.34 Also is necessary to install Pytorch-Correlation-extension reported in: #1078 Tested:
Dan RE: Nvidia 5080 Not being detected as CUDA GPU - Selur - 16.03.2025 Why torchaudio? Doesn't seem to be necessary at all. RE: Nvidia 5080 Not being detected as CUDA GPU - Dan64 - 16.03.2025 It was included in the pip command. but in Hybrid is not used. It can be removed from the installation command .\python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128 Dan RE: Nvidia 5080 Not being detected as CUDA GPU - tailland - 19.03.2025 (brain fart: deprecated cuda32 on the 50x0 being the reason for this) RE: Nvidia 5080 Not being detected as CUDA GPU - Dan64 - 20.03.2025 rigaya fixed the issue on RTX 50: #675 Dan RE: Nvidia 5080 Not being detected as CUDA GPU - Selur - 20.03.2025 Uploaded a new dev which comes with the new NVEncC version. RE: Nvidia 5080 Not being detected as CUDA GPU - The-Architect - 23.03.2025 ✅ Issue Solved on RTX 5080 — Full Compatibility Achieved Hey everyone, I was hitting the same CUDA sm_120 block and runtime errors on the RTX 5080. After deep debugging and patching attempts, I finally found a clean workaround:
Repo with fix and driver insights coming soon. Marking this as Solved. — The Architect |