2017-01-25 21:27:24 +00:00
|
|
|
|
|
|
|
README for the LLVM* OpenMP* Offloading Runtime Library (libomptarget)
|
|
|
|
======================================================================
|
|
|
|
|
2023-11-27 13:36:20 -08:00
|
|
|
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.
|
2017-01-25 21:27:24 +00:00
|
|
|
|
|
|
|
Architectures Supported
|
|
|
|
=======================
|
2017-12-27 09:15:10 +00:00
|
|
|
The current library has been only tested in Linux operating system and the
|
|
|
|
following host architectures:
|
2017-01-25 21:27:24 +00:00
|
|
|
* Intel(R) 64 architecture
|
|
|
|
* IBM(R) Power architecture (big endian)
|
|
|
|
* IBM(R) Power architecture (little endian)
|
2017-03-06 21:00:07 +00:00
|
|
|
* ARM(R) AArch64 architecture (little endian)
|
2017-01-25 21:27:24 +00:00
|
|
|
|
|
|
|
The currently supported offloading device architectures are:
|
2023-11-27 13:36:20 -08:00
|
|
|
* 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)
|
2017-01-25 21:27:24 +00:00
|
|
|
* CUDA(R) enabled 64-bit NVIDIA(R) GPU architectures
|
2023-11-27 13:36:20 -08:00
|
|
|
* AMD(R) enabled 64-bit AMD(R) GPU architectures
|
2017-01-25 21:27:24 +00:00
|
|
|
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
*Other names and brands may be claimed as the property of others.
|