summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/FxpMathOps/Transforms/UniformKernelUtils.h
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-4/+4
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-3/+3
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-3/+3
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-1/+1
* Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...River Riddle2019-06-191-2/+2
* Allow for the case where ShapedType is a MemRef in fixed point math kerne...Geoffrey Martin-Noble2019-05-201-4/+7
* Rename VectorOrTensorType to ShapedTypeGeoffrey Martin-Noble2019-05-201-12/+12
* Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps.Stella Laurenzo2019-05-201-0/+233
OpenPOWER on IntegriCloud