| Modifier and Type | Method and Description |
|---|---|
static int |
JCusparse.cusparseConstrainedGeMM_bufferSize(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
long[] bufferSize)
Deprecated.
|
static int |
JCusparse.cusparseConstrainedGeMM(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
Pointer externalBuffer)
Deprecated.
|
static int |
JCusparse.cusparseCooAoSGet(cusparseSpMatDescr spMatDescr,
long[] rows,
long[] cols,
long[] nnz,
Pointer cooInd,
Pointer cooValues,
int[] idxType,
int[] idxBase,
int[] valueType)
Deprecated.
|
static int |
JCusparse.cusparseCooGet(cusparseSpMatDescr spMatDescr,
long[] rows,
long[] cols,
long[] nnz,
Pointer cooRowInd,
Pointer cooColInd,
Pointer cooValues,
int[] idxType,
int[] idxBase,
int[] valueType) |
static int |
JCusparse.cusparseCooSetPointers(cusparseSpMatDescr spMatDescr,
Pointer cooRows,
Pointer cooColumns,
Pointer cooValues) |
static int |
JCusparse.cusparseCooSetStridedBatch(cusparseSpMatDescr spMatDescr,
int batchCount,
long batchStride) |
static int |
JCusparse.cusparseCreateBlockedEll(cusparseSpMatDescr spMatDescr,
long rows,
long cols,
long ellBlockSize,
long ellCols,
Pointer ellColInd,
Pointer ellValue,
int ellIdxType,
int idxBase,
int valueType) |
static int |
JCusparse.cusparseCreateCoo(cusparseSpMatDescr spMatDescr,
long rows,
long cols,
long nnz,
Pointer cooRowInd,
Pointer cooColInd,
Pointer cooValues,
int cooIdxType,
int idxBase,
int valueType) |
static int |
JCusparse.cusparseCreateCooAoS(cusparseSpMatDescr spMatDescr,
long rows,
long cols,
long nnz,
Pointer cooInd,
Pointer cooValues,
int cooIdxType,
int idxBase,
int valueType)
Deprecated.
|
static int |
JCusparse.cusparseCreateCsc(cusparseSpMatDescr spMatDescr,
long rows,
long cols,
long nnz,
Pointer cscColOffsets,
Pointer cscRowInd,
Pointer cscValues,
int cscColOffsetsType,
int cscRowIndType,
int idxBase,
int valueType) |
static int |
JCusparse.cusparseCreateCsr(cusparseSpMatDescr spMatDescr,
long rows,
long cols,
long nnz,
Pointer csrRowOffsets,
Pointer csrColInd,
Pointer csrValues,
int csrRowOffsetsType,
int csrColIndType,
int idxBase,
int valueType) |
static int |
JCusparse.cusparseCscGet(cusparseSpMatDescr spMatDescr,
long[] rows,
long[] cols,
long[] nnz,
Pointer cscColOffsets,
Pointer cscRowInd,
Pointer cscValues,
int[] cscColOffsetsType,
int[] cscRowIndType,
int[] idxBase,
int[] valueType) |
static int |
JCusparse.cusparseCscSetPointers(cusparseSpMatDescr spMatDescr,
Pointer cscColOffsets,
Pointer cscRowInd,
Pointer cscValues) |
static int |
JCusparse.cusparseCsrGet(cusparseSpMatDescr spMatDescr,
long[] rows,
long[] cols,
long[] nnz,
Pointer csrRowOffsets,
Pointer csrColInd,
Pointer csrValues,
int[] csrRowOffsetsType,
int[] csrColIndType,
int[] idxBase,
int[] valueType) |
static int |
JCusparse.cusparseCsrSetPointers(cusparseSpMatDescr spMatDescr,
Pointer csrRowOffsets,
Pointer csrColInd,
Pointer csrValues) |
static int |
JCusparse.cusparseCsrSetStridedBatch(cusparseSpMatDescr spMatDescr,
int batchCount,
long offsetsBatchStride,
long columnsValuesBatchStride) |
static int |
JCusparse.cusparseDenseToSparse_analysis(cusparseHandle handle,
cusparseDnMatDescr matA,
cusparseSpMatDescr matB,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseDenseToSparse_bufferSize(cusparseHandle handle,
cusparseDnMatDescr matA,
cusparseSpMatDescr matB,
int alg,
long[] bufferSize) |
static int |
JCusparse.cusparseDenseToSparse_convert(cusparseHandle handle,
cusparseDnMatDescr matA,
cusparseSpMatDescr matB,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseDestroySpMat(cusparseSpMatDescr spMatDescr) |
static int |
JCusparse.cusparseSDDMM_bufferSize(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
long[] bufferSize) |
static int |
JCusparse.cusparseSDDMM_preprocess(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSDDMM(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSparseToDense_bufferSize(cusparseHandle handle,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
int alg,
long[] bufferSize) |
static int |
JCusparse.cusparseSparseToDense(cusparseHandle handle,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
int alg,
Pointer externalBuffer) |
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_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) |
static int |
JCusparse.cusparseSpMatGetAttribute(cusparseSpMatDescr spMatDescr,
int attribute,
Pointer data,
long dataSize) |
static int |
JCusparse.cusparseSpMatGetFormat(cusparseSpMatDescr spMatDescr,
int[] format) |
static int |
JCusparse.cusparseSpMatGetIndexBase(cusparseSpMatDescr spMatDescr,
int[] idxBase) |
static int |
JCusparse.cusparseSpMatGetSize(cusparseSpMatDescr spMatDescr,
long[] rows,
long[] cols,
long[] nnz) |
static int |
JCusparse.cusparseSpMatGetStridedBatch(cusparseSpMatDescr spMatDescr,
int[] batchCount) |
static int |
JCusparse.cusparseSpMatGetValues(cusparseSpMatDescr spMatDescr,
Pointer values) |
static int |
JCusparse.cusparseSpMatSetAttribute(cusparseSpMatDescr spMatDescr,
int attribute,
Pointer data,
long dataSize) |
static int |
JCusparse.cusparseSpMatSetStridedBatch(cusparseSpMatDescr spMatDescr,
int batchCount) |
static int |
JCusparse.cusparseSpMatSetValues(cusparseSpMatDescr spMatDescr,
Pointer values) |
static int |
JCusparse.cusparseSpMM_bufferSize(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseDnMatDescr matC,
int computeType,
int alg,
long[] bufferSize) |
static int |
JCusparse.cusparseSpMM_preprocess(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseDnMatDescr matC,
int computeType,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSpMM(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseDnMatDescr matC,
int computeType,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSpMMOp_createPlan(cusparseHandle handle,
cusparseSpMMOpPlan plan,
int opA,
int opB,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
cusparseDnMatDescr matC,
int computeType,
int alg,
Pointer addOperationNvvmBuffer,
long addOperationBufferSize,
Pointer mulOperationNvvmBuffer,
long mulOperationBufferSize,
Pointer epilogueNvvmBuffer,
long epilogueBufferSize,
long[] SpMMWorkspaceSize) |
static int |
JCusparse.cusparseSpMV_bufferSize(cusparseHandle handle,
int opA,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnVecDescr vecX,
Pointer beta,
cusparseDnVecDescr vecY,
int computeType,
int alg,
long[] bufferSize) |
static int |
JCusparse.cusparseSpMV(cusparseHandle handle,
int opA,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnVecDescr vecX,
Pointer beta,
cusparseDnVecDescr vecY,
int computeType,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSpSM_analysis(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
cusparseDnMatDescr matC,
int computeType,
int alg,
cusparseSpSMDescr spsmDescr,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSpSM_bufferSize(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
cusparseDnMatDescr matC,
int computeType,
int alg,
cusparseSpSMDescr spsmDescr,
long[] bufferSize) |
static int |
JCusparse.cusparseSpSM_solve(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
cusparseDnMatDescr matC,
int computeType,
int alg,
cusparseSpSMDescr spsmDescr) |
static int |
JCusparse.cusparseSpSV_analysis(cusparseHandle handle,
int opA,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnVecDescr vecX,
cusparseDnVecDescr vecY,
int computeType,
int alg,
cusparseSpSVDescr spsvDescr,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSpSV_bufferSize(cusparseHandle handle,
int opA,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnVecDescr vecX,
cusparseDnVecDescr vecY,
int computeType,
int alg,
cusparseSpSVDescr spsvDescr,
long[] bufferSize) |
static int |
JCusparse.cusparseSpSV_solve(cusparseHandle handle,
int opA,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnVecDescr vecX,
cusparseDnVecDescr vecY,
int computeType,
int alg,
cusparseSpSVDescr spsvDescr) |
Copyright © 2022. All rights reserved.