omlins / ParallelStencil.jl

Package for writing high-level code for parallel high-performance stencil computations that can be deployed on both GPUs and CPUs
BSD 3-Clause "New" or "Revised" License
322 stars 38 forks source link

Can I use this package to solve linear equation A*x=b in GPU? If can, please give me some instructions. Thank you very much. #40

Closed liaoweiyang2017 closed 3 years ago

luraess commented 3 years ago

Hi @liaoweiyang2017, thank you for your interest in ParallelStencil. The short answer is yes - considering an iterative approach.

Since your question is not an issue with the package but rather an application / usage question, could you please re-post it on Julia Discourse in the most appropriate section as suggested here - maybe in Modelling & Simulations topic ? As such, other folks can also enjoy the discussion.

I can provide further help on Discourse.

liaoweiyang2017 commented 3 years ago

Thank you @luraess , I have posted this problem on the Julia Discourse. Here is the link: link.

luraess commented 3 years ago

Thank you! We will follow up there.