Uses of Class
org.bytedeco.cuda.cudart.__half
-
Packages that use __half Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of __half in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return __half Modifier and Type Method Description __half__half. put(double f)__half__half. put(float f)__half__half. put(__half_raw hr)__half__half2. x()__half__half2. y()Methods in org.bytedeco.cuda.cudart with parameters of type __half Modifier and Type Method Description __half2__half2. x(__half setter)__half2__half2. y(__half setter)Constructors in org.bytedeco.cuda.cudart with parameters of type __half Constructor Description __half2(__half a, __half b) -
Uses of __half in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return __half Modifier and Type Method Description static __halfcudart. __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.static __halfcudart. __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 __halfcudart. __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 __halfcudart. __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 __halfcudart. __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.Methods in org.bytedeco.cuda.global with parameters of type __half Modifier and Type Method Description static floatcudart. __half2float(__half a)\ingroup CUDA_MATH__HALF_MISC \brief Converts \p half number to float.static intcublas. 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 intcublas. 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 intcublas. 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 intcublas. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. cusparseHpruneDense2csr(cusparseContext handle, int m, int n, __half A, int lda, __half threshold, cusparseMatDescr descrC, __half csrSortedValC, int[] csrSortedRowPtrC, int[] csrSortedColIndC, Pointer pBuffer)static intcusparse. cusparseHpruneDense2csr(cusparseContext handle, int m, int n, __half A, int lda, __half threshold, cusparseMatDescr descrC, __half csrSortedValC, IntBuffer csrSortedRowPtrC, IntBuffer csrSortedColIndC, Pointer pBuffer)static intcusparse. cusparseHpruneDense2csr(cusparseContext handle, int m, int n, __half A, int lda, __half threshold, cusparseMatDescr descrC, __half csrSortedValC, IntPointer csrSortedRowPtrC, IntPointer csrSortedColIndC, Pointer pBuffer)static intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. cusparseHpruneDense2csrNnz(cusparseContext handle, int m, int n, __half A, int lda, __half threshold, cusparseMatDescr descrC, int[] csrRowPtrC, int[] nnzTotalDevHostPtr, Pointer pBuffer)static intcusparse. cusparseHpruneDense2csrNnz(cusparseContext handle, int m, int n, __half A, int lda, __half threshold, cusparseMatDescr descrC, IntBuffer csrRowPtrC, IntBuffer nnzTotalDevHostPtr, Pointer pBuffer)static intcusparse. cusparseHpruneDense2csrNnz(cusparseContext handle, int m, int n, __half A, int lda, __half threshold, cusparseMatDescr descrC, IntPointer csrRowPtrC, IntPointer nnzTotalDevHostPtr, Pointer pBuffer)static intcusparse. cusparseHpruneDense2csrNnzByPercentage(cusparseContext handle, int m, int n, __half A, int lda, float percentage, cusparseMatDescr descrC, int[] csrRowPtrC, int[] nnzTotalDevHostPtr, pruneInfo info, Pointer pBuffer)static intcusparse. cusparseHpruneDense2csrNnzByPercentage(cusparseContext handle, int m, int n, __half A, int lda, float percentage, cusparseMatDescr descrC, IntBuffer csrRowPtrC, IntBuffer nnzTotalDevHostPtr, pruneInfo info, Pointer pBuffer)static intcusparse. cusparseHpruneDense2csrNnzByPercentage(cusparseContext handle, int m, int n, __half A, int lda, float percentage, cusparseMatDescr descrC, IntPointer csrRowPtrC, IntPointer nnzTotalDevHostPtr, pruneInfo info, Pointer pBuffer)
-