-
## Feature request
It would be amazing if numba would support the [FFT pack of numpy](https://numpy.org/doc/1.18/reference/routines.fft.html). Personally, I would be interested in
```
np.fft…
fhchl updated
2 months ago
-
25% is the current cpu.
Rough breakdown
5% comes from the attenuate routine.
18% comes from forward fft.
2% from inverse fft
Attenuate is only used when forward fft is used. So need to reduce…
-
Given the following mode:
```
{
'name': 'jenkins-prebuilt',
'options': [
'--run',
'--save-log-files',
'--performa…
-
When looking at the `base_trace.py` class it seems to me that we unnecessarily "resetting" either the time domain trace or frequency spectrum with the goal of "to much security".
In the getter fun…
-
I'm not happy with how the visualizer looks. It'd be nice to have:
* Some smoothing across the bars
* Some fallback averaging over time (so the bars aren't as jumpy)
* Figure out why the fre…
-
Hey Henrik!
I want to use rubato in an audio plugin and need to report the right delay to the DAW so it can be compensated. Doing this I noticed, that when the resampling is active, the delay is no…
-
Numba-cuda extensions (e.g. [nvmath-python](https://developer.nvidia.com/nvmath-python)) are frequently leaning on CUDA C++ implementations to support the core of their functionality.
One current UX …
-
### Description
This RFC proposes
Add supports for signal processing api like multidirectional fft/ifft/fftshift/ifftshift
Tks,
Cong
### Related Issues
Related issues # , # , and # .
### Questio…
-
### 🚀 The feature, motivation and pitch
I'd like to use `torch.fft.rfft` function with bfloat16 tensor, but the operator doesn't support bfloat16 complex type.
Repro code below:
```python
import t…
-
https://github.com/yambo-code/yambo/blob/master/src/wf_and_fft/fft_3d_fftw.F is not thread safe if `fftw_plan=0`.
In yambo, by chance, the subroutine, when called inside multi-thread loops, seems t…