Directories | |
directory | kernels |
Files | |
file | amg_operations.hpp [code] |
Implementations of routines for AMG in OpenCL. | |
file | bisect_kernel_calls.hpp [code] |
OpenCL kernel calls for the bisection algorithm. | |
file | common.hpp [code] |
Common implementations shared by OpenCL-based operations. | |
file | direct_solve.hpp [code] |
Implementations of dense direct solvers are found here. | |
file | fft_operations.hpp [code] |
Implementations of Fast Furier Transformation using OpenCL. | |
file | ilu_operations.hpp [code] |
Implementations of specialized routines for the Chow-Patel parallel ILU preconditioner using OpenCL. | |
file | iterative_operations.hpp [code] |
Implementations of specialized kernels for fast iterative solvers using OpenCL. | |
file | matrix_operations.hpp [code] |
Implementations of dense matrix related operations, including matrix-vector products, using OpenCL. | |
file | misc_operations.hpp [code] |
Implementations of operations using compressed_matrix and OpenCL. | |
file | nmf_operations.hpp [code] |
file | scalar_operations.hpp [code] |
Implementations of scalar operations using OpenCL. | |
file | sparse_matrix_operations.hpp [code] |
Implementations of operations using sparse matrices and OpenCL. | |
file | vandermonde_matrix_operations.hpp [code] |
Implementations of operations using vandermonde_matrix. | |
file | vector_operations.hpp [code] |
Implementations of NMF operations using OpenCL. | |