diff --git a/README.md b/README.md index d96038d17804..2ca35fad2ea3 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,6 @@ Acknowledgement --------------- We learned a lot from the following projects when building TVM. - [Halide](https://github.com/halide/Halide): Part of TVM's TIR and arithmetic simplification module - originates from Halide. We also learned and adapted some part of lowering pipeline from Halide. + originates from Halide. We also learned and adapted some part of lowering pipeline from Halide.a - [Loopy](https://github.com/inducer/loopy): use of integer set analysis and its loop transformation primitives. - [Theano](https://github.com/Theano/Theano): the design inspiration of symbolic scan operator for recurrence.