bolt/deps/llvm-18.1.8/openmp/docs/remarks/OMP102.rst
2025-02-14 19:21:04 +01:00

8 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.