MikaelSlevinsky / FastTransforms

:bullettrain_front: Fast orthogonal polynomial transforms :surfer:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vectorized transforms with non-power-of-two degrees

MikaelSlevinsky opened this issue · comments

This has been done for

  • spherical harmonics
  • triangular harmonics
  • disk harmonics
  • spin-weighted spherical harmonics

Works for disk harmonics now too (in dawes-testing) . Will continue with triangular next. Triangular harmonics now done as well.

P.S. spin-weighted are forthcoming!

Current vectorization for spin weighted (SSE and AVX) can use non powers of two. Thought that would be useful while AVX512 is forthcoming.

Spin weighted is now finished. This completes the issue.