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
/
IR
/
LinalgOps.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
-96
/
+91
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-4
/
+4
*
[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
1
-18
/
+18
*
[mlir][Linalg] Add a linalg.reshape op
Nicolas Vasilache
2020-01-06
1
-1
/
+202
*
[mlir][Linalg] Extend generic ops to allow tensors
Nicolas Vasilache
2020-01-02
1
-16
/
+43
*
[mlir][Linalg] NFC - Make consistent use of op.emitOpError
Nicolas Vasilache
2020-01-02
1
-30
/
+30
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-2
/
+2
*
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
-2
/
+2
*
Restructure and update Linalg ODS and documentation - NFC
Nicolas Vasilache
2019-12-19
1
-7
/
+7
*
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
1
-1
/
+1
*
NFC: Cleanup the various Op::print methods.
River Riddle
2019-12-12
1
-26
/
+15
*
Continue refactoring StructuredOps utilities
Nicolas Vasilache
2019-12-11
1
-3
/
+30
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-1
/
+1
*
Lower linalg.indexed_generic to loops.
Alexander Belyaev
2019-11-18
1
-31
/
+88
*
Deprecate linalg.subview in favor of std.subview
Nicolas Vasilache
2019-11-13
1
-74
/
+0
*
Adds std.subview operation which takes dynamic offsets, sizes and strides and...
Andy Davis
2019-11-11
1
-4
/
+5
*
Update Linalg to use std.view
Nicolas Vasilache
2019-11-07
1
-150
/
+1
*
Add IndexedGenericOp to Linalg.
Alexander Belyaev
2019-11-06
1
-27
/
+89
*
Add ViewOp to the StandardOps dialect, which casts a 1D/i8 element type memre...
Andy Davis
2019-11-06
1
-1
/
+1
*
NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...
River Riddle
2019-11-05
1
-12
/
+12
*
Fix linalg.subview behavior in (partially) static cases.
Nicolas Vasilache
2019-10-14
1
-14
/
+23
*
Update upgrade some uses of mlir::interleave API to take container argument d...
Jing Pu
2019-10-07
1
-6
/
+2
*
Extract MemRefType::getStridesAndOffset as a free function and fix dynamic of...
Nicolas Vasilache
2019-10-02
1
-2
/
+2
*
Unify Linalg types by using strided memrefs
Nicolas Vasilache
2019-10-01
1
-212
/
+93
*
NFC - clean up op accessor usage, std.load/store op verify, other stale info
Uday Bondhugula
2019-09-27
1
-13
/
+12
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-86
/
+86
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-79
/
+79
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-121
/
+119
*
Add a linalg.transpose op
Nicolas Vasilache
2019-08-23
1
-2
/
+35
*
NFC: Fix path of LinalgLibraryOpInterfaces inc files.
River Riddle
2019-08-22
1
-1
/
+1
*
Add support for generating operation interfaces from the ODS framework.
River Riddle
2019-08-21
1
-0
/
+2
*
Move Linalg and VectorOps dialects to the Dialect subdir - NFC
Nicolas Vasilache
2019-08-19
1
-0
/
+1000