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
Hello! I found this paper which implements a single precision Cholesky solve with a double precision refinement (only using symmetric back solves).
Given the monumental difference in compute between single and double precision for a GPU, this seems like something that jax could take advantage of. Is there any appetite for implementing this?
I would love to tackle this, but would need some assistance in targeting the correct area of the codebase to augment.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I found this paper which implements a single precision Cholesky solve with a double precision refinement (only using symmetric back solves).
Given the monumental difference in compute between single and double precision for a GPU, this seems like something that jax could take advantage of. Is there any appetite for implementing this?
I would love to tackle this, but would need some assistance in targeting the correct area of the codebase to augment.
Any ideas or thoughts would be most welcome!
Beta Was this translation helpful? Give feedback.
All reactions