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";
homepage = "https://github.com/RadeonOpenCompute/clang-ocl";
license = with licenses; [ mit ];
maintainers = with maintainers; [ Madouura ];
maintainers = teams.rocm.members;
broken = rocmVersion != clang.version;
};
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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