Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- San Francisco, CA
- Sign in to view email
- http://stephanhoyer.com
Pinned
690 contributions in the last year
Activity overview
Contribution activity
December 2019
Created a pull request in google/data-driven-discretization-1d that received 2 comments
Add two examples of how to run the code
I also uploaded some of the training data to a public cloud storage bucket. I probably should have done this a long time ago...
+4,533
−8
•
2
comments
- Use highest precision for einsum test.
- Change jax.numpy scalar types to return 0D JAX arrays when instantiated.
- Implement __round__ on JAX arrays.
- Implement scipy.sparse.linalg.cg
- Additional doc for np.linalg.pinv
- Change JAX type promotion to prefer inexact types.
- Simplify np.cross. Add a jit decorator.
- Implement np.linalg.pinv
Created an issue in google/jax that received 5 comments
Numba bridge
It would be great to support calls into Numba via an XLA CustomCall (which works inside jax.jit). This would let you use Numba as an alternative fo…
5
comments