xref: /llvm-project/openmp/docs/remarks/OMP102.rst (revision 6242f9b966978f6d4d5a15a7475bb3169fa2d3fd)
1.. _omp102:
2
3Parallel region is not called from a unique kernel. Will not attempt to rewrite the state machine. [OMP102]
4===========================================================================================================
5
6This analysis remark indicates that a given parallel region is called by
7multiple kernels. This prevents the compiler from optimizing it to a single
8kernel and rewrite the state machine.
9