mbsolve icon indicating copy to clipboard operation
mbsolve copied to clipboard

Implement the new solvers in CUDA

Open mriesch-tum opened this issue 6 years ago • 0 comments

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.

mriesch-tum avatar Sep 27 '18 12:09 mriesch-tum