enum CGOpenMPRuntimeGPU::ExecutionMode
Description
Defines the execution mode.
Declared at: clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:27
Enumerators
Name | Value | Comment |
---|---|---|
EM_SPMD | 0 | SPMD execution mode (all threads are worker threads). |
EM_NonSPMD | 1 | Non-SPMD execution mode (1 master thread, others are workers). |
EM_Unknown | 2 | Unknown execution mode (orphaned directive). |