[NFC][MLIR][Linalg] Refactor linalg.matmul tablegen ODS and related C++ code. (#116377)
[llvm-project.git] / offload / README.txt
blob4d30c102b7972d056ddf7847d70e76d0a567052a
2     README for the LLVM* OpenMP* Offloading Runtime Library (libomptarget)
3     ======================================================================
5 For details about building, please look at README.rst in the parent directory
6 and the build instructions as well as FAQ at https://openmp.llvm.org.
8 Architectures Supported
9 =======================
10 The current library has been only tested in Linux operating system and the
11 following 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)
17 The 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
25 -----------------------------------------------------------------------
27 *Other names and brands may be claimed as the property of others.