gamer-project / gamer

Main GAMER repository
Other
78 stars 59 forks source link

Support multi-GPU FFT #173

Open hyschive opened 1 year ago

hyschive commented 1 year ago

GAMER currently only supports computing FFT on CPUs. It will be great to support multi-GPU, multi-node FFT using cuFFTMp.

koarakawaii commented 2 months ago

After testing and discuss with @hsinhaoHHuang, we conclude that:

hyschive commented 2 months ago

@koarakawaii @hsinhaoHHuang Are you comparing single- or double-precision performance?

koarakawaii commented 2 months ago

@hyschive: we used single precision for both cases above.