ViennaCL - The Vienna Computing Library
1.5.1
|
Files | |
file | common.hpp [code] |
Common routines for CUDA execution. | |
file | direct_solve.hpp [code] |
Implementations of dense direct solvers using CUDA are found here. | |
file | matrix_operations.hpp [code] |
Implementations of dense matrix related operations, including matrix-vector products, using CUDA. | |
file | matrix_operations_col.hpp [code] |
Implementations of column-major dense matrix related operations, including matrix-vector products, using CUDA. | |
file | matrix_operations_prod.hpp [code] |
Dense matrix-matrix product CUDA kernels reside here. | |
file | matrix_operations_row.hpp [code] |
Implementations of row-major dense matrix related operations, including matrix-vector products, using CUDA. | |
file | misc_operations.hpp [code] |
Implementations of miscellaneous operations using CUDA. | |
file | scalar_operations.hpp [code] |
Implementations of scalar operations using CUDA. | |
file | sparse_matrix_operations.hpp [code] |
Implementations of operations using sparse matrices using CUDA. | |
file | sparse_matrix_operations_solve.hpp [code] |
Implementations of direct triangular solvers for sparse matrices using CUDA. | |
file | vector_operations.hpp [code] |
Implementations of vector operations using a plain single-threaded execution on CPU. | |