static int |
cusparse.cusparseConstrainedGeMM_bufferSize(cusparseContext handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
SizeTPointer bufferSize) |
static int |
cusparse.cusparseConstrainedGeMM(cusparseContext handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
Pointer externalBuffer) |
static int |
cusparse.cusparseCooSetStridedBatch(cusparseSpMatDescr spMatDescr,
int batchCount,
long batchStride) |
static int |
cusparse.cusparseCsrSetPointers(cusparseSpMatDescr spMatDescr,
Pointer csrRowOffsets,
Pointer csrColInd,
Pointer csrValues) |
static int |
cusparse.cusparseCsrSetStridedBatch(cusparseSpMatDescr spMatDescr,
int batchCount,
long offsetsBatchStride,
long columnsValuesBatchStride) |
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_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) |
static int |
cusparse.cusparseSpMatGetSize(cusparseSpMatDescr spMatDescr,
long[] rows,
long[] cols,
long[] nnz) |
static int |
cusparse.cusparseSpMatGetSize(cusparseSpMatDescr spMatDescr,
LongBuffer rows,
LongBuffer cols,
LongBuffer nnz) |
static int |
cusparse.cusparseSpMatGetSize(cusparseSpMatDescr spMatDescr,
LongPointer rows,
LongPointer cols,
LongPointer nnz) |