Closed Gitterman69 closed 1 year ago
Do you have CUDA installed?
Yes i do - works but it might be a wsl2 problem?
Sent from Proton Mail for iOS
On Wed, Mar 22, 2023 at 18:34, calz1 @.***> wrote:
Do you have CUDA installed?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
As a courtesy to the maintainer, you should do a hello world example showing that you can use your GPU from within WSL2.
For WSL, you'll need to install CUDA yourself using these steps:
Then export the library path before running code:
export LD_LIBRARY_PATH=/usr/lib/wsl/lib
Added this to the README
Works now!!!! Thanks
Sent from Proton Mail for iOS
On Thu, Mar 23, 2023 at 00:38, Aleksey Smolenchuk @.***> wrote:
Added this to the README
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>