Merge pull request #233872 from Tungsten842/big-parallel

rocsolver, rocblas: build on big-parallel
This commit is contained in:
Weijia Wang 2023-05-25 11:19:06 +03:00 committed by GitHub
commit b1baf8360b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -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";

View file

@ -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";