Unverified Commit b1baf836 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #233872 from Tungsten842/big-parallel

rocsolver, rocblas: build on big-parallel
parents 15ef7d24 ae717386
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -126,6 +126,8 @@ stdenv.mkDerivation (finalAttrs: {
    repo = finalAttrs.src.repo;
  };

  requiredSystemFeatures = [ "big-parallel" ];

  meta = with lib; {
    description = "BLAS implementation for ROCm platform";
    homepage = "https://github.com/ROCmSoftwarePlatform/rocBLAS";
+2 −0
Original line number Diff line number Diff line
@@ -82,6 +82,8 @@ stdenv.mkDerivation (finalAttrs: {
    repo = finalAttrs.src.repo;
  };

  requiredSystemFeatures = [ "big-parallel" ];

  meta = with lib; {
    description = "ROCm LAPACK implementation";
    homepage = "https://github.com/ROCmSoftwarePlatform/rocSOLVER";