DedalusProject / dedalus

A flexible framework for solving PDEs with modern spectral methods.
http://dedalus-project.org/
GNU General Public License v3.0
489 stars 115 forks source link

Inquiry about CUDA Acceleration for Dedalus #282

Open whpy opened 6 months ago

whpy commented 6 months ago

Description:

Background: I've been using Dedalus for active matter simulation. I've found it to be a valuable tool, but I'm also interested in exploring ways to improve its performance, particularly for computationally intensive tasks.

Request: I'm interested in knowing if there are any plans or considerations for developing a CUDA-accelerated version of Dedalus. I want to utilize the GPU resources in my PC and our lab.

kburns commented 6 months ago

Yes this is a major component of my planned work over the next year, but I expect it will take a while before a prototype is available.

whpy commented 6 months ago

Yes this is a major component of my planned work over the next year, but I expect it will take a while before a prototype is available.

Thanks for your reply!