!eWOErHSaiddIbsUNsJ:nixos.org

NixOS CUDA

298 Members
CUDA packages maintenance and support in nixpkgs | https://github.com/orgs/NixOS/projects/27/ | https://nixos.org/manual/nixpkgs/unstable/#cuda58 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
15 Dec 2025
@arilotter:matrix.orgAri Lotter *

huh. well, i thought

 (self: super: {
        cudaPackages = super.cudaPackages // {
          cudnn = super.cudaPackages.cudnn.overrideAttrs (old: {
            postFixup = (old.postFixup or "") + ''
              for so in $out/lib/libcudnn*.so; do
                echo "patching rpath of $so to include nvrtc"
                patchelf --set-rpath ${super.lib.getLib super.cudaPackages.cuda_nvrtc}/lib:$out/lib $so
              done
            '';
          });
        };
      })
``` might work, but doesn't seem to have
22:09:09
@arilotter:matrix.orgAri Lotter *

huh. well, i thought

 (self: super: {
        cudaPackages = super.cudaPackages // {
          cudnn = super.cudaPackages.cudnn.overrideAttrs (old: {
            postFixup = (old.postFixup or "") + ''
              for so in $out/lib/libcudnn*.so; do
                echo "patching rpath of $so to include nvrtc"
                patchelf --set-rpath ${super.lib.getLib super.cudaPackages.cuda_nvrtc}/lib:$out/lib $so
              done
            '';
          });
        };
      })

might work, but doesn't seem to have

22:09:16
@arilotter:matrix.orgAri Lottertryin this22:10:57
@sporeray:matrix.orgRobbie Buxton
In reply to @arilotter:matrix.org
40m to build torch with cuda, not bad.
The dream
22:13:45
@sporeray:matrix.orgRobbie Buxton* The dream 🥲22:13:54
@arilotter:matrix.orgAri Lotterlmk if you ever need something built lol i have some juicy machines thru work22:15:36
@pdealbera:matrix.orgpdealberaOk, following on this. It's weird that I've still cannot reach the server at all. I even try to connect from mobile data in a phone just to discard a problem in my home network or network config in my PC but it's not reachable at all. For reference I'm from Argentina.22:34:43
16 Dec 2025
@arilotter:matrix.orgAri Lotterholy shit it worked 😭i don't believe it00:39:07

Show newer messages


Back to Room ListRoom Version: 9