Commit Graph
19 Commits
Author SHA1 Message Date
Arne Morten Kvarving ff39bc3b03 WellContribution: template Scalar type 2024-05-24 14:09:11 +02:00
Arne Morten Kvarving 60079dc065 gputests: missing device is a test failure 2023-05-09 12:27:41 +02:00
Tong Dong Qiu b697460add Also test cusparseSolver with jacobi matrix 2022-11-18 13:09:33 +01:00
Tong Dong Qiu 35287a61ff Remove FPGASolver and references 2022-11-17 09:38:01 +01:00
Tong Dong Qiu 627c7d50ac Removed outdated version checks 2022-11-08 10:03:15 +01:00
Tong Dong Qiu d20be40aea Fix test names 2022-11-03 15:47:38 +01:00
Tong Dong Qiu 09e262bbfd Minor changes:
- removed unused header inclusion
- update comments
- removed unnecessary cast
2022-10-13 15:37:20 +02:00
Tong Dong Qiu 42410d408f Removed GRAPH_COLORING opencl reordering option.
Simplified and renamed opencl_ilu_reorder parameter.
2022-09-27 15:54:19 +02:00
Tong Dong Qiu 2d270d5613 Update GPU tests 2022-05-04 14:51:32 +02:00
Tong Dong Qiu aa362ae239 Fix GPU tests, use Dune as reference instead of hardcoded 2022-04-21 10:51:38 +02:00
Tong Dong Qiu a5ed003418 Update GPU solver and solve_transposed_3x3() tests 2021-12-06 11:57:24 +01:00
Arne Morten Kvarving 069882f3e4 fixed: no device handling in test_cusparseSolver
the exception is not thrown while setting up the bridge as in
opencl. rather the exception is thrown in the solve_system call.
2021-11-12 10:29:26 +01:00
Arne Morten Kvarving e25caba8ed changed: refactor BDA well contributions
split in API specific classes for Cuda/OpenCL

this to
1) it's cleaner
2) it avoids pulling in openCL code in cuda classes which leads
to clashes between nvidia headers and opencl.hpp

there is still too much API specific things in interface between the
bda components to work through a virtual interface so we still have to cast
to the relevant implementation in various places.
2021-11-11 14:49:33 +01:00
Arne Morten Kvarving be6c857b16 bda: use forwarding for WellContributions 2021-11-11 13:29:12 +01:00
Tong Dong Qiu aa63da2bd3 Update GPU tests 2021-07-07 17:03:48 +02:00
Tong Dong Qiu 6291ba41b7 Added exception handling to cusparse test 2021-06-18 16:19:39 +02:00
Tong Dong Qiu 31eeb33039 Added error checking to tests 2021-06-08 16:07:38 +02:00
Tong Dong Qiu 393ab24154 Updated copyright notice 2021-06-07 11:40:03 +02:00
Tong Dong Qiu 74b46e4d8d Added tests for cusparseSolver and openclSolver 2021-06-07 11:40:03 +02:00