| Modifier and Type | Method and Description |
|---|---|
static int |
JCusparse.cusparseSpGEMM_compute(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
cusparseSpGEMMDescr spgemmDescr,
long[] bufferSize2,
Pointer externalBuffer2) |
static int |
JCusparse.cusparseSpGEMM_copy(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
cusparseSpGEMMDescr spgemmDescr) |
static int |
JCusparse.cusparseSpGEMM_createDescr(cusparseSpGEMMDescr descr) |
static int |
JCusparse.cusparseSpGEMM_destroyDescr(cusparseSpGEMMDescr descr) |
static int |
JCusparse.cusparseSpGEMM_workEstimation(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
cusparseSpGEMMDescr spgemmDescr,
long[] bufferSize1,
Pointer externalBuffer1) |
static int |
JCusparse.cusparseSpGEMMreuse_compute(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
cusparseSpGEMMDescr spgemmDescr) |
static int |
JCusparse.cusparseSpGEMMreuse_copy(cusparseHandle handle,
int opA,
int opB,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
cusparseSpMatDescr matC,
int alg,
cusparseSpGEMMDescr spgemmDescr,
long[] bufferSize5,
Pointer externalBuffer5) |
static int |
JCusparse.cusparseSpGEMMreuse_nnz(cusparseHandle handle,
int opA,
int opB,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
cusparseSpMatDescr matC,
int alg,
cusparseSpGEMMDescr spgemmDescr,
long[] bufferSize2,
Pointer externalBuffer2,
long[] bufferSize3,
Pointer externalBuffer3,
long[] bufferSize4,
Pointer externalBuffer4) |
static int |
JCusparse.cusparseSpGEMMreuse_workEstimation(cusparseHandle handle,
int opA,
int opB,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
cusparseSpMatDescr matC,
int alg,
cusparseSpGEMMDescr spgemmDescr,
long[] bufferSize1,
Pointer externalBuffer1) |
Copyright © 2021. All rights reserved.