!RROtHmAaQIkiJzJZZE:nixos.org

NixOS Infrastructure

383 Members
Next Infra call: 2024-07-11, 18:00 CEST (UTC+2) | Infra operational issues backlog: https://github.com/orgs/NixOS/projects/52 | See #infra-alerts:nixos.org for real time alerts from Prometheus.116 Servers

Load older messages


SenderMessageTime
1 Mar 2025
@hexa:lossy.networkhexa
pkgs/applications/networking/browsers/chromium/browser.nix
121:    timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
07:01:34
@hexa:lossy.networkhexa🤡07:01:36
@hexa:lossy.networkhexa *
pkgs/applications/networking/browsers/chromium/browser.nix
121:    timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
pkgs/development/tools/electron/common.nix
287:    timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
07:01:49
@hexa:lossy.networkhexameta.timeout is not set by default, so … where is the default? 😄 07:02:35
@vcunat:matrix.orgVladimír ČunátI think it's in Hydra config.07:02:50
@hexa:lossy.networkhexaimage.png
Download image.png
07:03:04
@hexa:lossy.networkhexa
, timeout => getMeta($buildInfo->{meta}->{timeout}, 36000)
07:03:33
@hexa:lossy.networkhexaindeed, here we are07:03:35
@hexa:lossy.networkhexa lun: I'm a bit afraid to ask, but there is supposed to be a migraphx python package, and one of the packages I maintain would want that to support rocm 🙈 07:09:15
@hexa:lossy.networkhexasupposedly this https://github.com/ROCm/AMDMIGraphX/blob/develop/src/py/migraphx_py.cpp07:13:00
@lt1379:matrix.orgLunMention it on the big ROCm tracking issue16:04:24
@lt1379:matrix.orgLun definitely worse: https://gist.githubusercontent.com/LunNova/b1cf007f1af52b4dc353fd9925857b97/raw/63ea9ec1a500d5ef6ad4f2f0eac7a59b6db6e310/huge%2520composable_kernel%2520template%2520instantiation.txt 16:07:29
@lt1379:matrix.orgLunThe ~4h builds are nix cores config set to 128 on a 64c/128t epyc milan eng sample that's clocking down to <3GHz due to power limits, not sure what the relative speedup per core will be but probably not enough to overcome dropping to 24 build threads. Does bumping meta.timeout to 20h to start with sound reasonable?16:13:51
@emilazy:matrix.orgemilymight make sense to do 48 and then scale down based on the actual time16:19:08
@emilazy:matrix.orgemilyto avoid spending 20 hours on a build that times out and gets thrown away16:19:16
@emilazy:matrix.orgemily(I am not on the infra team, don't trust anything I say)16:19:34
@vcunat:matrix.orgVladimír ČunátI believe it's fine to put an unnecessarily big value in there. It's just a single package. I see the main purpose to limit some accidents where resources would be spent continually without bringing value.16:23:17
@vcunat:matrix.orgVladimír ČunátBut honestly, doing so much work in a single derivation is rather risky. Generally it's better to split it up.16:24:19
@vcunat:matrix.orgVladimír ČunátFor example, sometimes we need to restart the queue runner, i.e. all builds in progress get scrapped.16:24:57
@vcunat:matrix.orgVladimír ČunátWe even had periods where it crashed often (same effect).16:25:16
@lt1379:matrix.orgLunHaven't figured out a way to split it up yet that'll be easy to maintain16:26:25
@vcunat:matrix.orgVladimír ČunátAnd I have some concerns about increasing latency of channels, but maybe that will turn out negligible.16:27:38
@vcunat:matrix.orgVladimír Čunát* And I have some concerns about increasing latency of channel updates, but maybe that will turn out negligible.16:27:48
@vcunat:matrix.orgVladimír ČunátAs it is now, everyone will be waiting for this huge thing to finish.16:28:23
@vcunat:matrix.orgVladimír Čunát* As it is designed now, everyone will be waiting for this huge thing to finish.16:29:11
@emilazy:matrix.orgemily so… has hydraPlatforms = [ ]; been considered? 16:30:05
@emilazy:matrix.orgemily how important is the composable_kernel thing? 16:30:07
@emilazy:matrix.orgemilyI know ROCm has a bunch of stuff and some of it nobody uses, right?16:30:19
@lt1379:matrix.orgLunIt's needed for MIOpen which is needed for pytorch for kernels for some ops, it will also be used directly by pytorch in 2.616:32:47
@lt1379:matrix.orgLun https://github.com/NixOS/nixpkgs/blob/bda6bcbbacbd8f48e69b228b91b5541c03f7ab35/pkgs/development/rocm-modules/6/composable_kernel/default.nix
If anyone happens to know cmake wizardry and can work out how to split this into multiple derivations and get a working end result without needing a massive patch to the CMakeFiles that might be the best option?
16:36:38

Show newer messages


Back to Room ListRoom Version: 6