NixOS CUDA | 322 Members | |
| CUDA packages maintenance and support in nixpkgs | https://github.com/orgs/NixOS/projects/27/ | https://nixos.org/manual/nixpkgs/unstable/#cuda | 64 Servers |
| Sender | Message | Time |
|---|---|---|
| 16 Jul 2024 | ||
| Ah, okay.
Of course, that same process would need to be repeated for anything in there which is in turn a symlink (which is the purpose of | 18:11:02 | |
| Hi! I trying to get an application to work with libGL on a Jetson Orin AGX. For context, I am trying to get a camera image from a device with libargus (which requires GL). I'm not on the latest from unstable; maybe that is the issue. I've already tried pre-loading various GL libs from the base image of Jetpack but to no avail. Does anybody have some pointers for me, please? | 19:43:27 | |
| * Hi! I trying to get an application to work with libGL on a Jetson Orin AGX (with Ubuntu as host linux). For context, I am trying to get a camera image from a device with libargus (which requires GL). I'm not on the latest from unstable; maybe that is the issue. I've already tried pre-loading various GL libs from the base image of Jetpack but to no avail. Does anybody have some pointers for me, please? | 19:44:24 | |
In reply to@mkiefel:matrix.orgMan, I got it. Somehow the wrong libEGL_nvidia.so got picked up. With the right one it works. This kept me busy this afternoon. :) In any case, thanks so much for the great work on the cuda packages! I really appreciate all the work that you folks put into this. | 20:04:26 | |
In reply to @connorbaker:matrix.orgAnswering from a phone, curt. That's the reason the module mounts the closure of hardware.opengl.package by default. If you used mkForce somewhere you.could've overridden that accidentally. The symlink branch is for non-nixos but I don't trust it. I was thinking maybe a runtime closure computation (nix-store --query --rewuisites) might be a reasonable future alternative. We'll have to come up with something stable anyway, for cdi | 20:17:07 | |
| The datacenter driver is also merged into hardware.opengl.package isn't it? | 20:18:10 | |
| To be clear: the intention is that on nixos the user should manually list all packages in the driver's closure. If you find that you need to that's either a bug or an edge case I failed yo handle | 20:19:42 | |
| * To be clear: the intention is that on nixos the user shouldn't manually list all packages in the driver's closure. If you find that you need to that's either a bug or an edge case I failed yo handle | 20:19:53 | |
| * To be clear: the intention is that on nixos the user should never have to manually list all packages in the driver's closure. If you find that you need to that's either a bug or an edge case I failed yo handle | 20:20:12 | |
| * To be clear: the intention is that on nixos the user should never have to manually list all packages in the driver's closure. If you find that you need to that's either a bug or an edge case I failed to handle | 20:20:27 | |
In reply to @mkiefel:matrix.orgThanks. Could you still tell us which libegl was the wrong one and which one is the right? | 20:21:58 | |
In reply to@ss:someonex.netSure. It went for /nix/store/cg66ia01r8226nr478rv2b7fffvrl4gg-xgcc-12.3.0-libgcc/lib/libEGL_nvidia.so.0 but should have picked the one in /usr/lib/aarch64-linux-gnu/tegra-egl/libEGL_nvidia.so.0. I think I need to do something like nixGL and set these libraries up when calling the executable. I am still a bit confused why setting export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/lib/aarch64-linux-gnu/tegra-egl/nvidia.json didn't do the trick. | 20:31:42 | |
| 23:17:07 | ||
| 17 Jul 2024 | ||
| 18:22:01 | ||
| 18:22:09 | ||
| 18:23:57 | ||
| 19:07:33 | ||
| 18 Jul 2024 | ||
| 09:51:27 | ||
| 22:49:10 | ||
| 22:49:51 | ||
| 19 Jul 2024 | ||
| 19:25:24 | ||
| 21:30:09 | ||
| 21 Jul 2024 | ||
| can anyone here test a hardening change for ollama with rocm? | 18:33:12 | |
| https://github.com/NixOS/nixpkgs/pull/328713 | 18:33:17 | |
| they want at least a vega 56, but not the rx 5000 series | 18:33:44 | |
| 18:34:17 | |
then run ollama pull gemma | 18:35:26 | |
| and | 18:36:00 | |
| 18:36:09 | |
*
| 18:39:42 | |