SuperLU Distributed 9.0.0
gpu3d
BatchSCUMarshallData Struct Reference

#include <batch_factorize.h>

Public Member Functions

 BatchSCUMarshallData ()
 
 ~BatchSCUMarshallData ()
 
void setBatchSize (BatchDim_t batch_size)
 

Public Attributes

double ** dev_A_ptrs
 
double ** dev_B_ptrs
 
double ** dev_C_ptrs
 
BatchDim_tdev_lda_array
 
BatchDim_tdev_ldb_array
 
BatchDim_tdev_ldc_array
 
BatchDim_tdev_m_array
 
BatchDim_tdev_n_array
 
BatchDim_tdev_k_array
 
BatchDim_tdev_ist
 
BatchDim_tdev_iend
 
BatchDim_tdev_jst
 
BatchDim_tdev_jend
 
BatchDim_t max_m
 
BatchDim_t max_n
 
BatchDim_t max_k
 
BatchDim_t max_ilen
 
BatchDim_t max_jlen
 
BatchDim_t batchsize
 

Constructor & Destructor Documentation

◆ BatchSCUMarshallData()

BatchSCUMarshallData::BatchSCUMarshallData ( )

◆ ~BatchSCUMarshallData()

BatchSCUMarshallData::~BatchSCUMarshallData ( )

Member Function Documentation

◆ setBatchSize()

void BatchSCUMarshallData::setBatchSize ( BatchDim_t  batch_size)

Member Data Documentation

◆ batchsize

BatchDim_t BatchSCUMarshallData::batchsize

◆ dev_A_ptrs

double** BatchSCUMarshallData::dev_A_ptrs

◆ dev_B_ptrs

double ** BatchSCUMarshallData::dev_B_ptrs

◆ dev_C_ptrs

double ** BatchSCUMarshallData::dev_C_ptrs

◆ dev_iend

BatchDim_t * BatchSCUMarshallData::dev_iend

◆ dev_ist

BatchDim_t* BatchSCUMarshallData::dev_ist

◆ dev_jend

BatchDim_t * BatchSCUMarshallData::dev_jend

◆ dev_jst

BatchDim_t * BatchSCUMarshallData::dev_jst

◆ dev_k_array

BatchDim_t * BatchSCUMarshallData::dev_k_array

◆ dev_lda_array

BatchDim_t* BatchSCUMarshallData::dev_lda_array

◆ dev_ldb_array

BatchDim_t * BatchSCUMarshallData::dev_ldb_array

◆ dev_ldc_array

BatchDim_t * BatchSCUMarshallData::dev_ldc_array

◆ dev_m_array

BatchDim_t* BatchSCUMarshallData::dev_m_array

◆ dev_n_array

BatchDim_t * BatchSCUMarshallData::dev_n_array

◆ max_ilen

BatchDim_t BatchSCUMarshallData::max_ilen

◆ max_jlen

BatchDim_t BatchSCUMarshallData::max_jlen

◆ max_k

BatchDim_t BatchSCUMarshallData::max_k

◆ max_m

BatchDim_t BatchSCUMarshallData::max_m

◆ max_n

BatchDim_t BatchSCUMarshallData::max_n

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