You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Checking for module 'fftw3'
-- Found fftw3, version 3.3.10
-- Found FFTW3: /usr/local/lib/libfftw3.so (found version "3.3.10") found components: DOUBLE_SERIAL
The text was updated successfully, but these errors were encountered:
Thanks for your recent comments @yurivict. We're actually writing a completely new version of ssht in jax, to be released in the coming months. This will be pure python/jax so installation should be more straightfortward. I'm afraid we don't have the capacity to put further time into improving the current ssht at present since it will be superseded soon. I guess that doesn't help you at the moment but I hope the fact that there will be a new clean code in the near future is some consolidation. Watch this space! And in the meantime, the best way to get ssht installed is through pip, which leverages a PyPi/conan setup (see installation instructions here.).
The current ssht version is implemented in C under the hood with python wrappers. JAX uses XLA for hardware acceleration and JIT compilation so can be super fast. The upcoming JAX version should be much faster than the current code.
The text was updated successfully, but these errors were encountered: