index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
polly
/
tools
/
GPURuntime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos throughout the license files that somehow I and my reviewers
Chandler Carruth
2019-01-21
1
-1
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+8
*
Install new LLVM license structure and new developer policy.
Chandler Carruth
2019-01-19
1
-1
/
+236
*
Update year in license files
Hans Wennborg
2019-01-15
1
-1
/
+1
*
Update copyright year to 2018.
Paul Robinson
2018-06-18
1
-1
/
+1
*
[GPUJIT] Improved temporary file handling.
Philipp Schaad
2017-09-19
1
-8
/
+7
*
[Polly][GPGPU] Fixed undefined reference for CUDA's managed memory in Runtime...
Philipp Schaad
2017-08-27
1
-2
/
+24
*
[GPUJIT] Make max managed pointers an environment variable.
Siddharth Bhat
2017-08-22
1
-7
/
+20
*
[GPUJIT] Switch from Runtime API calls for managed memory to Driver API calls.
Siddharth Bhat
2017-08-20
1
-7
/
+17
*
[Polly] [GPUJIT] Set min size to 1 on CUDA allocation calls. [NFC]
Siddharth Bhat
2017-08-15
1
-0
/
+16
*
[NFC] [GPUJIT] Print line number & size information on allocateMemoryForDevic...
Siddharth Bhat
2017-08-08
1
-3
/
+12
*
[GPUJIT] Add GPUJIT APIs for allocating and freeing managed memory.
Siddharth Bhat
2017-08-02
2
-0
/
+66
*
[GPUJIT] Teach GPUJIT to use a pre-existing CUDA context if available.
Siddharth Bhat
2017-08-02
1
-1
/
+33
*
[GPUJIT] Call `cuProfilerStop` before destroying the context to flush profile...
Siddharth Bhat
2017-08-01
1
-0
/
+7
*
[Polly][GPGPU] Added SPIR Code Generation and Corresponding Runtime Support f...
Philipp Schaad
2017-07-21
1
-30
/
+71
*
[GPUJIT] Disabled gcc's -Wpedantic for use of dlsym
Siddharth Bhat
2017-05-10
1
-16
/
+32
*
Add noreturn attribute to avoid warnings about missing initialization
Tobias Grosser
2017-05-10
1
-0
/
+1
*
[Polly][PPCGCodeGen] OpenCL now gets kernel argument size from PPCG CodeGen
Siddharth Bhat
2017-05-09
1
-21
/
+5
*
[Polly][GPUJIT] Fixed OpenCL 2.0 min requirement for Error codes
Siddharth Bhat
2017-05-08
1
-2
/
+2
*
[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen
Siddharth Bhat
2017-05-07
2
-95
/
+1241
*
[Polly] [GPUJIT] Adapted argument capitalization to fit standard
Siddharth Bhat
2017-05-07
1
-19
/
+19
*
[Polly] [GPUJIT] Moved error prints to stderr
Siddharth Bhat
2017-05-07
1
-16
/
+16
*
Revert "[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen"
Siddharth Bhat
2017-05-05
2
-1274
/
+128
*
[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen
Siddharth Bhat
2017-05-05
2
-128
/
+1274
*
[Polly] [PPCGCodeGeneration] Add managed memory support to GPU code
Siddharth Bhat
2017-04-28
2
-0
/
+14
*
GPURuntime: ensure compilation with C99
Tobias Grosser
2016-09-11
1
-0
/
+2
*
GPGPU: Cache PTX kernels
Tobias Grosser
2016-08-04
1
-4
/
+52
*
GPGPU: Add basic support for kernel launches
Tobias Grosser
2016-07-27
2
-50
/
+45
*
GPGPU: Load GPU kernels
Tobias Grosser
2016-07-25
2
-28
/
+119
*
GPGPU: Emit data-transfer code
Tobias Grosser
2016-07-25
2
-8
/
+8
*
GPGPU: Complete code to allocate and free device arrays
Tobias Grosser
2016-07-25
2
-1
/
+30
*
GPURuntime: Add missing debug output
Tobias Grosser
2016-07-25
1
-0
/
+1
*
GPURuntime: Fix typo in docu
Tobias Grosser
2016-07-25
1
-1
/
+1
*
GPURuntime: Drop polly_cleanupGPGPUResources
Tobias Grosser
2016-07-25
2
-28
/
+0
*
GPGPU: initialize GPU context and simplify the corresponding GPURuntime inter...
Tobias Grosser
2016-07-25
2
-29
/
+23
*
GPURuntime: Check for debug-mode early on
Tobias Grosser
2016-07-25
1
-2
/
+2
*
GPURuntime: Drop timing functionality (some leftover II)
Tobias Grosser
2016-07-25
2
-36
/
+0
*
GPURuntime: Drop timing functionality (some leftover)
Tobias Grosser
2016-07-25
1
-2
/
+0
*
GPURuntime: Drop timing functionality
Tobias Grosser
2016-07-25
2
-44
/
+0
*
GPURuntime: Only print status in debug mode
Tobias Grosser
2016-07-06
1
-3
/
+3
*
GPURuntime: Drop polly_allocateMemoryForHostAndDevice
Tobias Grosser
2016-07-06
2
-22
/
+0
*
GPURuntime: Add basic debug tracing infrastructure
Tobias Grosser
2016-07-06
1
-0
/
+38
*
Update copyright year to 2016.
Paul Robinson
2016-03-30
1
-2
/
+2
*
Also clang-format *.c run-time library files
Tobias Grosser
2016-03-08
1
-15
/
+18
*
Remove autotools build system
Michael Kruse
2016-01-28
1
-16
/
+0
*
Do not compile GPU library with sanitizers
Tobias Grosser
2015-07-28
1
-1
/
+4
*
Fix formatting issues in banner
Tobias Grosser
2015-04-27
1
-3
/
+2
*
Ensure the functions in our GPURuntime are visible
Tobias Grosser
2015-03-10
1
-0
/
+2
*
Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
2014-01-01
1
-2
/
+2
*
Reformat with clang-format
Tobias Grosser
2013-05-07
1
-7
/
+9
[next]