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
/
Linalg
/
Transforms
/
Fusion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.
Nicolas Vasilache
2020-01-14
1
-4
/
+27
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-8
/
+7
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-15
/
+14
*
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
-16
/
+16
*
Deprecate linalg.subview in favor of std.subview
Nicolas Vasilache
2019-11-13
1
-21
/
+21
*
Adds std.subview operation which takes dynamic offsets, sizes and strides and...
Andy Davis
2019-11-11
1
-10
/
+14
*
Add Linalg pattern for producer-consumer fusion
Nicolas Vasilache
2019-11-01
1
-17
/
+47
*
LinalgDependenceGraph: add const modifiers to accessors
Alex Zinenko
2019-10-31
1
-5
/
+3
*
Standardize Linalg transformations to take an OpBuilder and an OperationFolde...
Nicolas Vasilache
2019-10-28
1
-18
/
+17
*
Fix linalg.subview behavior in (partially) static cases.
Nicolas Vasilache
2019-10-14
1
-1
/
+8
*
Expose `fuseProducerOf` in Linalg/Utils/Utils.h.
MLIR Team
2019-10-07
1
-11
/
+6
*
Unify Linalg types by using strided memrefs
Nicolas Vasilache
2019-10-01
1
-4
/
+4
*
Decouple tiling from fusion in Linalg.
Nicolas Vasilache
2019-09-26
1
-157
/
+118
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+1
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Properly clone Linalg ops with regions
Nicolas Vasilache
2019-09-03
1
-5
/
+5
*
Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.
River Riddle
2019-09-01
1
-1
/
+1
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-2
/
+1
*
Move Linalg and VectorOps dialects to the Dialect subdir - NFC
Nicolas Vasilache
2019-08-19
1
-0
/
+363