#include <cublas_v2.h>
Go to the source code of this file.
|
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) |
|
◆ 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 |
|
) |
| |