nix-community/nixGL

Cuda support

Opened this issue · 3 comments

In https://discourse.nixos.org/t/cuda-from-nixkgs-in-non-nixos-case/7100/4 users are asking for cuda support.

This is only for the nvidia and nvidia bumblebee drivers.

This would be huge for me! What is necessary to make it happen?

On second thought, I'm a little confused why this is necessary... Shouldn't .so files in packages like cuDNN have cudatoolkit in their RPATHs?

I mean I can confirm that it doesn't work, so something needs to be fixed, but why doesn't the RPATH lookup work?

This is fixed in NixOS/nixpkgs#158218.