LLVM OpenMP 20.0.0git
|
Internal struct for reduction data item related info set up by compiler. More...
Public Attributes | |
void * | reduce_shar |
shared between tasks item to reduce into | |
void * | reduce_orig |
original reduction item used for initialization | |
size_t | reduce_size |
size of data item | |
void * | reduce_init |
data initialization routine (two parameters) | |
void * | reduce_fini |
data finalization routine | |
void * | reduce_comb |
data combiner routine | |
kmp_taskred_flags_t | flags |
flags for additional info from compiler | |
Internal struct for reduction data item related info set up by compiler.
New interface: added reduce_orig field to provide omp_orig for UDR initializer.
Definition at line 2481 of file kmp_tasking.cpp.
kmp_taskred_flags_t kmp_taskred_input::flags |
flags for additional info from compiler
Definition at line 2489 of file kmp_tasking.cpp.
void* kmp_taskred_input::reduce_comb |
data combiner routine
Definition at line 2488 of file kmp_tasking.cpp.
void* kmp_taskred_input::reduce_fini |
data finalization routine
Definition at line 2487 of file kmp_tasking.cpp.
void* kmp_taskred_input::reduce_init |
data initialization routine (two parameters)
Definition at line 2486 of file kmp_tasking.cpp.
void* kmp_taskred_input::reduce_orig |
original reduction item used for initialization
Definition at line 2483 of file kmp_tasking.cpp.
Referenced by __kmp_assign_orig< kmp_taskred_input_t >().
void* kmp_taskred_input::reduce_shar |
shared between tasks item to reduce into
Definition at line 2482 of file kmp_tasking.cpp.
Referenced by __kmp_assign_orig< kmp_taskred_input_t >().
size_t kmp_taskred_input::reduce_size |
size of data item
Definition at line 2484 of file kmp_tasking.cpp.