27/27
PPCGCodeGeneration.cpp 2
cuda-managed-memory-simple.ll
| | Event TimelinePhilippSchaad retitled this revision from Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen to [Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| 10 lines | | | | | | 24 lines | | 4 lines | | | | | | 113 lines | | | | 21 lines | | | | 4 lines | | 2 lines | | | | 4 lines | | | | 19 lines | | 1383 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
dc4cf71e6d39 | 7b1d71da76c0 | d27a2ad8424d | Philipp Schaad | Introduced PPCGCodeGeneration header file for simplicity | May 4 2017, 3:44 AM | d27a2ad8424d | c5607b2ae56f | 99c94d949621 6001e9cca31f | Philipp Schaad | Merge branch 'master' of http://llvm.org/git/polly into GPGPU_CL_Runtime | May 3 2017, 1:26 PM | 99c94d949621 | 166d5f2fffcf | 5eeebfdadfb8 5d521a3ae86b | Philipp Schaad | Merged | May 3 2017, 1:25 PM | 5eeebfdadfb8 | 8c3341f0ba8a | c14aa3c7c652 | Philipp Schaad | Fixed formatting | May 2 2017, 1:36 PM | c14aa3c7c652 | 23bbbd6342a8 | 7a10e7e36eef | Philipp Schaad | Addressed multiple issues pointed out in comment | May 2 2017, 1:13 PM | 7a10e7e36eef | 5829a45f8508 | c0854d424602 | Philipp Schaad | Fixed formatting and managed-memory test case (including pre-existing bug) | May 2 2017, 5:53 AM | c0854d424602 | 081be745d840 | 5765f28cc97f 3e9514a818d9 | Philipp Schaad | Merge branch 'master' of http://llvm.org/git/polly into GPGPU_CL_Runtime | May 2 2017, 1:17 AM | 5765f28cc97f | d9c58acf2024 | 6f645f66a5d1 | Philipp Schaad | Integrated D32226 - Managed memory support | Apr 30 2017, 3:47 AM | 6f645f66a5d1 | 01d3fe751f8f | 09c0a6a276e6 8d064625e370 | Philipp Schaad | Merge branch 'master' of http://llvm.org/git/polly into GPGPU_CL_Runtime | Apr 30 2017, 3:28 AM | 09c0a6a276e6 | 480d6f301701 | bb8dca160a3d | Philipp Schaad | GPURuntime works on systems with just one of CUDA/OpenCL now. | Apr 29 2017, 6:37 AM | bb8dca160a3d | f31aed45e684 | 652925f4c47f 50ec033305f1 | Philipp Schaad | Merge branch 'master' of http://llvm.org/git/polly into GPGPU_CL_Runtime | Apr 27 2017, 9:41 AM | 652925f4c47f | 87573788f1df | b4fa3409f558 | Philipp Schaad | Fixed enum style to C++11 | Apr 27 2017, 5:02 AM | b4fa3409f558 | 8c7699a47b9d | 436d33ed5f77 | Philipp Schaad | Made CUDA Runtime default, fixed formatting, adapted test case | Apr 26 2017, 4:43 AM | 436d33ed5f77 | ee72c7640460 | 054b8d7f3ec1 | Philipp Schaad | Addressed consistency and naming concerns | Apr 26 2017, 3:06 AM | 054b8d7f3ec1 | f90bd19ef0dd | 1caca697a6d6 | Philipp Schaad | Removed left over commented out macros | Apr 25 2017, 12:23 PM | 1caca697a6d6 | 81ffcff6e66e | 433bbb1d88ed | Philipp Schaad | Stylistic changes and switch to -polly-gpu-runtime=cuda/opencl compiler flag (Show More…) | Apr 25 2017, 12:16 PM | 433bbb1d88ed | 5df45e71b206 | 3f88fe9e76b8 30623ffa756d | Philipp Schaad | Merge branch 'master' of http://llvm.org/git/polly into GPGPU_CL_Runtime | Apr 25 2017, 8:15 AM | 3f88fe9e76b8 | 246c32a0a20e | 103508186187 | Philipp Schaad | Replaced magic numbers, added assertions and fixed if-braces. | Apr 24 2017, 7:15 AM | 103508186187 | dbc12905e772 | ae6794852ba6 | Philipp Schaad | Fixed formatting mistakes. | Apr 24 2017, 6:11 AM | ae6794852ba6 | 41f18542c123 | d5bd2322fad5 | Philipp Schaad | Fixed GPURuntime requiring -lOpenCL | Apr 24 2017, 5:15 AM | d5bd2322fad5 | 0dd1c5a5221d | d43b863664bb | Philipp Schaad | Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen (Show More…) | Apr 24 2017, 3:05 AM |
|
is this Runtime supposed to be with type GPURuntimeT ? it is a little bit tricky here.
Maybe we need to introduce a PPCG header and define the runtime enum there, than include that runtime enum.
or we can declare the function as
to at least avoid the magic number 0 in line 86.