Skip to content

notEvil/jax2numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

jax2numpy

This is work in progress with currently no ambition to be usable!

What is it

My attempt to combine the transformations of Jax with the compiler of Numba. See jax-ml/jax#2126 . It transforms a Jaxpr into an ast node.

Issues

  • Numba doesn't support dynamic tuple creation -- but requires tuples for many Numpy functions
  • Numba doesn't support any of Numpys broadcasting functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages