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
/
Traits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-3
/
+3
*
[mlir] Fix -Wrange-loo-analysis warnings
Fangrui Song
2020-01-01
1
-1
/
+1
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-3
/
+2
*
Switch C++14 std::equal usage to for-loop.
Jacques Pienaar
2019-07-19
1
-2
/
+6
*
Relax Broadcastable trait to only reject instances that are statically incomp...
Smit Hinsu
2019-07-19
1
-10
/
+36
*
Rename VectorOrTensorType to ShapedType
Geoffrey Martin-Noble
2019-05-20
1
-4
/
+4
*
Only forbid mixing tensor and vector when considering broadcasting behavior
Lei Zhang
2019-05-10
1
-53
/
+32
*
Simplify the emission of various diagnostics emitted by the different dia...
River Riddle
2019-05-10
1
-4
/
+4
*
Rewrite the verify hooks on operations to use LogicalResult instead of bo...
River Riddle
2019-04-02
1
-2
/
+2
*
Replace remaining usages of the Instruction class with Operation.
River Riddle
2019-03-29
1
-1
/
+1
*
Remove const from Value, Instruction, Argument, and the various methods on the
Chris Lattner
2019-03-29
1
-1
/
+1
*
Change getBroadcastedShape() to return result shape via parameter
Lei Zhang
2019-03-29
1
-10
/
+11
*
Allow input and output to have different element types for broadcastable ops
Lei Zhang
2019-03-29
1
-3
/
+19
*
Pull shape broadcast out as a stand-alone utility function
Lei Zhang
2019-03-29
1
-35
/
+60
*
Add binary broadcastable builder.
Jacques Pienaar
2019-03-29
1
-1
/
+4
*
Handle dynamic shapes in Broadcastable op trait
Smit Hinsu
2019-03-29
1
-3
/
+13
*
Remove remaining references to OperationInst in all directories except for li...
River Riddle
2019-03-29
1
-1
/
+1
*
Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int.
River Riddle
2019-03-29
1
-2
/
+2
*
Promote broadcast logic from TensorFlowLite to Dialect/ directory
Lei Zhang
2019-03-29
1
-0
/
+157