From 428680da2426920ab7313bc0b9d1c23d98a3c600 Mon Sep 17 00:00:00 2001 From: Kira Bruneau Date: Wed, 24 May 2023 14:58:38 -0400 Subject: [PATCH] miopen: build on big-parallel miopen occasionally times out on hydra because it takes too long --- pkgs/development/libraries/miopen/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/miopen/default.nix b/pkgs/development/libraries/miopen/default.nix index b11477145ab..1b24d8bfec7 100644 --- a/pkgs/development/libraries/miopen/default.nix +++ b/pkgs/development/libraries/miopen/default.nix @@ -171,6 +171,8 @@ in stdenv.mkDerivation (finalAttrs: { ln -s ${kdbs.gfx1030_36} $out/share/miopen/db/gfx1030_40.kdb ''; + requiredSystemFeatures = [ "big-parallel" ]; + passthru.updateScript = rocmUpdateScript { name = finalAttrs.pname; owner = finalAttrs.src.owner;