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:
Madoura 2022-11-23 19:24:39 -06:00
parent b3d651c79a
commit 574727ed48
No known key found for this signature in database
GPG Key ID: 3201136B3DB072F9
14 changed files with 14 additions and 14 deletions

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
description = "OpenCL compilation with clang compiler"; description = "OpenCL compilation with clang compiler";
homepage = "https://github.com/RadeonOpenCompute/clang-ocl"; homepage = "https://github.com/RadeonOpenCompute/clang-ocl";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != clang.version; broken = rocmVersion != clang.version;
}; };
} }

View File

@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
description = "Performance portable programming model for machine learning tensor operators"; description = "Performance portable programming model for machine learning tensor operators";
homepage = "https://github.com/ROCmSoftwarePlatform/composable_kernel"; homepage = "https://github.com/ROCmSoftwarePlatform/composable_kernel";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
}; };
} }

View File

@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
description = "Thin wrapper library on top of rocPRIM or CUB"; description = "Thin wrapper library on top of rocPRIM or CUB";
homepage = "https://github.com/ROCmSoftwarePlatform/hipCUB"; homepage = "https://github.com/ROCmSoftwarePlatform/hipCUB";
license = with licenses; [ bsd3 ]; license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != hip.version; broken = rocmVersion != hip.version;
}; };
} }

View File

@ -138,7 +138,7 @@ in stdenv.mkDerivation rec {
description = "ROCm SPARSE marshalling library"; description = "ROCm SPARSE marshalling library";
homepage = "https://github.com/ROCmSoftwarePlatform/hipSPARSE"; homepage = "https://github.com/ROCmSoftwarePlatform/hipSPARSE";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != hip.version; broken = rocmVersion != hip.version;
}; };
} }

View File

@ -131,7 +131,7 @@ in stdenv.mkDerivation rec {
description = "OpenCL general matrix multiplication API for ROCm"; description = "OpenCL general matrix multiplication API for ROCm";
homepage = "https://github.com/ROCmSoftwarePlatform/MIOpenGEMM"; homepage = "https://github.com/ROCmSoftwarePlatform/MIOpenGEMM";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != clang.version; broken = rocmVersion != clang.version;
}; };
} }

View File

@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
description = "ROCm communication collectives library"; description = "ROCm communication collectives library";
homepage = "https://github.com/ROCmSoftwarePlatform/rccl"; homepage = "https://github.com/ROCmSoftwarePlatform/rccl";
license = with licenses; [ bsd2 bsd3 ]; license = with licenses; [ bsd2 bsd3 ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != hip.version; broken = rocmVersion != hip.version;
}; };
} }

View File

@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
description = "BLAS implementation for ROCm platform"; description = "BLAS implementation for ROCm platform";
homepage = "https://github.com/ROCmSoftwarePlatform/rocBLAS"; homepage = "https://github.com/ROCmSoftwarePlatform/rocBLAS";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != hip.version; broken = rocmVersion != hip.version;
}; };
} }

View File

@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
description = "FFT implementation for ROCm "; description = "FFT implementation for ROCm ";
homepage = "https://github.com/ROCmSoftwarePlatform/rocFFT"; homepage = "https://github.com/ROCmSoftwarePlatform/rocFFT";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != hip.version; broken = rocmVersion != hip.version;
hydraPlatforms = [ ]; # rocFFT produces an extremely large output hydraPlatforms = [ ]; # rocFFT produces an extremely large output
}; };

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "MLIR-based convolution and GEMM kernel generator"; description = "MLIR-based convolution and GEMM kernel generator";
homepage = "https://github.com/ROCmSoftwarePlatform/rocMLIR"; homepage = "https://github.com/ROCmSoftwarePlatform/rocMLIR";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != hip.version; broken = rocmVersion != hip.version;
}; };
} }

View File

@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
description = "ROCm parallel primitives"; description = "ROCm parallel primitives";
homepage = "https://github.com/ROCmSoftwarePlatform/rocPRIM"; homepage = "https://github.com/ROCmSoftwarePlatform/rocPRIM";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != hip.version; broken = rocmVersion != hip.version;
}; };
} }

View File

@ -154,7 +154,7 @@ in stdenv.mkDerivation rec {
description = "ROCm SPARSE implementation"; description = "ROCm SPARSE implementation";
homepage = "https://github.com/ROCmSoftwarePlatform/rocSPARSE"; homepage = "https://github.com/ROCmSoftwarePlatform/rocSPARSE";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != hip.version; broken = rocmVersion != hip.version;
}; };
} }

View File

@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
description = "ROCm parallel algorithm library"; description = "ROCm parallel algorithm library";
homepage = "https://github.com/ROCmSoftwarePlatform/rocThrust"; homepage = "https://github.com/ROCmSoftwarePlatform/rocThrust";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
broken = rocmVersion != hip.version; broken = rocmVersion != hip.version;
}; };
} }

View File

@ -41,6 +41,6 @@ buildPythonPackage rec {
description = "GEMMs and tensor contractions"; description = "GEMMs and tensor contractions";
homepage = "https://github.com/ROCmSoftwarePlatform/Tensile"; homepage = "https://github.com/ROCmSoftwarePlatform/Tensile";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ]; maintainers = teams.rocm.members;
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "CMake modules for common build tasks for the ROCm stack"; description = "CMake modules for common build tasks for the ROCm stack";
homepage = "https://github.com/RadeonOpenCompute/rocm-cmake"; homepage = "https://github.com/RadeonOpenCompute/rocm-cmake";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ Flakebi ]; maintainers = teams.rocm.members;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }