| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cusparse.cusparseSpGEMM_compute(cusparseContext handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
cusparseSpGEMMDescr spgemmDescr,
SizeTPointer bufferSize2,
Pointer externalBuffer2) |
static int |
cusparse.cusparseSpGEMM_copy(cusparseContext handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
cusparseSpGEMMDescr spgemmDescr) |
static int |
cusparse.cusparseSpGEMM_createDescr(cusparseSpGEMMDescr descr) |
static int |
cusparse.cusparseSpGEMM_destroyDescr(cusparseSpGEMMDescr descr) |
static int |
cusparse.cusparseSpGEMM_workEstimation(cusparseContext handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseSpMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
cusparseSpGEMMDescr spgemmDescr,
SizeTPointer bufferSize1,
Pointer externalBuffer1) |
Copyright © 2020. All rights reserved.