summaryrefslogtreecommitdiffstats
path: root/polly/tools/GPURuntime
Commit message (Expand)AuthorAgeFilesLines
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-211-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+8
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-1/+236
* Update year in license filesHans Wennborg2019-01-151-1/+1
* Update copyright year to 2018.Paul Robinson2018-06-181-1/+1
* [GPUJIT] Improved temporary file handling.Philipp Schaad2017-09-191-8/+7
* [Polly][GPGPU] Fixed undefined reference for CUDA's managed memory in Runtime...Philipp Schaad2017-08-271-2/+24
* [GPUJIT] Make max managed pointers an environment variable.Siddharth Bhat2017-08-221-7/+20
* [GPUJIT] Switch from Runtime API calls for managed memory to Driver API calls.Siddharth Bhat2017-08-201-7/+17
* [Polly] [GPUJIT] Set min size to 1 on CUDA allocation calls. [NFC]Siddharth Bhat2017-08-151-0/+16
* [NFC] [GPUJIT] Print line number & size information on allocateMemoryForDevic...Siddharth Bhat2017-08-081-3/+12
* [GPUJIT] Add GPUJIT APIs for allocating and freeing managed memory.Siddharth Bhat2017-08-022-0/+66
* [GPUJIT] Teach GPUJIT to use a pre-existing CUDA context if available.Siddharth Bhat2017-08-021-1/+33
* [GPUJIT] Call `cuProfilerStop` before destroying the context to flush profile...Siddharth Bhat2017-08-011-0/+7
* [Polly][GPGPU] Added SPIR Code Generation and Corresponding Runtime Support f...Philipp Schaad2017-07-211-30/+71
* [GPUJIT] Disabled gcc's -Wpedantic for use of dlsymSiddharth Bhat2017-05-101-16/+32
* Add noreturn attribute to avoid warnings about missing initializationTobias Grosser2017-05-101-0/+1
* [Polly][PPCGCodeGen] OpenCL now gets kernel argument size from PPCG CodeGenSiddharth Bhat2017-05-091-21/+5
* [Polly][GPUJIT] Fixed OpenCL 2.0 min requirement for Error codesSiddharth Bhat2017-05-081-2/+2
* [Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGenSiddharth Bhat2017-05-072-95/+1241
* [Polly] [GPUJIT] Adapted argument capitalization to fit standardSiddharth Bhat2017-05-071-19/+19
* [Polly] [GPUJIT] Moved error prints to stderrSiddharth Bhat2017-05-071-16/+16
* Revert "[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen"Siddharth Bhat2017-05-052-1274/+128
* [Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGenSiddharth Bhat2017-05-052-128/+1274
* [Polly] [PPCGCodeGeneration] Add managed memory support to GPU codeSiddharth Bhat2017-04-282-0/+14
* GPURuntime: ensure compilation with C99Tobias Grosser2016-09-111-0/+2
* GPGPU: Cache PTX kernelsTobias Grosser2016-08-041-4/+52
* GPGPU: Add basic support for kernel launchesTobias Grosser2016-07-272-50/+45
* GPGPU: Load GPU kernelsTobias Grosser2016-07-252-28/+119
* GPGPU: Emit data-transfer codeTobias Grosser2016-07-252-8/+8
* GPGPU: Complete code to allocate and free device arraysTobias Grosser2016-07-252-1/+30
* GPURuntime: Add missing debug outputTobias Grosser2016-07-251-0/+1
* GPURuntime: Fix typo in docuTobias Grosser2016-07-251-1/+1
* GPURuntime: Drop polly_cleanupGPGPUResourcesTobias Grosser2016-07-252-28/+0
* GPGPU: initialize GPU context and simplify the corresponding GPURuntime inter...Tobias Grosser2016-07-252-29/+23
* GPURuntime: Check for debug-mode early onTobias Grosser2016-07-251-2/+2
* GPURuntime: Drop timing functionality (some leftover II)Tobias Grosser2016-07-252-36/+0
* GPURuntime: Drop timing functionality (some leftover)Tobias Grosser2016-07-251-2/+0
* GPURuntime: Drop timing functionalityTobias Grosser2016-07-252-44/+0
* GPURuntime: Only print status in debug modeTobias Grosser2016-07-061-3/+3
* GPURuntime: Drop polly_allocateMemoryForHostAndDeviceTobias Grosser2016-07-062-22/+0
* GPURuntime: Add basic debug tracing infrastructureTobias Grosser2016-07-061-0/+38
* Update copyright year to 2016.Paul Robinson2016-03-301-2/+2
* Also clang-format *.c run-time library filesTobias Grosser2016-03-081-15/+18
* Remove autotools build systemMichael Kruse2016-01-281-16/+0
* Do not compile GPU library with sanitizersTobias Grosser2015-07-281-1/+4
* Fix formatting issues in bannerTobias Grosser2015-04-271-3/+2
* Ensure the functions in our GPURuntime are visibleTobias Grosser2015-03-101-0/+2
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-011-2/+2
* Reformat with clang-formatTobias Grosser2013-05-071-7/+9
OpenPOWER on IntegriCloud