| 3 Jun 2024 |
connor (he/him) | I mean, I did also have to edit the CUDA setup hook to set the legacy cuda toolkit root dir CMake variable, but it does work | 01:21:14 |
| lockshaw (UTC-7) joined the room. | 04:09:50 |
aidalgol | SomeoneSerge (UTC+3): My attempt at moving libXNVCtrl: https://github.com/aidalgol/nixpkgs/commits/libxnvctrl-pure/ Not sure how to define it so that we can reference it sensibly from nvidia-settings to override the src. | 06:09:11 |
| shekhinah changed their display name from shekhinah to Cat, Nyan - Postdoctoral researcher in Social and Behavioral Sciences. | 09:38:38 |
connor (he/him) | hexa (UTC+1): the deprecation warnings you were getting for aliases? I think I found one possible reason: https://github.com/NixOS/nixpkgs/blob/57610d2f8f0937f39dbd72251e9614b1561942d8/pkgs/development/python-modules/torch/default.nix#L435-L439
even though autoAddDriverRunpath is defined in the global scope, it's overridden there inside the with expression
| 13:30:57 |
hexa | thanks for following up on that | 13:31:37 |
connor (he/him) | tbh I'm just going through my PR right now trying to fix all the build failures and it caught my eye | 14:26:27 |
SomeoneSerge (matrix works sometimes) | In reply to @connorbaker:matrix.org tbh I'm just going through my PR right now trying to fix all the build failures and it caught my eye Oh I begin to remember we actually ran into a similar with; situation in one of the reviews 🤦 | 16:58:59 |
| lockshaw (UTC-7) changed their display name from lockshaw to lockshaw (UTC-7). | 19:49:39 |
| 4 Jun 2024 |
| Jokes77 changed their display name from ELind77 to Jokes77. | 08:17:19 |
| 6 Jun 2024 |
| shekhinah changed their display name from Cat, Nyan - Postdoctoral researcher in Social and Behavioral Sciences to she⯰khinah. | 12:15:57 |
| shekhinah changed their display name from she⯰khinah to she⯰khinah - traumaturgische Beratung. | 18:16:29 |
| 7 Jun 2024 |
Gaétan Lepage | Is python312Packages.botorch supposed to take hours to build on 40 cores ? | 14:08:11 |
Gaétan Lepage |  Download clipboard.png | 14:08:54 |
Gaétan Lepage | * Is python312Packages.botorch supposed to take hours to build on 48 cores ? | 14:09:01 |
Gaétan Lepage | connor (he/him) (UTC-5), in case you have a bit of available CPU time, could you please run a nixpkgs-review pr --post-result 317576 ?
(If you don't to that's fine ofc) | 15:01:53 |
| Mir joined the room. | 15:55:00 |
Mir | Hey, can I ask for help with compiling alice-vision on NixOS? | 15:55:33 |
Mir |  Download Screenshot from 2024-06-06 23-22-27.png | 15:56:56 |
Mir | I'm struggling with making sure that the half type is properly included in the compilation | 15:57:13 |
Mir | Apparently the problem is that the file cudatoolkit-11.8.0/include/cuda_fp16.hpp isn't being included but I don't know how to include it | 16:08:20 |
SomeoneSerge (matrix works sometimes) | In reply to @gjvnq:matrix.org Hey, can I ask for help with compiling alice-vision on NixOS?
simd.h
I'd guess this is only being compiled for the host, not for cuda devices?
Do you have your working branch somewhere in public? | 17:40:59 |
Mir | In reply to @ss:someonex.net
simd.h
I'd guess this is only being compiled for the host, not for cuda devices?
Do you have your working branch somewhere in public? This is the software I'm trying to compile https://github.com/alicevision/AliceVision/tree/v3.2.0 | 18:02:39 |
Mir | A non cuda version appears to be compiling. See https://github.com/NixOS/nixpkgs/pull/224262 | 18:04:18 |
Mir | My current plan is to start an Ubuntu VM, compile the software there and then carefully copy the dependencies versions and config options into my Nix packaging of AliceVision and Meshroom | 18:04:50 |
| @alex3829:matrix.org removed their display name real_z2. | 23:44:18 |
| 8 Jun 2024 |
connor (he/him) | In reply to @glepage:matrix.org connor (he/him) (UTC-5), in case you have a bit of available CPU time, could you please run a nixpkgs-review pr --post-result 317576 ?
(If you don't to that's fine ofc) Sure, running a few now | 00:37:26 |
connor (he/him) | Any particular system you wanted it on? | 00:37:38 |
Gaétan Lepage | Thanks ! x86_64-linux | 06:41:34 |
Gaétan Lepage | The rest I was able to get | 06:41:38 |