| 21 Oct 2025 |
connor (burnt/out) (UTC-8) | SomeoneSerge (back on matrix)
what if ππ
you merged my CUDA 13 PR π₯Ί | 06:23:32 |
SomeoneSerge (back on matrix) | In reply to @connorbaker:matrix.org SomeoneSerge (back on matrix)
what if ππ
you merged my CUDA 13 PR π₯Ί 'most there | 22:00:59 |
| 22 Oct 2025 |
Niclas Overby β | Are there any good resources for getting CUDA projects, built with CUDA packages from Nixpkgs, running with libcuda.so provided by a non-NixOS host?
Can it be done with LD_LIBRARY_PATH or LD_PRELOAD? | 08:08:09 |
hacker1024 | nixGL has worked for me in the past | 08:56:54 |
hacker1024 | Technically that finds a kernel-compatible libcuda.so in Nixpkgs | 08:57:24 |
Robbie Buxton | In reply to @niclas:overby.me Are there any good resources for getting CUDA projects, built with CUDA packages from Nixpkgs, running with libcuda.so provided by a non-NixOS host? Can it be done with LD_LIBRARY_PATH or LD_PRELOAD? If you create a /run/opengl-driver/lib (it might be called something slightly different) folder and symlink all the cuda kernel mode drivers in there. It should work out of the box | 14:40:53 |
Robbie Buxton | * If you create a /run/opengl-driver/lib (it might be called something slightly different) folder and symlink all the cuda kernel mode drivers into there. It should work out of the box | 14:41:06 |
Robbie Buxton | You need to add this folder to the rpaths of those drivers too others they canβt find each other | 14:41:38 |