Loading pkgs/development/libraries/composable_kernel/default.nix +3 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , unstableGitUpdater , cmake , rocm-cmake , hip Loading Loading @@ -77,6 +78,8 @@ stdenv.mkDerivation (finalAttrs: { mv bin/example_* $example/bin ''; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Performance portable programming model for machine learning tensor operators"; homepage = "https://github.com/ROCmSoftwarePlatform/composable_kernel"; Loading Loading
pkgs/development/libraries/composable_kernel/default.nix +3 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , unstableGitUpdater , cmake , rocm-cmake , hip Loading Loading @@ -77,6 +78,8 @@ stdenv.mkDerivation (finalAttrs: { mv bin/example_* $example/bin ''; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Performance portable programming model for machine learning tensor operators"; homepage = "https://github.com/ROCmSoftwarePlatform/composable_kernel"; Loading