Giter Club home page Giter Club logo

iree-forge's Introduction

IREE Forge

This repository is a monorepo consisting of the various projects that interface to IREE and a) need to be built and released in a consistent fashion, and b) lack a release methodology of their own (that is usable by us).

The goal is to have a repo that can be patched to a releasable state at a regular cadence and then have everything branched as a unit.

There are two kinds of projects herein:

  • Core projects that we manage via git subtree directly into this repository.
  • Adjunct dependencies, mostly of IREE itself needed for one thing or another. These are managed as submodules as they are not shared with other things and rarely require project specific patching.

Core projects

  • trees/iree
  • trees/llvm-project
  • trees/mlir-hlo
  • trees/mlir-npcomp

We always sync shared dependencies to what IREE expects and then patch others as needed. In practice, some of these already come with consistent commit points, so the job is easier.

Check out and Build

# Clone repository.
git clone [email protected]:stellaraccident/iree-forge.git
cd iree-forge/
export PATH=$PWD/scripts:$PATH

# Initialize adjunct submodules.
git iree-init-submodules
git submodule update

Syncing to upstream.

From a clean repository, run:

git iree-sync-trees ALL

This will sync each tree and bring dependent trees to a consistent commit. It will result in multiple merges and commits to the iree-forge repository and must be done from a clean working directory.

This will sync to iree HEAD. To sync to something else:

git iree-sync-trees [email protected] ALL

Note that if syncing far back or far forward, you may need to choose explicit commits for other trees that default to HEAD.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.