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
/
Dialect
/
GPU
/
Transforms
/
KernelOutlining.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
-13
/
+9
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
1
-9
/
+13
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-4
/
+4
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-6
/
+6
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-6
/
+6
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-2
/
+2
*
Plug gpu.func into the GPU lowering pipelines
Alex Zinenko
2019-12-16
1
-23
/
+24
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-3
/
+1
*
Replace custom getBody method with an ODS-generated in gpu::LaunchOp
Alex Zinenko
2019-12-06
1
-1
/
+1
*
Move ModuleManager functionality into mlir::SymbolTable.
Tres Popp
2019-12-05
1
-10
/
+10
*
Extend kernel outlining to also consider dim worth inlining.
Stephan Herhut
2019-11-20
1
-9
/
+21
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-1
/
+2
*
Look for SymbolRefAttr in KernelOutlining instead of hard-coding CallOp
MLIR Team
2019-11-08
1
-15
/
+17
*
Unify GPU op definition names with other dialects.
Christian Sigg
2019-10-21
1
-5
/
+5
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
Use named modules for gpu.launch_func
Alex Zinenko
2019-10-08
1
-12
/
+17
*
Clone called functions into nested GPU module.
Christian Sigg
2019-09-24
1
-7
/
+31
*
Outline GPU kernel function into a nested module.
Christian Sigg
2019-09-23
1
-4
/
+33
*
Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6
George Karpenkov
2019-09-19
1
-33
/
+4
*
Outline GPU kernel function into a nested module.
MLIR Team
2019-09-19
1
-4
/
+33
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Addressing some late review comments on kernel inlining.
Stephan Herhut
2019-09-09
1
-15
/
+15
*
Make GPU kernel outlining inline constants.
Stephan Herhut
2019-09-04
1
-2
/
+40
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-2
/
+2
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-1
/
+1
*
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
-0
/
+118