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;