MaxwellFDFD.jl icon indicating copy to clipboard operation
MaxwellFDFD.jl copied to clipboard

GPU support

Open abhijit-15 opened this issue 5 years ago • 3 comments

Hi Wonseok,

Would you be adding GPU support for this package?

Best, Abhijeet

abhijit-15 avatar Sep 28 '18 00:09 abhijit-15

Hi Abhijeet,

GPU support is certainly one of the features that I would like to add, but it is currently not a priority.

wsshin avatar Sep 28 '18 01:09 wsshin

The petsc library support GPU device. I think it is a easy way to make this implement. But the limit of the GPU memory will be a problem(GTX 1080Ti only have 11GB).

EMinsight avatar Sep 28 '18 05:09 EMinsight

Memory is the limitation of direct methods for solving linear systems. For GPU I will implement iterative methods, which are extremely memory-efficient.

wsshin avatar Oct 02 '18 01:10 wsshin