Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/src/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ CallGraphNode
CallGraph
CallGraphNode!
fft!
fft_composite!
fft_dft!
fft_pow2_radix4!
fft_pow3!
fft_bluestein!
```

## Twiddle factors

Twiddle factors are computed once, at plan time, and stored per node of the
call graph in the layout each kernel reads sequentially.

```@docs
twiddle
unit_roots
dft_twiddles
composite_twiddles
pow2_twiddles
pow3_twiddles
node_twiddles
BluesteinScratch
bluestein_pad_length
```
Loading
Loading