miopen: build on big-parallel

miopen occasionally times out on hydra because it takes too long
This commit is contained in:
Kira Bruneau 2023-05-24 14:58:38 -04:00
parent 87f9156865
commit 428680da24

View file

@ -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;