mbsolve
mbsolve copied to clipboard
Implement the new solvers in CUDA
As of v0.2, the CUDA support is quite limited. Only the 2-level predictor-corrector method is offered. Also, the project does not build with CUDA 10 due to a bug in the Eigen library (3.3.5). Since I did not want to delay v0.2 any further, I didn't have the time to look into this issue.
TODO:
- Implement the new operator splitting solver in CUDA.
- Test the build with different CUDA versions.