SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
acc_aux.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mdwin_t
 

Typedefs

typedef struct mdwin_t mdwin_t
 

Functions

int_t get_max_buffer_size ()
 
double get_acc_async_cost ()
 
double estimate_acc_time (int m, int n, int k)
 
double estimate_acc_gemm_time (int m, int n, int k)
 
double estimate_acc_scatter_time (int m, int n, int k)
 
double estimate_cpu_time (int m, int n, int k)
 
double acc_data_send_time (size_t sz)
 
void LookUpTableInit (int my_rank)
 
int_t fixed_cpu_acc_partition (Ublock_info_t *Ublock_info_Phi, int_t num_u_blks_Phi, int_t Rnbrow, int_t ldu_Phi)
 
int_t tuned_partition (int_t num_u_blks_Phi, Ublock_info_t *Ublock_info_Phi, Remain_info_t *Remain_info, int_t RemainBlk, double cpu_time_0, int_t Rnbrow, int_t ldu_Phi)
 

Typedef Documentation

◆ mdwin_t

typedef struct mdwin_t mdwin_t

Function Documentation

◆ acc_data_send_time()

double acc_data_send_time ( size_t  sz)
Here is the call graph for this function:

◆ estimate_acc_gemm_time()

double estimate_acc_gemm_time ( int  m,
int  n,
int  k 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ estimate_acc_scatter_time()

double estimate_acc_scatter_time ( int  m,
int  n,
int  k 
)
Here is the call graph for this function:

◆ estimate_acc_time()

double estimate_acc_time ( int  m,
int  n,
int  k 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ estimate_cpu_time()

double estimate_cpu_time ( int  m,
int  n,
int  k 
)

◆ fixed_cpu_acc_partition()

int_t fixed_cpu_acc_partition ( Ublock_info_t Ublock_info_Phi,
int_t  num_u_blks_Phi,
int_t  Rnbrow,
int_t  ldu_Phi 
)
Here is the call graph for this function:

◆ get_acc_async_cost()

double get_acc_async_cost ( )
Here is the caller graph for this function:

◆ get_max_buffer_size()

int_t get_max_buffer_size ( )

◆ LookUpTableInit()

void LookUpTableInit ( int  my_rank)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tuned_partition()

int_t tuned_partition ( int_t  num_u_blks_Phi,
Ublock_info_t Ublock_info_Phi,
Remain_info_t Remain_info,
int_t  RemainBlk,
double  cpu_time_0,
int_t  Rnbrow,
int_t  ldu_Phi 
)
Here is the call graph for this function:
Here is the caller graph for this function: