mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #233179 from Tungsten842/composable_kernel
composable_kernel: build on big parallel
This commit is contained in:
commit
f39579a9b7
@ -76,6 +76,9 @@ let
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
# Times out otherwise
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Performance portable programming model for machine learning tensor operators";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/composable_kernel";
|
||||
@ -89,7 +92,7 @@ let
|
||||
cp -a ${ck}/bin/ckProfiler $out
|
||||
'';
|
||||
in stdenv.mkDerivation {
|
||||
inherit (ck) pname version outputs src passthru meta;
|
||||
inherit (ck) pname version outputs src passthru requiredSystemFeatures meta;
|
||||
|
||||
dontUnpack = true;
|
||||
dontPatch = true;
|
||||
|
Loading…
Reference in New Issue
Block a user