llvm-project/polly/lib
Tobias Grosser 4eaedde530 GPGPU: Use a tile size of 32 by default
The tile size was previously uninitialized. As a result, it was often zero (aka.
no tiling), which is not what we want in general. More importantly, there was
the risk for arbitrary tile sizes to be choosen, which we did not observe, but
which still is highly problematic.

llvm-svn: 275418
2016-07-14 14:14:02 +00:00
..
Analysis Fix a build warning of unhandled enum in switch 2016-07-11 18:27:52 +00:00
CodeGen GPGPU: Use a tile size of 32 by default 2016-07-14 14:14:02 +00:00
Exchange clang-tidy: Add llvm namespace comments 2016-06-23 22:17:27 +00:00
External GPGPU: Map initial schedule to GPU schedule 2016-07-14 10:51:52 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support PPCGCodegen: Support compilation without GPU support 2016-07-13 19:52:24 +00:00
Transform Propagate on-error status 2016-06-30 20:42:58 +00:00
CMakeLists.txt Add accelerator code generation pass skeleton 2016-07-13 15:54:58 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00