view openmp/docs/remarks/OMP102.rst @ 240:ca573705d418

merge
author matac
date Fri, 28 Jul 2023 20:50:09 +0900
parents 5f20bc1ed4ff
children
line wrap: on
line source

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