Search This Blog

Thursday 11 September 2014

Parallel solvers on CUDA

Hello everybody:

A year ago I coded some parallel algorithms called solvers, they use them for solving matrixes with a huge amount of elements up to 1000000.  These kind of systems frequently come from Partial Differential Equation problems.

I want to share these codes with you, some of them are part of the examples which you can find directly in the CUDA toolkit but I have added my own information for testing them.  I hope they could be useful for somebody and if you find a bug please give me the feedback.

https://github.com/ivonneleonor/Parallel-solver-in-Cuda

Thank you.

1 comment: