enum CGOpenMPRuntimeGPU::ExecutionMode

Description

Defines the execution mode.

Declared at: clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:27

Enumerators

NameValueComment
EM_SPMD0SPMD execution mode (all threads are worker threads).
EM_NonSPMD1Non-SPMD execution mode (1 master thread, others are workers).
EM_Unknown2Unknown execution mode (orphaned directive).