Skip to content

Commit 61f170d

Browse files
authored
Add oneMKL info to project-ci-documentation.md (#220)
* Add oneMKL info to project-ci-documentation.md * Correct some typos * Update project-ci-documentation.md * Update project-ci-documentation.md
1 parent e2c6669 commit 61f170d

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

project-infrastructure/project-ci-documentation.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -149,27 +149,29 @@ Software Versions:
149149
oneMath
150150
-------
151151

152-
Representative: Maria Kraynyuk
152+
Representative: [Maria Kraynyuk](https://github.com/mkrainiuk)
153153

154-
Support contact for CI:
154+
Support contact for CI: [Alexey Srednitsky](https://github.com/toxicscum)
155155

156156
*Existing public CI*
157157

158158
| Owner | Type | OS | Number | Active? | How to access logs |
159159
| --- | --- | --- | --- | --- | --- |
160-
| ? | ? | ? | ? | ? | ? |
160+
| GitHub | CPU x86 | Ubuntu latest | N/A - GitHub-hosted runners | Yes | From workflow run |
161161

162-
*Required Public CI Infrastruture Needed To Confidently Accept Contributions*
162+
*Required Public CI Infrastructure Needed To Confidently Accept Contributions*
163163

164-
| Instruction set architecture | Hardware Vendor | Processor Type | Operating System |
165-
| --- | --- | --- | --- |
166-
| x86 | Intel | CPU | Ubuntu |
167-
| AArch64 | Arm | CPU | Ubuntu |
164+
| Instruction set architecture | Hardware Vendor | Processor Type | Operating System | Comment |
165+
| --- | --- | --- | --- | --- |
166+
| x86 | Intel/AMD | CPU | Ubuntu | Already supported in public CI on x64 VM |
167+
| AArch64 | Arm | CPU | Ubuntu | Arm Neoverse Processor Family: N1, V1, or V2 |
168+
| Intel Data Center Max Series | Intel | GPU | Ubuntu | Or at least one from [Intel oneMKL supported list](https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-math-kernel-library-system-requirements.html) on Linux |
169+
| A100 or H100 | NVIDIA | GPU | Ubuntu | Or at least Compute Capability 7.5 or later (T4+), see [CUDA toolkit deprecated GPUs](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#deprecated-architectures) |
170+
| MI210 | AMD | GPU | Ubuntu | Or at least one from [ROCm supported list](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) |
171+
| x86 | Intel/AMD | CPU | Windows | Can be supported with GitHub-hosted runners, but they have not enough processors for acceptable build time |
172+
| Intel Flex or Arch Series | Intel | GPU | Windows | Or at least one from [Intel oneMKL supported list](https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-math-kernel-library-system-requirements.html) on Windows |
168173

169-
Software Versions:
170-
* CMake
171-
* glibc
172-
* ...
174+
Software requirements: [link](https://github.com/uxlfoundation/oneMath/tree/develop?tab=readme-ov-file#software-requirements)
173175

174176
oneTBB
175177
------

0 commit comments

Comments
 (0)