-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA.function() == false; #64
Comments
You probably need to include Here is what I had to do to create a dev env shell for pytorch that could access CUDA (for instance) https://gist.github.com/samrose/01fdcc045a262168540ba56ae95d1d26?permalink_comment_id=4816797#gistcomment-4816797 |
ah ok after some struggling I got it to work. thanks |
After a lot more mucking around I came to realize that I still can't get CUDA to work with Julia2Nix; however this is probably because I am not building the Project correctly. Initially I thought I had gotten things to work because I used @samrose 's shell config, but didn't realize it didn't even have Julia in it and so the shell defaulted to my system Julia which I have configured using scientific-fhs. I am unable to generate the If I try to use the
|
Not exactly sure how to use this to create a Nix package that has FHS. When I try to use the example tamplate I can't get
CUDA.jl
to see my GPU. My GPU works on the system with Julia and CUDA but if I use the Julia that is packaged with Julia2Nix the GPU is not functional.The text was updated successfully, but these errors were encountered: