Lines Matching +full:polly +full:- +full:build
6 High-Performance Generalized Matrix Multiplication
7 --------------------------------------------------
9 Polly automatically detects and optimizes generalized matrix multiplication,
22 Compile Time Impact of Polly
23 ----------------------------
25 Clang+LLVM+Polly are compiled using Clang on a Intel(R) Core(TM) i7-7700 based system. The experime…
26 is repeated twice: with and without Polly enabled in order to measure its compile time impact.
31 - Polly (git hash 0db98a4837b6f233063307bb9184374175401922)
32 - Clang (git hash 3e1d04a92b51ed36163995c96c31a0e4bbb1561d)
33 - LLVM git hash 0265ec7ebad69a47f5c899d95295b5eb41aba68e)
35 `ninja <https://ninja-build.org/>`_ is used as the build system.
39 +--------------+-------------+
40 |Polly Disabled|Polly Enabled|
43 +--------------+-------------+
45 +--------------+-------------+
47 +--------------+-------------+
49 +--------------+-------------+
51 +--------------+-------------+
54 The median compile time without Polly enabled is 967 seconds and with Polly enabled it is 981 secon…