SuperLU Distributed 9.0.0
gpu3d
|
#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_t * | dev_lda_array |
BatchDim_t * | dev_ldb_array |
BatchDim_t * | dev_ldc_array |
BatchDim_t * | dev_m_array |
BatchDim_t * | dev_n_array |
BatchDim_t * | dev_k_array |
BatchDim_t * | dev_ist |
BatchDim_t * | dev_iend |
BatchDim_t * | dev_jst |
BatchDim_t * | dev_jend |
BatchDim_t | max_m |
BatchDim_t | max_n |
BatchDim_t | max_k |
BatchDim_t | max_ilen |
BatchDim_t | max_jlen |
BatchDim_t | batchsize |
BatchSCUMarshallData::BatchSCUMarshallData | ( | ) |
BatchSCUMarshallData::~BatchSCUMarshallData | ( | ) |
void BatchSCUMarshallData::setBatchSize | ( | BatchDim_t | batch_size | ) |
BatchDim_t BatchSCUMarshallData::batchsize |
double** BatchSCUMarshallData::dev_A_ptrs |
double ** BatchSCUMarshallData::dev_B_ptrs |
double ** BatchSCUMarshallData::dev_C_ptrs |
BatchDim_t * BatchSCUMarshallData::dev_iend |
BatchDim_t* BatchSCUMarshallData::dev_ist |
BatchDim_t * BatchSCUMarshallData::dev_jend |
BatchDim_t * BatchSCUMarshallData::dev_jst |
BatchDim_t * BatchSCUMarshallData::dev_k_array |
BatchDim_t* BatchSCUMarshallData::dev_lda_array |
BatchDim_t * BatchSCUMarshallData::dev_ldb_array |
BatchDim_t * BatchSCUMarshallData::dev_ldc_array |
BatchDim_t* BatchSCUMarshallData::dev_m_array |
BatchDim_t * BatchSCUMarshallData::dev_n_array |
BatchDim_t BatchSCUMarshallData::max_ilen |
BatchDim_t BatchSCUMarshallData::max_jlen |
BatchDim_t BatchSCUMarshallData::max_k |
BatchDim_t BatchSCUMarshallData::max_m |
BatchDim_t BatchSCUMarshallData::max_n |