ScottTodd / iree-template-compiler-cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IREE Compiler Hello World with CMake

Build with Latest IREE Release

Instructions

Cloning the Repository

Use GitHub's "Use this template" feature to create a new repository or clone it manually:

$ git clone https://github.com/iree-org/iree-template-compiler-cmake.git
$ cd iree-template-compiler-cmake
$ git submodule update --init --recursive

The only requirement is that the main IREE repository is added as a submodule. If working in an existing repository then add the submodule and ensure it has its submodules initialized:

$ git submodule add https://github.com/openxla/iree.git third_party/iree/
$ git submodule update --init --recursive

About

License:Apache License 2.0


Languages

Language:CMake 48.3%Language:C++ 46.2%Language:MLIR 5.5%