Unverified Commit 7bbde175 authored by Gavin Zhao's avatar Gavin Zhao
Browse files

rocmPackages: no need to pass rocblas to itself



Signed-off-by: default avatarGavin Zhao <git@gzgz.dev>
parent 45b3242a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ in rec {
  };

  rocblas = callPackage ./rocblas {
    inherit rocblas rocmUpdateScript rocm-cmake clr tensile;
    inherit rocmUpdateScript rocm-cmake clr tensile;
    inherit (llvm) openmp;
    stdenv = llvm.rocmClangStdenv;
  };