| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cusparse.cusparseCreatePruneInfo(pruneInfo info) |
static int |
cusparse.cusparseDestroyPruneInfo(pruneInfo info) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
double[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
DoubleBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
DoublePointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
double[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
DoubleBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
DoublePointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
double[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
int[] csrRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
DoubleBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
DoublePointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntPointer csrRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
int[] csrRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntPointer csrRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
float[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
FloatBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
FloatPointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
float[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
FloatBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
FloatPointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
float[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
int[] csrRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
FloatBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
FloatPointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntPointer csrRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
Copyright © 2023. All rights reserved.