|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| DeviceRTL/ | H | - | - | 6,556 | 4,366 |
| cmake/ | H | - | - | 332 | 301 |
| docs/ | H | - | - | 128 | 92 |
| include/ | H | - | - | 3,640 | 1,974 |
| liboffload/ | H | - | - | | |
| plugins-nextgen/ | H | - | - | 13,083 | 8,662 |
| src/ | H | - | - | 5,403 | 3,942 |
| test/ | H | - | - | 14,976 | 8,578 |
| tools/ | H | - | - | 278 | 189 |
| unittests/ | H | - | - | 189 | 108 |
| utils/ | H | - | - | 39 | 30 |
| CMakeLists.txt | H A D | 17-Dec-2024 | 15.5 KiB | 362 | 313 |
| README.md | H A D | 17-Nov-2024 | 1.1 KiB | 21 | 16 |
| README.txt | H A D | 22-Apr-2024 | 1.1 KiB | 28 | 21 |
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