Skip to content

Commit

Permalink
More relations updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Sep 20, 2017
1 parent f3eb854 commit cb3c025
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

HalideIR is a base module for building symbolic expression and arithmetic simplification
for building new DSLs. It is isolated and refactored from part of Halide project (credit should go to the original authors).
It is used in the TVM project.
It is used in the [TVM](https://github.com/dmlc/tvm) project.

Note that some portions of the TVM compiler outside of this folder are also adapted from Halide codebase,
where we needed similar logic (e.g loop vectorization). These are commented where they occur.

## Motivation

Expand Down

0 comments on commit cb3c025

Please sign in to comment.