Skip to content

Commit

Permalink
Replace learnt with learned (apache#3684)
Browse files Browse the repository at this point in the history
  • Loading branch information
apivovarov authored and tqchen committed Aug 1, 2019
1 parent 3515dcc commit b9544d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Checkout the [Contributor Guide](https://docs.tvm.ai/contribute/)

Acknowledgement
---------------
We learnt a lot from the following projects when building TVM.
We learned a lot from the following projects when building TVM.
- [Halide](https://github.com/halide/Halide): TVM uses [HalideIR](https://github.com/dmlc/HalideIR) as data structure for
arithmetic simplification and low level lowering. We also learnt and adapted some part of lowering pipeline from Halide.
arithmetic simplification and low level lowering. We also learned and adapted some part of lowering pipeline from Halide.
- [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.

0 comments on commit b9544d7

Please sign in to comment.