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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.
Nicolas Vasilache
2020-01-14
5
-24
/
+84
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
2
-3
/
+5
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
4
-23
/
+22
*
[mlir][linalg] Lower linalg to affine loops
Ahmed Taei
2020-01-03
1
-2
/
+1
*
[mlir][Linalg] Extend generic ops to allow tensors
Nicolas Vasilache
2020-01-02
1
-16
/
+69
*
[mlir][Linalg] NFC - Make consistent use of op.emitOpError
Nicolas Vasilache
2020-01-02
1
-1
/
+1
*
[mlir][Linalg] NFC - Cleanup Linalg Declarative Transformations
Nicolas Vasilache
2020-01-02
1
-3
/
+3
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
5
-84
/
+77
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
5
-65
/
+20
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
5
-84
/
+86
*
Restructure and update Linalg ODS and documentation - NFC
Nicolas Vasilache
2019-12-19
1
-1
/
+1
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
2
-3
/
+3
*
[Linalg] Expose subview promotion as a declarative pattern
Jose Ignacio Gomez
2019-12-16
2
-7
/
+26
*
Add a layer of EDSC for linalg.GenericOp
Nicolas Vasilache
2019-12-13
2
-2
/
+3
*
Continue refactoring StructuredOps utilities
Nicolas Vasilache
2019-12-11
2
-9
/
+9
*
[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
2
-9
/
+38
*
[StructuredOps][Linalg] Add a primitive pattern to rewrite the linalg.generic...
Nicolas Vasilache
2019-12-09
1
-0
/
+87
*
[Linalg] Add permutation information to tiling
Jose Ignacio Gomez
2019-12-05
2
-15
/
+42
*
Implement Linalg to loops lowering as a pattern
Nicolas Vasilache
2019-11-27
1
-110
/
+204
*
Fix Windows Build
Nicolas Vasilache
2019-11-22
1
-1
/
+2
*
Move Linalg Transforms that are actually Conversions - NFC
Nicolas Vasilache
2019-11-21
1
-529
/
+0
*
Fix OSS builds - NFC
Nicolas Vasilache
2019-11-21
1
-1
/
+1
*
Drop unused function - NFC
Nicolas Vasilache
2019-11-21
1
-5
/
+0
*
Split Linalg declarative patterns from specific test patterns - NFC
Nicolas Vasilache
2019-11-21
1
-62
/
+37
*
Lower linalg.indexed_generic to loops.
Alexander Belyaev
2019-11-18
2
-34
/
+124
*
Templatize linalg::LowerToLoops - NFC
Nicolas Vasilache
2019-11-15
1
-65
/
+80
*
Refactor the LowerVectorTransfers pass to use the RewritePattern infra - NFC
Nicolas Vasilache
2019-11-14
1
-1
/
+1
*
Move Affine to Standard conversion to lib/Conversion
Alex Zinenko
2019-11-14
1
-1
/
+1
*
Use MemRefDescriptor in Linalg-to-LLVM conversion
Alex Zinenko
2019-11-14
1
-96
/
+61
*
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
4
-93
/
+59
*
Add support for alignment attribute in std.alloc.
Nicolas Vasilache
2019-11-12
1
-30
/
+48
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-3
/
+3
*
Adds std.subview operation which takes dynamic offsets, sizes and strides and...
Andy Davis
2019-11-11
4
-28
/
+37
*
Update Linalg to use std.view
Nicolas Vasilache
2019-11-07
2
-235
/
+48
*
Add IndexedGenericOp to Linalg.
Alexander Belyaev
2019-11-06
1
-0
/
+10
*
Add ViewOp to the StandardOps dialect, which casts a 1D/i8 element type memre...
Andy Davis
2019-11-06
1
-3
/
+4
*
Drop spurious debug spew.
Nicolas Vasilache
2019-11-01
1
-2
/
+0
*
Add Linalg pattern for producer-consumer fusion
Nicolas Vasilache
2019-11-01
2
-22
/
+119
*
LinalgDependenceGraph: add const modifiers to accessors
Alex Zinenko
2019-10-31
1
-5
/
+3
*
Add basic support for declarative Linalg transformations
Nicolas Vasilache
2019-10-30
1
-0
/
+67
*
Standardize Linalg transformations to take an OpBuilder and an OperationFolde...
Nicolas Vasilache
2019-10-28
4
-56
/
+63
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
2
-5
/
+5
*
Lower vector transfer ops to loop.for operations.
Nicolas Vasilache
2019-10-18
1
-1
/
+1
*
Decouple Linalg promotion from Linalg tiling - NFC
Nicolas Vasilache
2019-10-17
2
-217
/
+247
*
Add support for PatternRewriter::eraseOp.
River Riddle
2019-10-16
2
-3
/
+3
*
Fix linalg.subview behavior in (partially) static cases.
Nicolas Vasilache
2019-10-14
2
-7
/
+21
*
Add lowering of VectorOps dialect to LLVM to the Linalg LLVM lowering pass
Nicolas Vasilache
2019-10-14
1
-0
/
+2
*
Remove the need to convert operations in regions of operations that have been...
River Riddle
2019-10-10
1
-9
/
+0
[next]