Skip to content

jpienaar/iree-samples

 
 

Repository files navigation

IREE Samples Repository

This repository contains various samples and prototypes associated with the IREE project.

Contact the IREE Team for questions about this repository.

Setting up a venv

Many samples are python based. A virtual environment can be set up to run them via:

./setup_venv.sh
source iree-samples.venv/bin/activate

Running sample test suites

# Run quick tests.
lit -v tflitehub

# Enable all tests.
lit -v -D FEATURES=hugetest tflitehub

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 42.4%
  • Python 34.5%
  • Shell 9.0%
  • C 5.2%
  • CMake 4.5%
  • MLIR 2.6%
  • Starlark 1.8%