SuperLU Distributed 9.0.0
gpu3d
batch_block_copy.h File Reference
#include <cublas_v2.h>
Include dependency graph for batch_block_copy.h:

Go to the source code of this file.

Functions

int scopyBlock_vbatch (cudaStream_t stream, int *m_batch, int *n_batch, int max_m, int max_n, float **dest_ptrs, int *dest_ld_batch, float **src_ptrs, int *src_ld_batch, int ops)
 
int dcopyBlock_vbatch (cudaStream_t stream, int *m_batch, int *n_batch, int max_m, int max_n, double **dest_ptrs, int *dest_ld_batch, double **src_ptrs, int *src_ld_batch, int ops)
 

Function Documentation

◆ dcopyBlock_vbatch()

int dcopyBlock_vbatch ( cudaStream_t  stream,
int *  m_batch,
int *  n_batch,
int  max_m,
int  max_n,
double **  dest_ptrs,
int *  dest_ld_batch,
double **  src_ptrs,
int *  src_ld_batch,
int  ops 
)

◆ scopyBlock_vbatch()

int scopyBlock_vbatch ( cudaStream_t  stream,
int *  m_batch,
int *  n_batch,
int  max_m,
int  max_n,
float **  dest_ptrs,
int *  dest_ld_batch,
float **  src_ptrs,
int *  src_ld_batch,
int  ops 
)