mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 12:46:06 +00:00

This adds some initial content as well as structure to the new OpenMP Sphinx documentation hosted at http://openmp.llvm.org/docs/ . The content contains some useful links but most pages are still empty. This uses a "custom" theme which is a copy of the default "agogo" one with minor modifications to get a nicer table of content in the sidebar. This way we can also adjust the theme as we go. Reviewed By: jhuber6, JonChesterfield Differential Revision: https://reviews.llvm.org/D90256
20 lines
477 B
ReStructuredText
20 lines
477 B
ReStructuredText
.. _llvm_openmp_optimizations:
|
|
|
|
OpenMP Optimizations in LLVM
|
|
============================
|
|
|
|
LLVM, since `version 11 <https://releases.llvm.org/download.html#11.0.0>`_ (12 Oct
|
|
2020), has an :doc:`OpenMP-Aware optimization pass <OpenMPOpt>`
|
|
as well as the ability to :doc:`perform "scalar optimizations" across OpenMP region
|
|
boundaries <OpenMPUnawareOptimizations>`.
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:hidden:
|
|
:titlesonly:
|
|
:maxdepth: 1
|
|
|
|
OpenMPOpt
|
|
OpenMPUnawareOptimizations
|
|
|