rocblas: build on big-parallel

This commit is contained in:
Tungsten842 2023-05-24 21:21:05 +02:00
parent 07b01f2069
commit ae71738633

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