mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
rocm-related: change maintainers to rocm team
rocprim: change maintainers to rocm team hipcub: change maintainers to rocm team rocsparse: change maintainers to rocm team hipsparse: change maintainers to rocm team rccl: change maintainers to rocm team rocfft: change maintainers to rocm team tensile: change maintainers to rocm team rocblas: change maintainers to rocm team miopengemm: change maintainers to rocm team clang-ocl: change maintainers to rocm team rocthrust: change maintainers to rocm team rocm-cmake: change maintainers to rocm team composable_kernel: change maintainers to rocm team rocmlir: change maintainers to rocm team
This commit is contained in:
parent
b3d651c79a
commit
574727ed48
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
description = "OpenCL compilation with clang compiler";
|
||||
homepage = "https://github.com/RadeonOpenCompute/clang-ocl";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != clang.version;
|
||||
};
|
||||
}
|
||||
|
@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Performance portable programming model for machine learning tensor operators";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/composable_kernel";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
};
|
||||
}
|
||||
|
@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Thin wrapper library on top of rocPRIM or CUB";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/hipCUB";
|
||||
license = with licenses; [ bsd3 ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != hip.version;
|
||||
};
|
||||
}
|
||||
|
@ -138,7 +138,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "ROCm SPARSE marshalling library";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/hipSPARSE";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != hip.version;
|
||||
};
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "OpenCL general matrix multiplication API for ROCm";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/MIOpenGEMM";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != clang.version;
|
||||
};
|
||||
}
|
||||
|
@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
|
||||
description = "ROCm communication collectives library";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/rccl";
|
||||
license = with licenses; [ bsd2 bsd3 ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != hip.version;
|
||||
};
|
||||
}
|
||||
|
@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
|
||||
description = "BLAS implementation for ROCm platform";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/rocBLAS";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != hip.version;
|
||||
};
|
||||
}
|
||||
|
@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
|
||||
description = "FFT implementation for ROCm ";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/rocFFT";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != hip.version;
|
||||
hydraPlatforms = [ ]; # rocFFT produces an extremely large output
|
||||
};
|
||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
description = "MLIR-based convolution and GEMM kernel generator";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/rocMLIR";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != hip.version;
|
||||
};
|
||||
}
|
||||
|
@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
|
||||
description = "ROCm parallel primitives";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/rocPRIM";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != hip.version;
|
||||
};
|
||||
}
|
||||
|
@ -154,7 +154,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "ROCm SPARSE implementation";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/rocSPARSE";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != hip.version;
|
||||
};
|
||||
}
|
||||
|
@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
|
||||
description = "ROCm parallel algorithm library";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/rocThrust";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = rocmVersion != hip.version;
|
||||
};
|
||||
}
|
||||
|
@ -41,6 +41,6 @@ buildPythonPackage rec {
|
||||
description = "GEMMs and tensor contractions";
|
||||
homepage = "https://github.com/ROCmSoftwarePlatform/Tensile";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ Madouura ];
|
||||
maintainers = teams.rocm.members;
|
||||
};
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
description = "CMake modules for common build tasks for the ROCm stack";
|
||||
homepage = "https://github.com/RadeonOpenCompute/rocm-cmake";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ Flakebi ];
|
||||
maintainers = teams.rocm.members;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user