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
/
LoopsToGPU
/
LoopsToGPU.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-15
/
+17
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-2
/
+2
*
[mlir] Fix -Wrange-loo-analysis warnings
Fangrui Song
2020-01-01
1
-2
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-58
/
+54
*
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
-54
/
+57
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-1
/
+1
*
Replace custom getBody method with an ODS-generated in gpu::LaunchOp
Alex Zinenko
2019-12-06
1
-7
/
+7
*
Move Affine to Standard conversion to lib/Conversion
Alex Zinenko
2019-11-14
1
-1
/
+1
*
Support lowering of imperfectly nested loops into GPU dialect.
Mahesh Ravishankar
2019-11-01
1
-26
/
+227
*
Unify GPU op definition names with other dialects.
Christian Sigg
2019-10-21
1
-1
/
+1
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-1
/
+1
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Move GPU dialect to {lib,include/mlir}/Dialect
Alex Zinenko
2019-07-25
1
-1
/
+1
*
Move affine.for and affine.if to ODS
Nicolas Vasilache
2019-07-16
1
-16
/
+10
*
Replace linalg.for by loop.for
Nicolas Vasilache
2019-07-16
1
-27
/
+32
*
Extend AffineToGPU to support Linalg loops
Alex Zinenko
2019-07-09
1
-0
/
+338