Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign up
Pinned
1,561 contributions in the last year
Contribution activity
November 2020
Created 9 commits in 1 repository
Created a pull request in google/jax that received 5 comments
Promotion via lattice
Now that JAX type promotion is derived from a lattice rather than specified in a table, we could use the lattice directly and avoid pre-computation…
Opened 12 other pull requests in 1 repository
google/jax
6
open
6
merged
- Deprecation: Raise a TypeError when indexing with a non-tuple sequence
- DOC: update webpage copyright year to 2020
- cleanup: remove unused test arg
- WIP: propagate weak types through unary and binary ops
- PRNGKey: more careful handling of typecasting for various inputs.
- DOC: fix generating code in type_promotion.rst
- DOC: add lattice to type promotion doc
- Fix: always canonicalize result_type
- Cleanup: remove unused utility function
- Fix issue in jax.dtypes._jax_type
- add weak_type framework to abstract eval
- Cleanup frexp/ldexp/signbit implementations
Reviewed 2 pull requests in 1 repository
google/jax 2 pull requests
Created an issue in google/jax that received 1 comment
jax.scipy.signal.convolve should support n-dimensional inputs
scipy.signal.convolve() supports N-dimensional inputs; the JAX equivalent should as well.
There is already a _convolve_nd utility function in the m…