Skip to content

Commit a18ffa0

Browse files
committed
Update README
1 parent eddc385 commit a18ffa0

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Fedora, Ubuntu, and CentOS.
2828
- In order to use the development version from Pluto's git repository, automatic
2929
build system tools, including `autoconf`, `automake`, and `libtool` are needed.
3030

31-
- LLVM/Clang 2.9 or higher until 14.x (14.x recommended, 11.x, 12.x tested to
32-
work as well), along with its development/header files, is needed for the pet
33-
submodule. These packages are available in standard distribution repositories
34-
or could be installed by building LLVM and Clang from sources. See `pet/README`
35-
for additional detail. On most modern distributions, these can be installed
36-
from the repositories.
31+
- LLVM/Clang 14.x (14.x recommended, 11.x, 12.x tested to work as well), along
32+
with its development/header files, is needed for the pet submodule. These
33+
packages are available in standard distribution repositories or could be
34+
installed by building LLVM and Clang from sources. See `pet/README` for
35+
additional detail. On most modern distributions, these can be installed from
36+
the repositories.
3737

3838
Example:
3939
```shell
@@ -78,7 +78,7 @@ git submodule init
7878
git submodule update
7979
./autogen.sh
8080
./configure [--enable-debug] [--with-clang-prefix=<clang headers/libs location>]
81-
# Example: on an Ubuntu: --with-clang-prefix=/usr/lib/llvm-14, on a Fedora,
81+
# Example: on an Ubuntu: --with-clang-prefix=/usr/lib/llvm-14, on a Fedora,
8282
# typically, it's /usr/lib64/llvm14.
8383
make
8484
make check-pluto
@@ -219,10 +219,6 @@ for all examples, in `examples/`, run `make check-pluto`.
219219
* See `doc/DOC.txt` for an overview of the system and details on all
220220
command-line options.
221221

222-
* For specifying custom tile sizes through `tile.sizes` file, see `doc/DOC.txt`.
223-
224-
* For specifying custom fusion structure through `.fst` file, see `doc/DOC.txt`.
225-
226222
## BUGS AND ISSUES
227223

228224
Please report bugs and issues at https://github.com/bondhugula/pluto/issues.

0 commit comments

Comments
 (0)