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
The implementations for uniform and normal sampling in XLA use the same XLA API we use in Idris, so there's little performance gain from using those APIs. IIRC they also have subtle bugs in them. It would also be nice to keep the Expr as simple as possible so it's easier to implement other backends for spidr in the future if we want to.
The text was updated successfully, but these errors were encountered:
The implementations for uniform and normal sampling in XLA use the same XLA API we use in Idris, so there's little performance gain from using those APIs. IIRC they also have subtle bugs in them. It would also be nice to keep the
Expr
as simple as possible so it's easier to implement other backends for spidr in the future if we want to.The text was updated successfully, but these errors were encountered: