Skip to content

feat(fft): add interleaved C32 FFT APIs to t4a branch#9

Merged
shinaoka merged 5 commits into
release/t4a-0.2.0from
codex/t4a-fft-git-dependency
Jul 19, 2026
Merged

feat(fft): add interleaved C32 FFT APIs to t4a branch#9
shinaoka merged 5 commits into
release/t4a-0.2.0from
codex/t4a-fft-git-dependency

Conversation

@shinaoka

Copy link
Copy Markdown
Member

Summary

Scope

Metal remains F32/C32 only. F64/C64 are intentionally not added to CubeK. Benchmark catalog backport and crate release are deferred; tenferro can use this exact Git revision.

Verification

  • cargo test -p cubek-fft --all-features: 2 unit + 77 integration passed
  • cargo clippy -p cubek-fft --all-targets --all-features -- -D warnings
  • fmt and diff check
  • independent re-review: no Critical/Important findings

Closes #6.
Supports tensor4all/tenferro-rs#1394.

@shinaoka
shinaoka merged commit ca19aee into release/t4a-0.2.0 Jul 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FFT: expose interleaved C32 APIs with F32 kernels

1 participant