stingray icon indicating copy to clipboard operation
stingray copied to clipboard

Do performance tests with pytorch.fft

Open dhuppenkothen opened this issue 3 years ago • 2 comments

Should try and do some performance tests with pytorch. I'm wondering if there are other recent insights from computer science that could make our code faster/better? Should do a bit of a literature search on what made the PyTorch folks implement FFTs.

For reference, see the PyTorch documentation

dhuppenkothen avatar Mar 10 '21 14:03 dhuppenkothen

@abigailStev @matteobachetti @dhuppenkothen I think the torch.fft module was implemented mainly because

PyTorch FFT implementation provides support for parallelized FFTs using the torch.nn.DataParallel wrapper, which allows users to perform FFTs on multiple GPUs. This can be useful for accelerating FFTs on large datasets or for performing FFTs in real-time applications.

soma2000-lang avatar Dec 23 '22 09:12 soma2000-lang

But I considering the fact how can we make stingray fast by using the torch.fft module.I would like to discuss more on this topic

soma2000-lang avatar Dec 23 '22 09:12 soma2000-lang