search for: talk17

Displaying 2 results from an estimated 2 matches for "talk17".

Did you mean: talk16
2017 Oct 13
3
[RFC] Polly Status and Integration
...Polly does it this way and needs all its transformation passes to preserve all analyses to avoid making the pass manager drop and recompute ScopInfo and ScopDetect. [1] http://llvm.org/devmtg/2017-03/assets/slides/introducing_vplan_to_the_loop_vectorizer.pdf [2] http://llvm.org/devmtg/2017-10/#talk17 [3] http://isl.gforge.inria.fr/ [4] http://pluto-compiler.sourceforge.net/ [5] http://www.cs.utexas.edu/users/flame/pubs/TOMS-BLIS-Analytical.pdf [6] https://tel.archives-ouvertes.fr/tel-00818764
2017 Sep 01
10
[RFC] Polly Status and Integration
** *Hi everyone,As you may know, stock LLVM does not provide the kind of advanced loop transformations necessary to provide good performance on many applications. LLVM's Polly project provides many of the required capabilities, including loop transformations such as fission, fusion, skewing, blocking/tiling, and interchange, all powered by state-of-the-art dependence analysis. Polly also