Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
Typedefs | |
typedef MPI_Request | CTF_Request |
Functions | |
template<int idim> | |
void | isendrecv (int *const *pe_offset, int *const *bucket_offset, int const *rep_phase, int64_t const *counts, int64_t const *displs, CTF_Request *reqs, MPI_Comm cm, char *buffer, algstrct const *sr, int bucket_off, int pe_off, int dir) |
template<> | |
void | isendrecv< 0 > (int *const *pe_offset, int *const *bucket_offset, int const *rep_phase, int64_t const *counts, int64_t const *displs, CTF_Request *reqs, MPI_Comm cm, char *buffer, algstrct const *sr, int bucket_off, int pe_off, int dir) |
void | dgtog_reshuffle (int const *sym, int const *edge_len, distribution const &old_dist, distribution const &new_dist, char **ptr_tsr_data, char **ptr_tsr_new_data, algstrct const *sr, CommData ord_glb_comm) |
typedef MPI_Request CTF_redist_noror::CTF_Request |
Definition at line 11 of file dgtog_redist.cxx.
void CTF_redist_noror::dgtog_reshuffle | ( | int const * | sym, |
int const * | edge_len, | ||
distribution const & | old_dist, | ||
distribution const & | new_dist, | ||
char ** | ptr_tsr_data, | ||
char ** | ptr_tsr_new_data, | ||
algstrct const * | sr, | ||
CommData | ord_glb_comm | ||
) |
Definition at line 305 of file dgtog_redist.cxx.
Referenced by CTF_redist_ror_isr_any::redist_bucket_ror().
void CTF_redist_noror::isendrecv | ( | int *const * | pe_offset, |
int *const * | bucket_offset, | ||
int const * | rep_phase, | ||
int64_t const * | counts, | ||
int64_t const * | displs, | ||
CTF_Request * | reqs, | ||
MPI_Comm | cm, | ||
char * | buffer, | ||
algstrct const * | sr, | ||
int | bucket_off, | ||
int | pe_off, | ||
int | dir | ||
) |
Definition at line 17 of file dgtog_redist.cxx.
void CTF_redist_noror::isendrecv< 0 > | ( | int *const * | pe_offset, |
int *const * | bucket_offset, | ||
int const * | rep_phase, | ||
int64_t const * | counts, | ||
int64_t const * | displs, | ||
CTF_Request * | reqs, | ||
MPI_Comm | cm, | ||
char * | buffer, | ||
algstrct const * | sr, | ||
int | bucket_off, | ||
int | pe_off, | ||
int | dir | ||
) |
Definition at line 42 of file dgtog_redist.cxx.