Replies: 1 comment
-
This question might be better asked on the openxla/xla repo because JAX just lowers the FFT to whatever XLA provides. I believe (but don't quote me!) that on CPU XLA will use the multithreaded FFT from DUCC, and on NVIDIA GPUs it'll use cuFFT. I'm not sure what decompositions those implementations use! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Jax ffts parallelize across cores automatically? Do they use pencil or slab decompositions?
Beta Was this translation helpful? Give feedback.
All reactions