Skip to content

Commit

Permalink
More thoughts.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Jan 6, 2006
1 parent d626289 commit 5022d2e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@ TODO before FFTW-$2\pi$:

* ensure that threaded solvers generate (block_size % 4 == 0)
to allow SIMD to be used.

* consider whether it would be simpler to have a uniform description
(IO, m0, m1, W) for twiddle problems, where IO always points
to the beginning of the array, W always points to the beginning
of the twiddle table, and the problem is solved in the
range m \in [m0, m1). Currently we have a messy situation in which
we sometimes use [m0, m1), sometimes we use [mstart, mstart+mcount),
and we have to adjust W with the X(twiddle_shift)() hack. Codelets
should obey the uniform protocol as well.



0 comments on commit 5022d2e

Please sign in to comment.