Unverified Commit fbb79459 authored by Madoura's avatar Madoura
Browse files

composable_kernel: use unstableGitUpdater

parent 463ca676
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, unstableGitUpdater
, cmake
, rocm-cmake
, hip
@@ -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";