LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <omp.h>
Go to the source code of this file.
Classes | |
struct | red_input |
Macros | |
#define | NT 4 |
#define | INIT 10 |
Typedefs | |
typedef struct red_input | red_input_t |
Functions | |
void * | __kmpc_task_reduction_get_th_data (int gtid, void *tg, void *item) |
void * | __kmpc_task_reduction_modifier_init (void *loc, int gtid, int is_ws, int num, void *data) |
void | __kmpc_task_reduction_modifier_fini (void *loc, int gtid, int is_ws) |
int | __kmpc_global_thread_num (void *) |
void | i_comb (void *lhs, void *rhs) |
int | main () |
#define INIT 10 |
Definition at line 7 of file kmp_task_modifier_simple_par_old.cpp.
#define NT 4 |
Definition at line 6 of file kmp_task_modifier_simple_par_old.cpp.
typedef struct red_input red_input_t |
void * __kmpc_task_reduction_modifier_init | ( | void * | loc, |
int | gtid, | ||
int | is_ws, | ||
int | num, | ||
void * | data | ||
) |
Referenced by main().
Definition at line 45 of file kmp_task_modifier_simple_par_old.cpp.
Referenced by main().
Definition at line 47 of file kmp_task_modifier_simple_par_old.cpp.
References __kmpc_global_thread_num(), __kmpc_task_reduction_get_th_data(), __kmpc_task_reduction_modifier_fini(), __kmpc_task_reduction_modifier_init(), i_comb(), INIT, NT, omp_set_dynamic, omp_set_num_threads, red_input::reduce_comb, red_input::reduce_fini, red_input::reduce_init, red_input::reduce_shar, and red_input::reduce_size.