brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 4d30c10 Raw
28 lines · plain
1 2    README for the LLVM* OpenMP* Offloading Runtime Library (libomptarget)3    ======================================================================4 5For details about building, please look at README.rst in the parent directory6and the build instructions as well as FAQ at https://openmp.llvm.org.7 8Architectures Supported9=======================10The current library has been only tested in Linux operating system and the11following host architectures:12* Intel(R) 64 architecture13* IBM(R) Power architecture (big endian)14* IBM(R) Power architecture (little endian)15* ARM(R) AArch64 architecture (little endian)16 17The currently supported offloading device architectures are:18* Intel(R) or AMD(R) 64-bit architecture (x86_64)19* IBM(R) Power architecture (big endian)20* IBM(R) Power architecture (little endian)21* ARM(R) AArch64 architecture (little endian)22* CUDA(R) enabled 64-bit NVIDIA(R) GPU architectures23* AMD(R) enabled 64-bit AMD(R) GPU architectures24 25-----------------------------------------------------------------------26 27*Other names and brands may be claimed as the property of others.28