https://github.com/elixir-nx/nx_iree
Elixir and Nx bindings for the IREE runtime and compiler
https://github.com/elixir-nx/nx_iree
Last synced: about 1 year ago
JSON representation
Elixir and Nx bindings for the IREE runtime and compiler
- Host: GitHub
- URL: https://github.com/elixir-nx/nx_iree
- Owner: elixir-nx
- License: apache-2.0
- Created: 2024-06-07T19:03:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T05:21:03.000Z (over 1 year ago)
- Last Synced: 2024-10-17T21:35:09.947Z (over 1 year ago)
- Language: C
- Size: 3.44 MB
- Stars: 27
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NxIREE
Companion library to [EXLA](https://github.com/elixir-nx/exla), providing bindings for the [IREE](https://iree.dev) runtime for MLIR.
MLIR modules can be obtained from Nx functions by calling `EXLA.to_mlir_module/2` on them.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `nx_iree` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:nx_iree, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .