spidr icon indicating copy to clipboard operation
spidr copied to clipboard

Implement uniform and normal sampling in Idris

Open joelberkeley opened this issue 3 years ago • 0 comments

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.

joelberkeley avatar Feb 12 '23 00:02 joelberkeley