XGCa
|
Functions | |
void | memory_cleaning_simple () |
void | resample_spall_setup (int inode1, int inode2, double dsmu, double dvp, int nmu, int nvp, double vp_max, double mu_max, int cce_sync_sendrcv, int tile_size) |
void | resample_one_sp (int isp, int cce_sync_sendrcv) |
void | resample_spall_finish () |
int | get_inode1 () |
int | get_inode2 () |
void | set_resamp_eq_bins (int *eq_bin, int *ineq_bin) |
void | use_default_resamp_eq_bins () |
void | transpose_from_AoS (int isp) |
int | get_spall_num_g (int isp) |
void | resample (const VelocityGrid &vgrid, Plasma &plasma, int cce_sync_sendrcv, int tile_size) |
void | resample (const VelocityGrid &vgrid, Plasma &plasma, int cce_sync_sendrcv, int tile_size, std::vector< int > &eq_bin, std::vector< int > &ineq_bin) |
int get_inode1 | ( | ) |
int get_inode2 | ( | ) |
int get_spall_num_g | ( | int | isp | ) |
void memory_cleaning_simple | ( | ) |
void resample | ( | const VelocityGrid & | vgrid, |
Plasma & | plasma, | ||
int | cce_sync_sendrcv, | ||
int | tile_size | ||
) |
void resample | ( | const VelocityGrid & | vgrid, |
Plasma & | plasma, | ||
int | cce_sync_sendrcv, | ||
int | tile_size, | ||
std::vector< int > & | eq_bin, | ||
std::vector< int > & | ineq_bin | ||
) |
void resample_one_sp | ( | int | isp, |
int | cce_sync_sendrcv | ||
) |
void resample_spall_finish | ( | ) |
void resample_spall_setup | ( | int | inode1, |
int | inode2, | ||
double | dsmu, | ||
double | dvp, | ||
int | nmu, | ||
int | nvp, | ||
double | vp_max, | ||
double | mu_max, | ||
int | cce_sync_sendrcv, | ||
int | tile_size | ||
) |
void set_resamp_eq_bins | ( | int * | eq_bin, |
int * | ineq_bin | ||
) |
void transpose_from_AoS | ( | int | isp | ) |
void use_default_resamp_eq_bins | ( | ) |