mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 23:43:28 -06:00
1e4b0e97ee
Implement calls to cuBlas, cuSparse and implement necessary CUDA kernels to perform a single iteration of the jacobi preconditioner. Add tests that verify new kernels and the preconditioner in its totality. The preconditioner is verified on 2x2 and 3x3 blocks, which as of now are the only supported sizes. 1x1 are not supported because cuSparse does not support it. |
||
---|---|---|
.. | ||
test_converttofloatadapter.cpp | ||
test_cublas_handle.cpp | ||
test_cublas_safe_call.cpp | ||
test_cuda_check_last_error.cpp | ||
test_cuda_safe_call.cpp | ||
test_cujac.cpp | ||
test_cuowneroverlapcopy.cpp | ||
test_cuseqilu0.cpp | ||
test_cusparse_handle.cpp | ||
test_cuSparse_matrix_operations.cpp | ||
test_cusparse_safe_call.cpp | ||
test_cusparsematrix.cpp | ||
test_cuVector_operations.cpp | ||
test_cuvector.cpp | ||
test_safe_conversion.cpp | ||
test_solver_adapter.cpp |