bolt/deps/llvm-18.1.8/openmp/libomptarget
2025-02-14 19:21:04 +01:00
..
cmake/Modules Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
DeviceRTL Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
docs Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
include Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
plugins-nextgen Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
src Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
test Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
tools Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
unittests Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
utils Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
CMakeLists.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
README.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00

    README for the LLVM* OpenMP* Offloading Runtime Library (libomptarget)
    ======================================================================

For details about building, please look at README.rst in the parent directory
and the build instructions as well as FAQ at https://openmp.llvm.org.

Architectures Supported
=======================
The current library has been only tested in Linux operating system and the
following host architectures:
* Intel(R) 64 architecture
* IBM(R) Power architecture (big endian)
* IBM(R) Power architecture (little endian)
* ARM(R) AArch64 architecture (little endian)

The currently supported offloading device architectures are:
* Intel(R) or AMD(R) 64-bit architecture (x86_64)
* IBM(R) Power architecture (big endian)
* IBM(R) Power architecture (little endian)
* ARM(R) AArch64 architecture (little endian)
* CUDA(R) enabled 64-bit NVIDIA(R) GPU architectures
* AMD(R) enabled 64-bit AMD(R) GPU architectures

-----------------------------------------------------------------------

*Other names and brands may be claimed as the property of others.