Files
clang-p2996/openmp/docs/remarks/OMP102.rst
Joseph Huber 6242f9b966 [OpenMP][Documentation] Fix hyperlink location
Fixes the documentation hyperlinks not showing the header.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D106374
2021-07-20 12:42:32 -04:00

9 lines
417 B
ReStructuredText

.. _omp102:
Parallel region is not called from a unique kernel. Will not attempt to rewrite the state machine. [OMP102]
===========================================================================================================
This analysis remark indicates that a given parallel region is called by
multiple kernels. This prevents the compiler from optimizing it to a single
kernel and rewrite the state machine.