NVIDIA / NVIDIA/DALI

Does DALI support GPU operation equivalent to tf.signal.fft?

Open
#4,331 2 comments 0 reactions 1 assignee View on GitHub

@mzient is already working on this.

Since Oct 11, 2022.

enhancement
Dominant language
C++
Stars
5.8k
Forks
678
Avg merge
3d 1h
Merged PRs (30d)
27

Description

Hi,

I would like to know if it is possible to convert TensorFlow's tf.signal.fft to the equivalent GPU operation in DALI.

Given a complex tensor as input, tf.signal.fft creates 1D discrete Fourier transform.

From operation reference in DALI docs, I could only find nvidia.dali.fn.spectrogram (i.e., squared magnitude of the STFT coefficients), and I could not perform the desired task (GPU operation equivalent to tf.signal.fft) with this function.

Is there any way to get discrete Fourier transform as in tf.signal.fft?

Thanks a lot.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.