mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
Merge pull request #233864 from kira-bruneau/miopen
miopen: build on big-parallel
This commit is contained in:
commit
15ef7d24bc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user