| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cusparse.cusparseCcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseCcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseCcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseCcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
float2 csrSortedValD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
float2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseCcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
float2 csrSortedValD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseCcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
float2 csrSortedValD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseCreateCsrgemm2Info(csrgemm2Info info)
Deprecated.
|
static int |
cusparse.cusparseDcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
double[] alpha,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
double[] beta,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseDcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
DoubleBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
DoubleBuffer beta,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseDcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
DoublePointer alpha,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
DoublePointer beta,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseDcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
double[] alpha,
cusparseMatDescr descrA,
int nnzA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
double[] beta,
cusparseMatDescr descrD,
int nnzD,
double[] csrSortedValD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseDcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
DoubleBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
DoubleBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
DoubleBuffer beta,
cusparseMatDescr descrD,
int nnzD,
DoubleBuffer csrSortedValD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseDcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
DoublePointer alpha,
cusparseMatDescr descrA,
int nnzA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
DoublePointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
DoublePointer beta,
cusparseMatDescr descrD,
int nnzD,
DoublePointer csrSortedValD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseDestroyCsrgemm2Info(csrgemm2Info info)
Deprecated.
|
static int |
cusparse.cusparseScsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
float[] alpha,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
float[] beta,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseScsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
FloatBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
FloatBuffer beta,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseScsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
FloatPointer alpha,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
FloatPointer beta,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseScsrgemm2(cusparseContext handle,
int m,
int n,
int k,
float[] alpha,
cusparseMatDescr descrA,
int nnzA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
float[] beta,
cusparseMatDescr descrD,
int nnzD,
float[] csrSortedValD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseScsrgemm2(cusparseContext handle,
int m,
int n,
int k,
FloatBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
FloatBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
FloatBuffer beta,
cusparseMatDescr descrD,
int nnzD,
FloatBuffer csrSortedValD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseScsrgemm2(cusparseContext handle,
int m,
int n,
int k,
FloatPointer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
FloatPointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
FloatPointer beta,
cusparseMatDescr descrD,
int nnzD,
FloatPointer csrSortedValD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseXcsrgemm2Nnz(cusparseContext handle,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseXcsrgemm2Nnz(cusparseContext handle,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseXcsrgemm2Nnz(cusparseContext handle,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseZcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseZcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseZcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes)
Deprecated.
|
static int |
cusparse.cusparseZcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
double2 csrSortedValD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
double2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseZcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
double2 csrSortedValD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
static int |
cusparse.cusparseZcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
double2 csrSortedValD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer)
Deprecated.
|
Copyright © 2020. All rights reserved.