Replies: 2 comments
-
The issue is your GPU is to old and CUDA 11.8 does not support it,. You need a GPU with CUDA compute capability 3.5+, yours is 2.1. https://en.wikipedia.org/wiki/CUDA#:~:text=*%20b)-,GPUs%20supported,-%5Bedit%5D |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. I will swap with something that is newer.
…________________________________
From: MikeLud ***@***.***>
Sent: Wednesday, April 2, 2025 9:55 PM
To: codeproject/CodeProject.AI-Server ***@***.***>
Cc: Cory Mckee ***@***.***>; Author ***@***.***>
Subject: Re: [codeproject/CodeProject.AI-Server] Trying to use a CUDA GPU. (Discussion #322)
The issue is your GPU is to old and CUDA 11.8 does not support it,. You need a GPU with CUDA compute capability 3.5+, yours is 2.1.
https://en.wikipedia.org/wiki/CUDA#:~:text=*%20b)-,GPUs%20supported,-%5Bedit%5D
—
Reply to this email directly, view it on GitHub<#322 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQ6PTESI7YB76PVVI676T3T2XS5L5AVCNFSM6AAAAAB2K65426VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZQHA4TQMQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the subject says, trying to use a CUDA GPU. Logs say its enabled, but CPU usage changed by none and GPU is minimally used. CPU is rather high hence trying to offload. Python seems to be my biggest offender. Installed CUDA Toolkit 11.8 with Drivers for a Geforce 610 card. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions