iree-rs

Crates.ioiree-rs
lib.rsiree-rs
version0.1.1
sourcesrc
created_at2023-02-18 17:09:38.888781
updated_at2023-02-18 17:36:04.508414
descriptionRustic bindings for the IREE runtime
homepage
repositoryhttps://github.com/SamKG/iree-rs
max_upload_size
id788337
size3,099,863
(SamKG)

documentation

README

iree-rs

What is this?

This crate contains rustic bindings for the IREE runtime.

Building

In order to build, iree-rs requires the following to be available on your machine:

  • clang/clang++ (tested with v12.01, but other versions may also work)
  • git

iree-rs clones and builds the main branch of the IREE repo during build time, so you don't need to have iree pre-installed on your machine

Examples

Examples for iree-rs are available in the repository

Since some examples require model weights, you may have to run scripts to get the required data ahead of time.

Commit count: 4

cargo fmt