brintos

brintos / llvm-project-archived public Read only

0
0
Text · 417 B · c8d37bc Raw
9 lines · plain
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 by7multiple kernels. This prevents the compiler from optimizing it to a single8kernel and rewrite the state machine.9