Merge pull request #233864 from kira-bruneau/miopen

miopen: build on big-parallel
This commit is contained in:
Weijia Wang 2023-05-25 11:18:41 +03:00 committed by GitHub
commit 15ef7d24bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;