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
I'm not sure if this proposal would be a good fit for jax_cosmo; please feel free to close the issue if it isn't!
Recently, during my work on the ducc0 package (https://gitlab.mpcdf.mpg.de/mtr/ducc or https://github.com/mreineck/ducc) I found a way to "JAX-enable" any linear operator, even if it is partially implemented in a way that JAX cannot trace (e.g. as a custom C++ function). Using this, it's possible to add JAX support for spherical harmonic transforms, non-uniform FFTs and similar operations that might be of interest for differential cosmology. The execution times will only be marginally slower than calling the code directly.
Would there be interest to use this functionality from jax-cosmo? If so, please get in touch so we can iterate on the best possible interface and other technicalities!
The text was updated successfully, but these errors were encountered:
I'm not sure if this proposal would be a good fit for
jax_cosmo
; please feel free to close the issue if it isn't!Recently, during my work on the
ducc0
package (https://gitlab.mpcdf.mpg.de/mtr/ducc or https://github.com/mreineck/ducc) I found a way to "JAX-enable" any linear operator, even if it is partially implemented in a way that JAX cannot trace (e.g. as a custom C++ function). Using this, it's possible to add JAX support for spherical harmonic transforms, non-uniform FFTs and similar operations that might be of interest for differential cosmology. The execution times will only be marginally slower than calling the code directly.Would there be interest to use this functionality from
jax-cosmo
? If so, please get in touch so we can iterate on the best possible interface and other technicalities!The text was updated successfully, but these errors were encountered: