diff --git a/project-infrastructure/project-ci-documentation.md b/project-infrastructure/project-ci-documentation.md index 467b1c7..cbb4feb 100644 --- a/project-infrastructure/project-ci-documentation.md +++ b/project-infrastructure/project-ci-documentation.md @@ -8,9 +8,9 @@ The table outlines the existing shared public CI available to UXL Foundation pro | Owner | Type | OS | Number | Active? | Notes | | --- | --- | --- | --- | --- | --- | | GitHub | CPU x86 | Linux, Windows, Mac | Up to 500 concurrent | Yes | | -| GitHub | CPU aarch64 | Linux, Mac | Up to 500 concurrent | Yes | | +| GitHub | CPU AArch64 | Linux, Mac | Up to 500 concurrent | Yes | | | Intel | Intel GPU Max 1550 | Linux | Varies depending on request | Yes | | -| Codeplay | CPU aarch64 | Linux | Cloud-based | Yes | Available until 31 May | +| Codeplay | CPU AArch64 | Linux | Cloud-based | Yes | Available until 31 May | | Codeplay | Intel GPU Battlemage B580 | Linux | 1 | No | | The following sections gather together, for each UXL Foundation project, the existing public CI set up and the minimum CI requirements so that contributions can be received with confidence that sufficient testing has been done. @@ -19,35 +19,63 @@ Currently much of the project CI is hosted by internal corporate infrastructure, This initiative is being kicked off to bring as much public CI as is possible for the UXL Foundation projects. -oneDNN +oneDNN ------ -Representative: Vadim Pirogov -Support contact for CI: - -*Existing public CI* +Representative: Vadim Pirogov @vpirogov -| Owner | Type | OS | Number | Active? | How to access logs | -| --- | --- | --- | --- | --- | --- | -| ? | ? | ? | ? | ? | ? | +Support contacts for CI: -*Required Public CI Infrastruture Needed To Confidently Accept Contributions* +| Area | Owner | +| ------------------ | ------------------------- | +| AArch64 | Hamza Butt @theComputeKid | +| x64, new platforms | Vadim Pirogov @vpirogov | -| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | -| --- | --- | --- | --- | -| x86 | Intel | CPU | Ubuntu | -| aarch64 | Arm | CPU | Ubuntu | +*Existing public CI* -Software Versions +| Target | OS | Concurrency | Active? | How to access logs | +| ----------- | --------------------- | ------------ | ------- | ------------------- | +| CPU x64 | Linux, Windows, macOS | 2 | Yes | CI x64 PR check | +| CPU AArch64 | Linux, macOS | 2 | Yes | CI AArch64 PR check | -CMake -glibc -... +*Required Public CI Infrastruture Needed To Confidently Accept Contributions* -oneDPL +Basic required CI coverage includes reasonable OS coverage for all supported +platforms. + +| Target | OS | +| ------------- | --------------------- | +| CPU AArch64 | Linux, Windows, macOS | +| CPU PowerPC64 | Linux | +| CPU RISC-V | Linux | +| CPU x64 | Linux, Windows, macOS | +| GPU AMD | Linux, Windows | +| GPU Intel | Linux, Windows | +| GPU NVIDIA | Linux, Windows | + +oneDNN is a performance library and includes multiple specialized code paths for +relevant hardware features. To test these code paths CI must include functional +and performance testing coverage for all hardware variants that have specific +implementations. + +| Target | ISA/IP Variants | +| ------------- | ---------------------------------------- | +| CPU AArch64 | ARMv8.2-A, ARMv8.4 SVE | +| CPU PowerPC64 | Power ISA Base | +| CPU RISC-V | RISC-V, RVV 1.0 | +| CPU x64 | Intel AVX2, Intel AVX-512, Intel AVX10.1 | +| GPU AMD | CDNA 2 | +| GPU Intel | Xe, Xe2, Xe3 | +| GPU NVIDIA | GV100 | + +Software requirements and minimal supported versions are documented in [project +README.md](https://github.com/uxlfoundation/oneDNN?tab=readme-ov-file#requirements-for-building-from-source). + +oneDPL ------ Representative: Timmie Smith + Support contact for CI: *Existing public CI* @@ -58,21 +86,21 @@ Support contact for CI: *Required Public CI Infrastruture Needed To Confidently Accept Contributions* -| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | +| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | | --- | --- | --- | --- | | x86 | Intel | CPU | Ubuntu | -| aarch64 | Arm | CPU | Ubuntu | +| AArch64 | Arm | CPU | Ubuntu | -Software Versions +Software Versions: +* CMake +* glibc +* ... -CMake -glibc -... - -oneDAL +oneDAL ------ Representative: Nikolay Petrov + Support contact for CI: *Existing public CI* @@ -83,21 +111,21 @@ Support contact for CI: *Required Public CI Infrastruture Needed To Confidently Accept Contributions* -| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | +| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | | --- | --- | --- | --- | | x86 | Intel | CPU | Ubuntu | -| aarch64 | Arm | CPU | Ubuntu | - -Software Versions +| AArch64 | Arm | CPU | Ubuntu | -CMake -glibc -... +Software Versions: +* CMake +* glibc +* ... -oneCCL +oneCCL ------ Representative: Maria Petrova + Support contact for CI: *Existing public CI* @@ -108,21 +136,21 @@ Support contact for CI: *Required Public CI Infrastruture Needed To Confidently Accept Contributions* -| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | +| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | | --- | --- | --- | --- | | x86 | Intel | CPU | Ubuntu | -| aarch64 | Arm | CPU | Ubuntu | - -Software Versions +| AArch64 | Arm | CPU | Ubuntu | -CMake -glibc -... +Software Versions: +* CMake +* glibc +* ... oneMath ------- Representative: Maria Kraynyuk + Support contact for CI: *Existing public CI* @@ -133,21 +161,21 @@ Support contact for CI: *Required Public CI Infrastruture Needed To Confidently Accept Contributions* -| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | +| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | | --- | --- | --- | --- | | x86 | Intel | CPU | Ubuntu | -| aarch64 | Arm | CPU | Ubuntu | +| AArch64 | Arm | CPU | Ubuntu | -Software Versions +Software Versions: +* CMake +* glibc +* ... -CMake -glibc -... - -oneTBB +oneTBB ------ Representative: Michael Voss + Support contact for CI: *Existing public CI* @@ -158,21 +186,21 @@ Support contact for CI: *Required Public CI Infrastruture Needed To Confidently Accept Contributions* -| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | +| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | | --- | --- | --- | --- | | x86 | Intel | CPU | Ubuntu | -| aarch64 | Arm | CPU | Ubuntu | - -Software Versions +| AArch64 | Arm | CPU | Ubuntu | -CMake -glibc -... +Software Versions: +* CMake +* glibc +* ... -oneCK +oneCK ----- Representative: Aaron Dron + Support contact for CI: *Existing public CI* @@ -183,13 +211,12 @@ Support contact for CI: *Required Public CI Infrastruture Needed To Confidently Accept Contributions* -| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | +| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | | --- | --- | --- | --- | | x86 | Intel | CPU | Ubuntu | -| aarch64 | Arm | CPU | Ubuntu | - -Software Versions +| AArch64 | Arm | CPU | Ubuntu | -CMake -glibc -... +Software Versions: +* CMake +* glibc +* ...