| 5 Aug 2025 |
| le-chat joined the room. | 11:09:02 |
| 6 Aug 2025 |
le-chat | Hi. Does somebody know how to make a meson project to see a PyTorch dependency? I'm trying to compile NNStreamer (these are GStreamer plugins for different NN frameworks) with PyTorch backend, but meson reports it has not found pytorch. An example flake is https://gist.github.com/le-chat/e5c7f583a4fa51742dcbdf5821350679 I've tried extending CMAKE_PREFIX_PATH but without success. | 13:04:23 |
connor (burnt/out) (UTC-8) | IIRC PyTorch (like OpenCV) has a cxxdev output you need to include if you want to use it in a C++ project; give that a try | 15:13:52 |
connor (burnt/out) (UTC-8) | Oh you already tried that, never mind
Have you tried with just the cxxdev output? And torch should only go in buildInputs, not nativeBuildInputs | 15:15:11 |
connor (burnt/out) (UTC-8) | But generally avoid the dev output and make sure to use the cxxdev output for C++ projects | 15:16:18 |
| 7 Aug 2025 |
grw00 | hey all- is there a similar channel/effort for rocm in nixos? | 09:57:51 |
le-chat | Now magma fails to build, I did flake update. Switched to nixos-25.05, reran with torch.cxxdev only in buildInputs. Will see. | 10:09:53 |
connor (burnt/out) (UTC-8) | Make sure you’re specifying cudaCapabilities in config when you import Nixpkgs, otherwise Magma will fail to link because of the sheer amount of device code generated lol | 15:10:33 |
connor (burnt/out) (UTC-8) | There is/was a ROCm team, not sure about where they are or what they’re up to currently | 15:11:16 |
| 8 Aug 2025 |
| 0x4A6F joined the room. | 06:56:41 |
connor (burnt/out) (UTC-8) | Kevin Mittman you and SomeoneSerge (Ever OOMed by Element) should chat at some point about the database of binary archives he’s building because I think it might be useful to you as well as us | 14:12:07 |
indoor_squirrel | In reply to @connorbaker:matrix.org Kevin Mittman you and SomeoneSerge (Ever OOMed by Element) should chat at some point about the database of binary archives he’s building because I think it might be useful to you as well as us COLLAB!!! | 14:18:16 |
Kevin Mittman (UTC-7) | Sounds good to me | 16:48:45 |
Kevin Mittman (UTC-7) | Also if there are any CUDA 13 related packaging questions, let me know | 16:49:27 |
| 10 Aug 2025 |
| matthewcroughan changed their display name from matthewcroughan to matthewcroughan @ WHY2025 (DECT: 8793). | 11:36:29 |
| 11 Aug 2025 |
connor (burnt/out) (UTC-8) | For awareness:
- https://github.com/NixOS/nixpkgs/issues/428546
- https://github.com/NixOS/nixpkgs/issues/432646
If anyone has ideas, please chime in. I likely won't have a chance to dig into it for a while :L
| 14:59:10 |