llvm-capstone/polly/lib
Tobias Grosser c1c6a2a61b GPGPU: Add cuda annotations to specify maximal number of threads per block
These annotations ensure that the NVIDIA PTX assembler limits the number of
registers used such that we can be certain the resulting kernel can be executed
for the number of threads in a thread block that we are planning to use.

llvm-svn: 277799
2016-08-05 06:47:43 +00:00
..
Analysis GPGPU: Mark kernel functions as polly.skip 2016-08-03 12:00:07 +00:00
CodeGen GPGPU: Add cuda annotations to specify maximal number of threads per block 2016-08-05 06:47:43 +00:00
Exchange Extend the jscop interface to allow the user to declare new arrays and to reference these arrays from access expressions 2016-07-30 09:25:51 +00:00
External GPGPU: Emit data-transfer code 2016-07-25 12:47:39 +00:00
JSON
Support [GSoC] Add PolyhedralInfo pass - new interface to polly analysis 2016-07-25 12:48:45 +00:00
Transform Fix a couple of spelling mistakes 2016-08-03 05:28:09 +00:00
CMakeLists.txt [GSoC] Add PolyhedralInfo pass - new interface to polly analysis 2016-07-25 12:48:45 +00:00
Polly.cpp