SuperLU Distributed 9.0.0
gpu3d
BatchFactorizeWorkspace Struct Reference

#include <batch_factorize.h>

Collaboration diagram for BatchFactorizeWorkspace:

Public Attributes

cudaStream_t stream
 
cublasHandle_t cuhandle
 
BatchLUMarshallData marshall_data
 
BatchSCUMarshallData sc_marshall_data
 
int_tperm_c_supno
 
int_txsup
 
int_t maxSuperSize
 
int_t ldt
 
int_t nsupers
 
dLocalLU_t d_localLU
 
double ** gemm_buff_ptrs
 
double * gemm_buff_base
 
int64_t * gemm_buff_offsets
 
int_td_lblock_gid_dat
 
int_t ** d_lblock_gid_ptrs
 
int_td_lblock_start_dat
 
int_t ** d_lblock_start_ptrs
 
int64_t * d_lblock_gid_offsets
 
int64_t * d_lblock_start_offsets
 
int64_t total_l_blocks
 
int64_t total_start_size
 

Member Data Documentation

◆ cuhandle

cublasHandle_t BatchFactorizeWorkspace::cuhandle

◆ d_lblock_gid_dat

int_t* BatchFactorizeWorkspace::d_lblock_gid_dat

◆ d_lblock_gid_offsets

int64_t* BatchFactorizeWorkspace::d_lblock_gid_offsets

◆ d_lblock_gid_ptrs

int_t ** BatchFactorizeWorkspace::d_lblock_gid_ptrs

◆ d_lblock_start_dat

int_t* BatchFactorizeWorkspace::d_lblock_start_dat

◆ d_lblock_start_offsets

int64_t * BatchFactorizeWorkspace::d_lblock_start_offsets

◆ d_lblock_start_ptrs

int_t ** BatchFactorizeWorkspace::d_lblock_start_ptrs

◆ d_localLU

dLocalLU_t BatchFactorizeWorkspace::d_localLU

◆ gemm_buff_base

double * BatchFactorizeWorkspace::gemm_buff_base

◆ gemm_buff_offsets

int64_t* BatchFactorizeWorkspace::gemm_buff_offsets

◆ gemm_buff_ptrs

double** BatchFactorizeWorkspace::gemm_buff_ptrs

◆ ldt

int_t BatchFactorizeWorkspace::ldt

◆ marshall_data

BatchLUMarshallData BatchFactorizeWorkspace::marshall_data

◆ maxSuperSize

int_t BatchFactorizeWorkspace::maxSuperSize

◆ nsupers

int_t BatchFactorizeWorkspace::nsupers

◆ perm_c_supno

int_t* BatchFactorizeWorkspace::perm_c_supno

◆ sc_marshall_data

BatchSCUMarshallData BatchFactorizeWorkspace::sc_marshall_data

◆ stream

cudaStream_t BatchFactorizeWorkspace::stream

◆ total_l_blocks

int64_t BatchFactorizeWorkspace::total_l_blocks

◆ total_start_size

int64_t BatchFactorizeWorkspace::total_start_size

◆ xsup

int_t * BatchFactorizeWorkspace::xsup

The documentation for this struct was generated from the following file: