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
/
QuantOps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-2
/
+2
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
2
-5
/
+5
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
10
-130
/
+40
*
NFC: Cleanup non-conforming usages of namespaces.
River Riddle
2019-12-18
2
-33
/
+27
*
Refactor various canonicalization patterns as in-place folds.
River Riddle
2019-12-13
1
-32
/
+12
*
Add emitOptional(Error|Warning|Remark) functions to simplify emission with an...
River Riddle
2019-12-04
1
-70
/
+29
*
Refactor QuantOps TypeParser to use the DialectAsmParser methods directly.
River Riddle
2019-11-01
1
-499
/
+143
*
Remove the need for passing a location to parseAttribute/parseType.
River Riddle
2019-11-01
1
-2
/
+2
*
Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...
River Riddle
2019-11-01
1
-7
/
+10
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
2
-2
/
+2
*
Fix typo in QuantizedType method names
Kazuaki Ishizaki
2019-10-09
2
-6
/
+6
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-2
/
+2
*
Add `axis` attribute to the quant.stats op
Feng Liu
2019-10-03
1
-0
/
+1
*
Quantize attribute values by per axis quantization parameters
Feng Liu
2019-09-19
2
-8
/
+55
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
2
-2
/
+2
*
Remove the constraint that min / max should stride zero
Feng Liu
2019-09-10
1
-12
/
+13
*
Convert ConstFakeQuantPerAxis to qcast and dcast pair
Feng Liu
2019-09-10
2
-27
/
+70
*
[NFC] Rename ExpressedToUniformQuantizedType to ExpressedToQuantizedType
Feng Liu
2019-09-09
2
-9
/
+8
*
Convert per channel fake quant attributes to type
Feng Liu
2019-09-09
1
-36
/
+102
*
Add tests to verify 0.0 is quantized correctly
Feng Liu
2019-08-29
1
-1
/
+1
*
Fix the equality check of two floating point values
Feng Liu
2019-08-28
1
-3
/
+5
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
2
-2
/
+2
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
2
-4
/
+5
*
Refactor DenseElementAttr::getValues methods to return full ranges for splats.
River Riddle
2019-08-11
1
-3
/
+8
*
NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.
River Riddle
2019-08-09
2
-2
/
+2
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
3
-5
/
+3
*
Add an "is_signed" attribute to the quant_ConstFakeQuant op
Feng Liu
2019-07-19
2
-4
/
+10
*
Support signed and unsigned quantization types
Feng Liu
2019-07-16
1
-8
/
+13
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
2
-2
/
+2
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
3
-14
/
+14
*
Simplify usages of SplatElementsAttr now that it inherits from DenseElementsA...
River Riddle
2019-06-19
2
-39
/
+3
*
Refactor DenseElementsAttr to support auto-splatting the dense data on constr...
River Riddle
2019-06-19
1
-1
/
+1
*
Add a templated wrapper around RewritePattern that allows for defining ma...
River Riddle
2019-06-01
2
-55
/
+36
*
Update the rewrite methods of each of the DialectConversion patterns to n...
River Riddle
2019-05-20
1
-1
/
+1
*
Rename VectorOrTensorType to ShapedType
Geoffrey Martin-Noble
2019-05-20
3
-30
/
+29
*
Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps.
Stella Laurenzo
2019-05-20
11
-0
/
+2164