|
libxmp/libxmpf in Omni Compiler
1.3.4
|
#include <xmp_internal.h>
Functions | |
| void | _XMP_reduce_gpu_NODES_ENTIRE (_XMP_nodes_t *nodes, void *addr, int count, int datatype, int op) |
| void | _XMP_reduce_gpu_FLMM_NODES_ENTIRE (_XMP_nodes_t *nodes, void *addr, int count, int datatype, int op, int num_locs,...) |
| void | _XMP_reduce_gpu_CLAUSE (void *data_addr, int count, int datatype, int op) |
| void | _XMP_reduce_gpu_FLMM_CLAUSE (void *data_addr, int count, int datatype, int op, int num_locs,...) |
| void _XMP_reduce_gpu_CLAUSE | ( | void * | data_addr, |
| int | count, | ||
| int | datatype, | ||
| int | op | ||
| ) |
| void _XMP_reduce_gpu_FLMM_CLAUSE | ( | void * | data_addr, |
| int | count, | ||
| int | datatype, | ||
| int | op, | ||
| int | num_locs, | ||
| ... | |||
| ) |
| void _XMP_reduce_gpu_FLMM_NODES_ENTIRE | ( | _XMP_nodes_t * | nodes, |
| void * | addr, | ||
| int | count, | ||
| int | datatype, | ||
| int | op, | ||
| int | num_locs, | ||
| ... | |||
| ) |
| void _XMP_reduce_gpu_NODES_ENTIRE | ( | _XMP_nodes_t * | nodes, |
| void * | addr, | ||
| int | count, | ||
| int | datatype, | ||
| int | op | ||
| ) |