npadmana / DistributedFFT

6 stars 2 forks source link

What alignment guarantees would be helpful? #17

Open ronawho opened 5 years ago

ronawho commented 5 years ago

What would we need to not use FFTW_UNALIGNED?

Alignment on arrays? Alignment on forall loop chunking of arrays? Anything else?

Related: