| 15 Oct 2024 |
connor (burnt/out) (UTC-8) | In reply to @glepage:matrix.org I can't get onnx to build...
Here are the logs in case someone know what is happening: https://paste.glepage.com/upload/eel-falcon-sloth Onnx's CMake isn't detecting at least one dependency, so it tries to download them all in order, starting with abseil. Since there's no networking in the sandbox, it fails. | 00:06:48 |
connor (burnt/out) (UTC-8) | I'm currently working on Onnx packaging for a thing, and you can see what I've got going on here: https://github.com/ConnorBaker/cuda-packages/blob/main/cudaPackages-common/onnx.nix
(It's a combination C++/Python install so it's gnarly. But better than having two separate derivations with libraries built with different flags, I guess.) | 00:09:04 |
Gaétan Lepage | Ok interesting, thanks for sharing | 05:46:57 |
Gaétan Lepage | Is your plan to upstream this to nixpkgs ? | 05:47:13 |
Gaétan Lepage | [triton update]
triton-llvm fails during the test phase.
Logs: https://paste.glepage.com/upload/fish-jaguar-pig | 08:48:05 |
| atagen joined the room. | 11:38:21 |
SomeoneSerge (matrix works sometimes) | In reply to @glepage:matrix.org [triton update]
triton-llvm fails during the test phase.
Logs: https://paste.glepage.com/upload/fish-jaguar-pig Can't reproduce, builds for me | 12:35:31 |
SomeoneSerge (matrix works sometimes) | In reply to @glepage:matrix.org [triton update]
triton-llvm fails during the test phase.
Logs: https://paste.glepage.com/upload/fish-jaguar-pig * Can't reproduce, builds for me. Maybe we tried different HEADs? | 12:36:26 |
atagen | hi, what am I missing to get a cache hit? going by this hydra output torch should be in the cache (for nixpkgs 5633bcf). I have nix-community cachix set up, allowUnfree, cudaSupport,, and the package in question is providing its overlay properly with final.callPackage so it ought to be using my system packages | 12:46:24 |
atagen | https://gist.github.com/atagen/615e187e323f3ca3f5f9d40e55ce2b7c | 12:55:50 |
atagen | oof, could it be because I'm specifying python311Packages instead of python3Packages? | 12:57:30 |
atagen | ... yup, that was it | 12:58:23 |
SomeoneSerge (matrix works sometimes) | https://github.com/NixOS/nixpkgs/blob/70f9c111b27db0d459a227e477acce62016cbf10/pkgs/top-level/release-cuda.nix#L118 | 13:04:59 |
SomeoneSerge (matrix works sometimes) | In reply to @glepage:matrix.org [triton update]
triton-llvm fails during the test phase.
Logs: https://paste.glepage.com/upload/fish-jaguar-pig With the current HEAD and ccache off I just reached the pytest branch | 14:17:17 |
Gaétan Lepage | In reply to @ss:someonex.net With the current HEAD and ccache off I just reached the pytest branch You mean that you were able to build it fine ? | 14:47:18 |
SomeoneSerge (matrix works sometimes) | Yes | 14:47:27 |
SomeoneSerge (matrix works sometimes) | Well the pytest bit fails with these 20 tests ofc but that'll come later | 14:47:41 |
Gaétan Lepage | Ok, weird then... | 14:49:24 |
Gaétan Lepage | Btw, I'm running a cross-system review for this triton PR. | 14:49:35 |
Gaétan Lepage | quite a few rebuilds | 14:49:40 |