Commit 428680da authored by Kira Bruneau's avatar Kira Bruneau
Browse files

miopen: build on big-parallel

miopen occasionally times out on hydra because it takes too long
parent 87f91568
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;