Commit ae717386 authored by Tungsten842's avatar Tungsten842
Browse files

rocblas: build on big-parallel

parent 07b01f20
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";