Skip to content

iree-org/onnxruntime-ep-iree

Repository files navigation

IREE ONNX Runtime Execution Provider

IREE based ONNX Runtime Execution Provider.

Installation

  1. Build the plugin
mkdir build && cd build
cmake ..
make -j
  1. Create a virtual environment and install dependencies
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
  1. Install Python Package
ONNXRUNTIME_EP_IREE_BUILD_DIR=$(pwd)/build uv pip install -e python/
  1. Run sample test
python test/test_ep_load.py

About

IREE based OnnxRuntime Execution Provider

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •