Metadata-Version: 2.4
Name: xdsl-jax
Version: 0.5.0
Summary: Extend JAX with xDSL.
Project-URL: Homepage, https://xdsl.dev/xdsl-jax
Project-URL: Source Code, https://github.com/xdslproject/xdsl-jax
Project-URL: Issue Tracker, https://github.com/xdslproject/xdsl-jax/issues
Author-email: Sasha Lopoukhine <sasha@lopoukhine.com>
License: Apache License v2.0 with LLVM Exceptions
License-File: LICENSE
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: jax>=0.6.2
Requires-Dist: xdsl~=0.59.0
Description-Content-Type: text/markdown

# xdsl-jax

Extending JAX with xDSL.

## Local Development

1. Clone repository
2. Run `make install`
3. Run `make tests`
