1<!-- 2****************************************************************************** 3* 4* Licensed under the Apache License, Version 2.0 (the "License"); 5* you may not use this file except in compliance with the License. 6* You may obtain a copy of the License at 7* 8* http://www.apache.org/licenses/LICENSE-2.0 9* 10* Unless required by applicable law or agreed to in writing, software 11* distributed under the License is distributed on an "AS IS" BASIS, 12* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13* See the License for the specific language governing permissions and 14* limitations under the License. 15*******************************************************************************/--> 16 17# System Requirements <!-- omit in toc --> 18This document provides details about hardware, operating system, and software prerequisites for the oneAPI Threading Building Blocks (oneTBB). 19 20## Table of Contents <!-- omit in toc --> 21- [Supported Hardware](#supported-hardware) 22- [Software](#software) 23 - [Supported Operating Systems](#supported-operating-systems) 24 - [Community-Supported Platforms](#community-supported-platforms) 25 - [Supported Compilers](#supported-compilers) 26- [Limitations](#limitations) 27 28 29## Supported Hardware 30- Intel(R) Celeron(R) processor family 31- Intel(R) Core* processor family 32- Intel(R) Xeon(R) processor family 33- Intel(R) Atom* processor family 34- Non-Intel(R) processors compatible with the processors listed above 35 36 37## Software 38 39### Supported Operating Systems 40- Systems with Microsoft* Windows* operating systems: 41 - Microsoft* Windows* 10 42 - Microsoft* Windows* 11 43 - Microsoft* Windows* Server 2019 44 - Microsoft* Windows* Server 2022 45- Systems with Linux* operating systems: 46 - Oracle Linux* 8 47 - Amazon* Linux 2, 2022 48 - Debian* 9, 10, 11 49 - Fedora* 36, 37, 38 50 - Rocky* Linux* 8, 9 51 - Red Hat* Enterprise Linux* 8, 9 52 - SuSE* Linux* Enterprise Server 15 53 - Ubuntu* 20.04, 22.04 54- Systems with macOS* operating systems: 55 - macOS* 12.x, 13.x 56- Systems with Android* operating systems: 57 - Android* 9 58 59### Community-Supported Platforms 60- MinGW* 61- FreeBSD* 62- Microsoft* Windows* on ARM*/ARM64* 63- macOS* on ARM64* 64 65### Supported Compilers 66- Intel* oneAPI DPC++/C++ Compiler 67- Intel® C++ Compiler Classic 2021.1 - 2021.9 68- Microsoft* Visual C++ 14.2 (Microsoft* Visual Studio* 2019, Windows* OS only) 69- Microsoft* Visual C++ 14.3 (Microsoft* Visual Studio* 2022, Windows* OS only) 70- For each supported Linux* operating system, the standard gcc version provided with that operating system is supported: 71 - GNU Compilers (gcc) 8.x – 12.x 72 - GNU C Library (glibc) version 2.28 – 2.36 73 - Clang* 6.0.0 - 13.0.0 74 75## Limitations 76There are some cases where we cannot provide support for your platforms. It includes: 77 781. The platform is out of official support (met end of life). When you use an unsupported platform, you can face a security risk that can be difficult to resolve. 792. We do not have the infrastructure to test a platform. Therefore we cannot guarantee that oneTBB works correctly on that platform. 803. Changes affect more code than just platform-specific macros. 814. The platform is incompatible with oneTBB. Some platforms may have limitations that prevent oneTBB from working correctly. We cannot provide support in these cases as the issue is beyond our control. 825. The platform is modified or customized. If you made significant updates to your platform, it might be hard for us to find the root cause of the issue. Therefore, we may not be able to provide support as the modification could affect the oneTBB functionality. 83 84 85We understand that these limitations can be frustrating. Thus, we suggest creating a branch specifically for the unsupported platform, allowing other users to contribute to or use your implementation. 86 87