@@ -28,12 +28,12 @@ Fedora, Ubuntu, and CentOS.
2828- In order to use the development version from Pluto's git repository, automatic
2929build 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
7878git 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.
8383make
8484make 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
220220command-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
228224Please report bugs and issues at https://github.com/bondhugula/pluto/issues .
0 commit comments