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
/
Tiling.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
-1
/
+8
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-1
/
+1
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-7
/
+7
*
[mlir][Linalg] NFC - Make consistent use of op.emitOpError
Nicolas Vasilache
2020-01-02
1
-1
/
+1
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-28
/
+27
*
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
-26
/
+27
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-2
/
+2
*
Add a layer of EDSC for linalg.GenericOp
Nicolas Vasilache
2019-12-13
1
-1
/
+1
*
[Linalg] Add tiling for IndexedGenericOp with a region.
Alexander Belyaev
2019-12-11
1
-9
/
+115
*
[Linalg] Add a Linalg iterator permutation transformation
Jose Ignacio Gomez
2019-12-10
1
-9
/
+1
*
[Linalg] Add permutation information to tiling
Jose Ignacio Gomez
2019-12-05
1
-10
/
+37
*
Replace explicit concatenation by llvm::concat
Nicolas Vasilache
2019-11-13
1
-4
/
+2
*
Deprecate linalg.subview in favor of std.subview
Nicolas Vasilache
2019-11-13
1
-34
/
+27
*
Adds std.subview operation which takes dynamic offsets, sizes and strides and...
Andy Davis
2019-11-11
1
-10
/
+11
*
Standardize Linalg transformations to take an OpBuilder and an OperationFolde...
Nicolas Vasilache
2019-10-28
1
-20
/
+28
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
Decouple Linalg promotion from Linalg tiling - NFC
Nicolas Vasilache
2019-10-17
1
-217
/
+14
*
Fix linalg.subview behavior in (partially) static cases.
Nicolas Vasilache
2019-10-14
1
-6
/
+13
*
Unify Linalg types by using strided memrefs
Nicolas Vasilache
2019-10-01
1
-12
/
+11
*
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
-7
/
+7
*
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
/
+2
*
Move Linalg and VectorOps dialects to the Dialect subdir - NFC
Nicolas Vasilache
2019-08-19
1
-0
/
+542