llvm-capstone/openmp/libomptarget
2023-12-05 16:32:19 -08:00
..
cmake/Modules [Libomptarget] Remove the remote and ve plugins from libomptarget 2023-07-05 17:39:46 -05:00
DeviceRTL [Libomptarget] Output the DeviceRTL alongside the other libraries (#73705) 2023-11-30 15:48:39 -06:00
docs [NFC] Initial documentation for declare target indirect support. 2021-11-08 15:12:03 -08:00
include [OpenMP] Reorganize the initialization of PluginAdaptorTy (#74397) 2023-12-05 16:04:01 -08:00
plugins-nextgen [OpenMP] Reorganize the initialization of PluginAdaptorTy (#74397) 2023-12-05 16:04:01 -08:00
src [OpenMP] Reorganize the initialization of PluginAdaptorTy (#74397) 2023-12-05 16:04:01 -08:00
test [OpenMP][FIX] Fixup test that doesn't work with lit's env substitute 2023-12-05 16:32:19 -08:00
tools [OpenMP][NFC] Move out plugin API and APITypes into standalone headers (#73868) 2023-11-29 16:04:19 -08:00
utils [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
CMakeLists.txt [Libomptarget] Output the DeviceRTL alongside the other libraries (#73705) 2023-11-30 15:48:39 -06:00
README.txt [OpenMP][Docs] Cleanup libomptarget README 2023-11-27 16:02:33 -08: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.