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 | |
size_t | reduce_size |
size of data item in bytes | |
void * | reduce_init |
data initialization routine (single parameter) | |
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.
Definition at line 2450 of file kmp_tasking.cpp.
kmp_taskred_flags_t kmp_task_red_input::flags |
flags for additional info from compiler
Definition at line 2457 of file kmp_tasking.cpp.
void* kmp_task_red_input::reduce_comb |
data combiner routine
Definition at line 2456 of file kmp_tasking.cpp.
void* kmp_task_red_input::reduce_fini |
data finalization routine
Definition at line 2455 of file kmp_tasking.cpp.
void* kmp_task_red_input::reduce_init |
data initialization routine (single parameter)
Definition at line 2454 of file kmp_tasking.cpp.
void* kmp_task_red_input::reduce_shar |
shared between tasks item to reduce into
Definition at line 2451 of file kmp_tasking.cpp.
size_t kmp_task_red_input::reduce_size |
size of data item in bytes
Definition at line 2452 of file kmp_tasking.cpp.