You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
794 B
27 lines
794 B
.. _openmp_runtimes:
|
|
|
|
LLVM/OpenMP Runtimes
|
|
====================
|
|
|
|
There are four distinct types of LLVM/OpenMP runtimes
|
|
|
|
LLVM/OpenMP Host Runtime (``libomp``)
|
|
-------------------------------------
|
|
|
|
An `early (2015) design document <https://openmp.llvm.org/Reference.pdf>`_ for
|
|
the LLVM/OpenMP host runtime, aka. `libomp.so`, is available as a `pdf
|
|
<https://openmp.llvm.org/Reference.pdf>`_.
|
|
|
|
|
|
LLVM/OpenMP Target Host Runtime (``libomptarget``)
|
|
--------------------------------------------------
|
|
|
|
LLVM/OpenMP Target Host Runtime Plugins (``libomptarget.rtl.XXXX``)
|
|
-------------------------------------------------------------------
|
|
|
|
.. _device_runtime:
|
|
|
|
LLVM/OpenMP Target Device Runtime (``libomptarget-ARCH-SUBARCH.bc``)
|
|
--------------------------------------------------------------------
|
|
|