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
/
mlir
/
lib
/
Conversion
/
GPUToCUDA
/
ConvertKernelFuncToCubin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[mlir] Create a gpu.module operation for the GPU Dialect."
Benjamin Kramer
2020-01-16
1
-9
/
+12
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
1
-12
/
+9
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Adapt code to LLVM API updates.
MLIR Team
2019-11-14
1
-1
/
+1
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-3
/
+3
*
GPUToCUDA: attach CUBIN to the nested module rather than to the function
Alex Zinenko
2019-10-08
1
-35
/
+31
*
Outline GPU kernel function into a nested module.
Christian Sigg
2019-09-23
1
-20
/
+27
*
Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6
George Karpenkov
2019-09-19
1
-27
/
+20
*
Outline GPU kernel function into a nested module.
MLIR Team
2019-09-19
1
-20
/
+27
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
1
-2
/
+2
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-2
/
+2
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-2
/
+2
*
Move GPU dialect to {lib,include/mlir}/Dialect
Alex Zinenko
2019-07-25
1
-1
/
+1
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-1
/
+1
*
Update ModuleOp::create(...) to take a Location instead of a context.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-6
/
+6
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
1
-1
/
+1
*
Add an mlir-cuda-runner tool.
Stephan Herhut
2019-07-04
1
-1
/
+1
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-2
/
+3
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-3
/
+3
*
Make GPU to CUDA transformations independent of CUDA runtime.
Stephan Herhut
2019-06-26
1
-95
/
+57
*
Add gpu::GPUDialect::isKernel helper.
Stephan Herhut
2019-06-25
1
-8
/
+4
*
NVVM target: emit nvvm.annotations for kernel functions
Alex Zinenko
2019-06-25
1
-16
/
+0
*
Add a pass that translates a CUDA kernel function (tagged with nvvm.kernel) to
Stephan Herhut
2019-06-19
1
-0
/
+230