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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.
Nicolas Vasilache
2020-01-14
7
-123
/
+182
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
3
-7
/
+9
*
[mlir] Fix -Wunused
Sam McCall
2020-01-14
1
-2
/
+2
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
1
-9
/
+11
*
[mlir][Linalg] Update ReshapeOp::build to be more idiomatic
Nicolas Vasilache
2020-01-13
1
-5
/
+43
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
8
-52
/
+51
*
[mlir][Linalg] Add a linalg.reshape op
Nicolas Vasilache
2020-01-06
1
-1
/
+202
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-06
1
-1
/
+1
*
[mlir][Linalg] NFC - Post-commit format fix
Nicolas Vasilache
2020-01-03
1
-2
/
+3
*
[mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error on older...
Nicolas Vasilache
2020-01-03
1
-2
/
+7
*
[mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error (-fpermi...
Nicolas Vasilache
2020-01-03
1
-4
/
+6
*
[mlir][linalg] Lower linalg to affine loops
Ahmed Taei
2020-01-03
2
-2
/
+24
*
[mlir][Linalg] Extend generic ops to allow tensors
Nicolas Vasilache
2020-01-02
3
-32
/
+113
*
[mlir][Linalg] NFC - Make consistent use of op.emitOpError
Nicolas Vasilache
2020-01-02
2
-31
/
+31
*
[mlir][Linalg] NFC - Cleanup Linalg Declarative Transformations
Nicolas Vasilache
2020-01-02
1
-3
/
+3
*
[mlir][Linalg] NFC - Rename LinalgGeneric -> GenericLinalg
Nicolas Vasilache
2020-01-02
1
-6
/
+6
*
[mlir] Fix compilation warnings
Alexandre Ganea
2020-01-01
1
-1
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
9
-113
/
+105
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
1
-2
/
+2
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
1
-2
/
+2
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
1
-2
/
+2
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
11
-143
/
+44
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
9
-117
/
+119
*
Restructure and update Linalg ODS and documentation - NFC
Nicolas Vasilache
2019-12-19
4
-10
/
+10
*
Update code block designations
Jacques Pienaar
2019-12-18
1
-1
/
+1
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
4
-5
/
+5
*
Add edsc::ops for pointwise, conv and dilated_conv
Nicolas Vasilache
2019-12-16
1
-17
/
+146
*
[Linalg] Expose subview promotion as a declarative pattern
Jose Ignacio Gomez
2019-12-16
2
-7
/
+26
*
Apply a level of sugaring to the linalg.generic EDSC - NFC
Nicolas Vasilache
2019-12-13
1
-20
/
+75
*
Add a layer of EDSC for linalg.GenericOp
Nicolas Vasilache
2019-12-13
4
-2
/
+77
*
NFC: Cleanup the various Op::print methods.
River Riddle
2019-12-12
1
-26
/
+15
*
Retire !linalg.buffer type - NFC
Nicolas Vasilache
2019-12-12
2
-100
/
+2
*
Continue refactoring StructuredOps utilities
Nicolas Vasilache
2019-12-11
3
-12
/
+39
*
[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
2
-0
/
+88
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-1
/
+1
*
[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
2
-111
/
+205
*
Fix Windows Build
Nicolas Vasilache
2019-11-22
1
-1
/
+2
*
Move Linalg Transforms that are actually Conversions - NFC
Nicolas Vasilache
2019-11-21
2
-530
/
+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
3
-65
/
+212
*
Fix build warnings
Nicolas Vasilache
2019-11-15
1
-0
/
+1
*
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
[next]