mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
181c4c331a
This should fix the AMDGPU buildbot breakage from #76571 |
||
---|---|---|
.. | ||
cmake/Modules | ||
DeviceRTL | ||
docs | ||
include | ||
plugins-nextgen | ||
src | ||
test | ||
tools | ||
unittests | ||
utils | ||
CMakeLists.txt | ||
README.txt |
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.