Merge pull request #233872 from Tungsten842/big-parallel
rocsolver, rocblas: build on big-parallel
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user