llvm-project/polly/lib
Singapuram Sanjay Srivallabh 02ca346e48 Introduce a hybrid target to generate code for either the GPU or CPU
Summary:
Introduce a "hybrid" `-polly-target` option to optimise code for either the GPU or CPU.

When this target is selected, PPCGCodeGeneration will attempt first to optimise a Scop. If the Scop isn't modified, it is then sent to the passes that form the CPU pipeline, i.e. IslScheduleOptimizerPass, IslAstInfoWrapperPass and CodeGeneration.

In case the Scop is modified, it is marked to be skipped by the subsequent CPU optimisation passes.

Reviewers: grosser, Meinersbur, bollu

Reviewed By: grosser

Subscribers: kbarton, nemanjai, pollydev

Tags: #polly

Differential Revision: https://reviews.llvm.org/D34054

llvm-svn: 306863
2017-06-30 19:42:21 +00:00
..
Analysis Introduce a hybrid target to generate code for either the GPU or CPU 2017-06-30 19:42:21 +00:00
CodeGen Introduce a hybrid target to generate code for either the GPU or CPU 2017-06-30 19:42:21 +00:00
Exchange Heap allocation for new arrays. 2017-06-28 13:02:43 +00:00
External Test commit 2017-06-29 09:46:01 +00:00
Support Introduce a hybrid target to generate code for either the GPU or CPU 2017-06-30 19:42:21 +00:00
Transform Introduce a hybrid target to generate code for either the GPU or CPU 2017-06-30 19:42:21 +00:00
CMakeLists.txt [Polly][NewPM] Reenable ScopPassManager unittest 2017-05-23 11:28:50 +00:00
Polly.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00