| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
__half |
__half.put(__half_raw hr) |
__half |
__half.put(double f) |
__half |
__half.put(float f) |
__half |
__half2.x() |
__half |
__half2.y() |
| Modifier and Type | Method and Description |
|---|---|
__half2 |
__half2.x(__half setter) |
__half2 |
__half2.y(__half setter) |
| Constructor and Description |
|---|
__half2(__half a,
__half b) |
| Modifier and Type | Method and Description |
|---|---|
static __half |
cudart.__double2half(double a)
\ingroup CUDA_MATH__HALF_MISC
\brief Converts double number to half precision in round-to-nearest-even mode
and returns \p half with converted value.
|
static __half |
cudart.__float2half_rd(float a)
\ingroup CUDA_MATH__HALF_MISC
\brief Converts float number to half precision in round-down mode
and returns \p half with converted value.
|
static __half |
cudart.__float2half_rn(float a)
\ingroup CUDA_MATH__HALF_MISC
\brief Converts float number to half precision in round-to-nearest-even mode
and returns \p half with converted value.
|
static __half |
cudart.__float2half_ru(float a)
\ingroup CUDA_MATH__HALF_MISC
\brief Converts float number to half precision in round-up mode
and returns \p half with converted value.
|
static __half |
cudart.__float2half_rz(float a)
\ingroup CUDA_MATH__HALF_MISC
\brief Converts float number to half precision in round-towards-zero mode
and returns \p half with converted value.
|
static __half |
cudart.__float2half(float a)
\ingroup CUDA_MATH__HALF_MISC
\brief Converts float number to half precision in round-to-nearest-even mode
and returns \p half with converted value.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
cudart.__half2float(__half a)
\ingroup CUDA_MATH__HALF_MISC
\brief Converts \p half number to float.
|
static int |
cudart.__half2int_rz(__half h)
\ingroup CUDA_MATH__HALF_MISC
\brief Convert a half to a signed integer in round-towards-zero mode.
|
static long |
cudart.__half2ll_rz(__half h)
\ingroup CUDA_MATH__HALF_MISC
\brief Convert a half to a signed 64-bit integer in round-towards-zero mode.
|
static short |
cudart.__half2short_rz(__half h)
\ingroup CUDA_MATH__HALF_MISC
\brief Convert a half to a signed short integer in round-towards-zero mode.
|
static int |
cudart.__half2uint_rz(__half h)
\ingroup CUDA_MATH__HALF_MISC
\brief Convert a half to an unsigned integer in round-towards-zero mode.
|
static long |
cudart.__half2ull_rz(__half h)
\ingroup CUDA_MATH__HALF_MISC
\brief Convert a half to an unsigned 64-bit integer in round-towards-zero
mode.
|
static short |
cudart.__half2ushort_rz(__half h)
\ingroup CUDA_MATH__HALF_MISC
\brief Convert a half to an unsigned short integer in round-towards-zero
mode.
|
static int |
cublas.cublasHgemm_64(cublasContext handle,
int transa,
int transb,
long m,
long n,
long k,
__half alpha,
__half A,
long lda,
__half B,
long ldb,
__half beta,
__half C,
long ldc) |
static int |
cublas.cublasHgemm(cublasContext handle,
int transa,
int transb,
int m,
int n,
int k,
__half alpha,
__half A,
int lda,
__half B,
int ldb,
__half beta,
__half C,
int ldc) |
static int |
cublas.cublasHgemmBatched_64(cublasContext handle,
int transa,
int transb,
long m,
long n,
long k,
__half alpha,
__half Aarray,
long lda,
__half Barray,
long ldb,
__half beta,
__half Carray,
long ldc,
long batchCount) |
static int |
cublas.cublasHgemmBatched_64(cublasContext handle,
int transa,
int transb,
long m,
long n,
long k,
__half alpha,
PointerPointer Aarray,
long lda,
PointerPointer Barray,
long ldb,
__half beta,
PointerPointer Carray,
long ldc,
long batchCount) |
static int |
cublas.cublasHgemmBatched(cublasContext handle,
int transa,
int transb,
int m,
int n,
int k,
__half alpha,
__half Aarray,
int lda,
__half Barray,
int ldb,
__half beta,
__half Carray,
int ldc,
int batchCount) |
static int |
cublas.cublasHgemmBatched(cublasContext handle,
int transa,
int transb,
int m,
int n,
int k,
__half alpha,
PointerPointer Aarray,
int lda,
PointerPointer Barray,
int ldb,
__half beta,
PointerPointer Carray,
int ldc,
int batchCount) |
static int |
cublas.cublasHgemmStridedBatched_64(cublasContext handle,
int transa,
int transb,
long m,
long n,
long k,
__half alpha,
__half A,
long lda,
long strideA,
__half B,
long ldb,
long strideB,
__half beta,
__half C,
long ldc,
long strideC,
long batchCount) |
static int |
cublas.cublasHgemmStridedBatched(cublasContext handle,
int transa,
int transb,
int m,
int n,
int k,
__half alpha,
__half A,
int lda,
long strideA,
__half B,
int ldb,
long strideB,
__half beta,
__half C,
int ldc,
long strideC,
int batchCount) |
static int |
cublas.cublasHSHgemvBatched_64(cublasContext handle,
int trans,
long m,
long n,
float[] alpha,
__half Aarray,
long lda,
__half xarray,
long incx,
float[] beta,
__half yarray,
long incy,
long batchCount) |
static int |
cublas.cublasHSHgemvBatched_64(cublasContext handle,
int trans,
long m,
long n,
FloatBuffer alpha,
__half Aarray,
long lda,
__half xarray,
long incx,
FloatBuffer beta,
__half yarray,
long incy,
long batchCount) |
static int |
cublas.cublasHSHgemvBatched_64(cublasContext handle,
int trans,
long m,
long n,
FloatPointer alpha,
__half Aarray,
long lda,
__half xarray,
long incx,
FloatPointer beta,
__half yarray,
long incy,
long batchCount) |
static int |
cublas.cublasHSHgemvBatched(cublasContext handle,
int trans,
int m,
int n,
float[] alpha,
__half Aarray,
int lda,
__half xarray,
int incx,
float[] beta,
__half yarray,
int incy,
int batchCount) |
static int |
cublas.cublasHSHgemvBatched(cublasContext handle,
int trans,
int m,
int n,
FloatBuffer alpha,
__half Aarray,
int lda,
__half xarray,
int incx,
FloatBuffer beta,
__half yarray,
int incy,
int batchCount) |
static int |
cublas.cublasHSHgemvBatched(cublasContext handle,
int trans,
int m,
int n,
FloatPointer alpha,
__half Aarray,
int lda,
__half xarray,
int incx,
FloatPointer beta,
__half yarray,
int incy,
int batchCount) |
static int |
cublas.cublasHSHgemvStridedBatched_64(cublasContext handle,
int trans,
long m,
long n,
float[] alpha,
__half A,
long lda,
long strideA,
__half x,
long incx,
long stridex,
float[] beta,
__half y,
long incy,
long stridey,
long batchCount) |
static int |
cublas.cublasHSHgemvStridedBatched_64(cublasContext handle,
int trans,
long m,
long n,
FloatBuffer alpha,
__half A,
long lda,
long strideA,
__half x,
long incx,
long stridex,
FloatBuffer beta,
__half y,
long incy,
long stridey,
long batchCount) |
static int |
cublas.cublasHSHgemvStridedBatched_64(cublasContext handle,
int trans,
long m,
long n,
FloatPointer alpha,
__half A,
long lda,
long strideA,
__half x,
long incx,
long stridex,
FloatPointer beta,
__half y,
long incy,
long stridey,
long batchCount) |
static int |
cublas.cublasHSHgemvStridedBatched(cublasContext handle,
int trans,
int m,
int n,
float[] alpha,
__half A,
int lda,
long strideA,
__half x,
int incx,
long stridex,
float[] beta,
__half y,
int incy,
long stridey,
int batchCount) |
static int |
cublas.cublasHSHgemvStridedBatched(cublasContext handle,
int trans,
int m,
int n,
FloatBuffer alpha,
__half A,
int lda,
long strideA,
__half x,
int incx,
long stridex,
FloatBuffer beta,
__half y,
int incy,
long stridey,
int batchCount) |
static int |
cublas.cublasHSHgemvStridedBatched(cublasContext handle,
int trans,
int m,
int n,
FloatPointer alpha,
__half A,
int lda,
long strideA,
__half x,
int incx,
long stridex,
FloatPointer beta,
__half y,
int incy,
long stridey,
int batchCount) |
static int |
cublas.cublasHSSgemvBatched_64(cublasContext handle,
int trans,
long m,
long n,
float[] alpha,
__half Aarray,
long lda,
__half xarray,
long incx,
float[] beta,
float[] yarray,
long incy,
long batchCount) |
static int |
cublas.cublasHSSgemvBatched_64(cublasContext handle,
int trans,
long m,
long n,
FloatBuffer alpha,
__half Aarray,
long lda,
__half xarray,
long incx,
FloatBuffer beta,
FloatBuffer yarray,
long incy,
long batchCount) |
static int |
cublas.cublasHSSgemvBatched_64(cublasContext handle,
int trans,
long m,
long n,
FloatPointer alpha,
__half Aarray,
long lda,
__half xarray,
long incx,
FloatPointer beta,
FloatPointer yarray,
long incy,
long batchCount) |
static int |
cublas.cublasHSSgemvBatched(cublasContext handle,
int trans,
int m,
int n,
float[] alpha,
__half Aarray,
int lda,
__half xarray,
int incx,
float[] beta,
float[] yarray,
int incy,
int batchCount) |
static int |
cublas.cublasHSSgemvBatched(cublasContext handle,
int trans,
int m,
int n,
FloatBuffer alpha,
__half Aarray,
int lda,
__half xarray,
int incx,
FloatBuffer beta,
FloatBuffer yarray,
int incy,
int batchCount) |
static int |
cublas.cublasHSSgemvBatched(cublasContext handle,
int trans,
int m,
int n,
FloatPointer alpha,
__half Aarray,
int lda,
__half xarray,
int incx,
FloatPointer beta,
FloatPointer yarray,
int incy,
int batchCount) |
static int |
cublas.cublasHSSgemvStridedBatched_64(cublasContext handle,
int trans,
long m,
long n,
float[] alpha,
__half A,
long lda,
long strideA,
__half x,
long incx,
long stridex,
float[] beta,
float[] y,
long incy,
long stridey,
long batchCount) |
static int |
cublas.cublasHSSgemvStridedBatched_64(cublasContext handle,
int trans,
long m,
long n,
FloatBuffer alpha,
__half A,
long lda,
long strideA,
__half x,
long incx,
long stridex,
FloatBuffer beta,
FloatBuffer y,
long incy,
long stridey,
long batchCount) |
static int |
cublas.cublasHSSgemvStridedBatched_64(cublasContext handle,
int trans,
long m,
long n,
FloatPointer alpha,
__half A,
long lda,
long strideA,
__half x,
long incx,
long stridex,
FloatPointer beta,
FloatPointer y,
long incy,
long stridey,
long batchCount) |
static int |
cublas.cublasHSSgemvStridedBatched(cublasContext handle,
int trans,
int m,
int n,
float[] alpha,
__half A,
int lda,
long strideA,
__half x,
int incx,
long stridex,
float[] beta,
float[] y,
int incy,
long stridey,
int batchCount) |
static int |
cublas.cublasHSSgemvStridedBatched(cublasContext handle,
int trans,
int m,
int n,
FloatBuffer alpha,
__half A,
int lda,
long strideA,
__half x,
int incx,
long stridex,
FloatBuffer beta,
FloatBuffer y,
int incy,
long stridey,
int batchCount) |
static int |
cublas.cublasHSSgemvStridedBatched(cublasContext handle,
int trans,
int m,
int n,
FloatPointer alpha,
__half A,
int lda,
long strideA,
__half x,
int incx,
long stridex,
FloatPointer beta,
FloatPointer y,
int incy,
long stridey,
int batchCount) |
static int |
cusparse.cusparseHpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
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.cusparseHpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
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.cusparseHpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csr(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csr(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csr(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
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.cusparseHpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
int[] csrRowPtrC,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
IntBuffer csrRowPtrC,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
IntPointer csrRowPtrC,
IntPointer nnzTotalDevHostPtr,
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) |
Copyright © 2023. All rights reserved.