LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_taskred_input Struct Reference

Internal struct for reduction data item related info set up by compiler. More...

Public Attributes

voidreduce_shar
 shared between tasks item to reduce into
 
voidreduce_orig
 original reduction item used for initialization
 
size_t reduce_size
 size of data item
 
voidreduce_init
 data initialization routine (two parameters)
 
voidreduce_fini
 data finalization routine
 
voidreduce_comb
 data combiner routine
 
kmp_taskred_flags_t flags
 flags for additional info from compiler
 

Detailed Description

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 2471 of file kmp_tasking.cpp.

Member Data Documentation

◆ flags

kmp_taskred_flags_t kmp_taskred_input::flags

flags for additional info from compiler

Definition at line 2479 of file kmp_tasking.cpp.

◆ reduce_comb

void* kmp_taskred_input::reduce_comb

data combiner routine

Definition at line 2478 of file kmp_tasking.cpp.

◆ reduce_fini

void* kmp_taskred_input::reduce_fini

data finalization routine

Definition at line 2477 of file kmp_tasking.cpp.

◆ reduce_init

void* kmp_taskred_input::reduce_init

data initialization routine (two parameters)

Definition at line 2476 of file kmp_tasking.cpp.

◆ reduce_orig

void* kmp_taskred_input::reduce_orig

original reduction item used for initialization

Definition at line 2473 of file kmp_tasking.cpp.

Referenced by __kmp_assign_orig< kmp_taskred_input_t >().

◆ reduce_shar

void* kmp_taskred_input::reduce_shar

shared between tasks item to reduce into

Definition at line 2472 of file kmp_tasking.cpp.

Referenced by __kmp_assign_orig< kmp_taskred_input_t >().

◆ reduce_size

size_t kmp_taskred_input::reduce_size

size of data item

Definition at line 2474 of file kmp_tasking.cpp.


The documentation for this struct was generated from the following file: