Name
Date
Size
#Lines
LOC

..--

DeviceRTL/H--6,5564,366

cmake/H--332301

docs/H--12892

include/H--3,6401,974

liboffload/H--

plugins-nextgen/H--13,0838,662

src/H--5,4033,942

test/H--14,9768,578

tools/H--278189

unittests/H--189108

utils/H--3930

CMakeLists.txtH A D17-Dec-202415.5 KiB362313

README.mdH A D17-Nov-20241.1 KiB2116

README.txtH A D22-Apr-20241.1 KiB2821

README.txt

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 directory
6and the build instructions as well as FAQ at https://openmp.llvm.org.
7
8Architectures Supported
9=======================
10The current library has been only tested in Linux operating system and the
11following host architectures:
12* Intel(R) 64 architecture
13* 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 architectures
23* AMD(R) enabled 64-bit AMD(R) GPU architectures
24
25-----------------------------------------------------------------------
26
27*Other names and brands may be claimed as the property of others.
28