Exploring the possibility of expanding the support to multi-CPU/GPU #332
doraemonho
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am exploring the possible way to implement the multi-XPU computation under the FourierFlows framework. It seems to me that the current bottleneck is on the native FFT transform, which only supports the single CPU/GPU. I see a few Julia packages trying to tackle this problem (like PencilFFTs.jl ). I wonder if we can utilize those packages and expand the support of FourierFlows to multi-CPU/GPU.
Beta Was this translation helpful? Give feedback.
All reactions