From c97c5f3bfcd84045cce37acdcce6e16091876cac Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Sat, 27 Jan 2018 12:54:32 -0500 Subject: [PATCH] [ci skip] Fix a typo in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0e551fbed..94b485a64 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ It can capture the following types of optimizations: * Vector and multi-core parallelism in the OpenCL/CUDA model * Data layout transformations (structure of arrays to array of structures) -* Loopy Unrolling +* Loop unrolling * Loop tiling with efficient handling of boundary cases * Prefetching/copy optimizations * Instruction level parallelism -- GitLab