Skip to content

Commit db81a2e

Browse files
committed
Fix README typos
1 parent c101a45 commit db81a2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ on affine loop nests. Pluto transforms C programs from source to source for
8484
coarse-grained parallelism and data locality simultaneously. The core transformation
8585
framework mainly works by finding affine transformations for efficient tiling. OpenMP
8686
parallel code for multicores can be automatically generated from sequential C program
87-
sections. Outer (communication-free), inner, or pipelined parallelization is achieved
88-
purely with OpenMP parallel for pragrams.
87+
sections. The outer (communication-free), inner, or pipelined parallelization is achieved
88+
purely with OpenMP parallel for pragmas.
8989

9090

9191
### Included Dependencies inside PyCOMPSs
@@ -102,7 +102,7 @@ part that can be represented in the polyhedral model. The goal of OpenScop is to
102102
provide a common interface to various polyhedral compilation tools in order to
103103
simplify their interaction. The OpenScop aim is to provide a stable, unified format
104104
that offers a durable guarantee that a tool can use an output or provide an input
105-
to another tool without breaking a tool chain because of some internal changes in one
105+
to another tool without breaking a toolchain because of some internal changes in one
106106
element of the chain. The other promise of OpenScop is the ability to assemble or
107107
replace the basic blocks of a polyhedral compilation framework at no, or at least
108108
low engineering cost.
@@ -111,10 +111,10 @@ low engineering cost.
111111
Z-polyhedra. That is, it finds a code (e.g. in C, FORTRAN...) that reaches each
112112
integral point of one or more parameterized polyhedra. CLooG has been originally
113113
written to solve the code generation problem for optimizing compilers based on the
114-
polytope model. Nevertheless it is used now in various area e.g. to build control
114+
polytope model. Nevertheless, it is used now in different areas e.g. to build control
115115
automata for high-level synthesis or to find the best polynomial approximation of
116116
a function. CLooG may help in any situation where scanning polyhedra matters. While
117-
the user has full control on generated code quality, CLooG is designed to avoid
117+
the user has full control of generated code quality, CLooG is designed to avoid
118118
control overhead and to produce a very effective code.
119119

120120

@@ -152,7 +152,7 @@ the `run.sh` script of each version of the application).
152152
- A folder per version of the application (for instance, `userparallel`
153153
or `autoparallel`).
154154

155-
Each version of a example application contains:
155+
Each version of an example application contains:
156156
- `results`: Folder containing the execution results
157157
- `run.sh`: Script to launch the application locally using 4 cores
158158
- `*.py`: Python source files of the application

0 commit comments

Comments
 (0)