aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-22[Tosa] Add Tosa Sin and Cos operators (#82510)Jerry-Ge1-0/+2
2024-02-13Apply clang-tidy fixes for readability-identifier-naming in TosaOps.cpp (NFC)Mehdi Amini1-3/+3
2024-01-17[mlir][Tosa]: Add folder to ReciprocalOp of splat constant inputs (#78137)Aviad Cohen1-0/+1
2023-12-15[mlir][tosa] Add verifier for `tosa.transpose` (#75376)Felix Schneider1-0/+41
2023-12-05[tosa] Fix crash in shape inference for `tosa.transpose` (#74367)Felix Schneider1-8/+4
2023-11-02[mlir] Fix warningsKazu Hirata1-3/+4
2023-11-02[mlir][tosa] Add verifier for tosa.tile, fix shape inference crash (#70972)Felix Schneider1-1/+20
2023-10-29[mlir][tosa] Fix not to crash with large permutation indexes (#69857)Kai Sasaki1-0/+12
2023-10-28[mlir][tosa] Add verifier for tosa.reverse (#70500)Felix Schneider1-0/+29
2023-10-25[mlir][tosa] fix a crash when sliceOp has invalid attribute (#68486) (#70063)long.chen1-0/+16
2023-10-24[mlir][tosa] Add verifiers to ReduceOps, fix shape inference crash (#69843)Felix Schneider1-2/+59
2023-10-20[mlir][tosa] Check for 0-ranked-tensors during fold (#68512)Sarthak Gupta1-1/+1
2023-10-20[mlir][Tosa] Fix Clamp verifier to handle quantized types.Adrian Kuegel1-0/+8
2023-10-20[mlir][Tosa] fix fp16/bf16 support for Clamp min/max attributes (#69192)fabrizio-indirli1-0/+26
2023-10-16[TOSA] Add StatefulOps to TOSA Dialect (#66843)Tai Ly1-0/+43
2023-10-13[mlir][Tosa] fix fp16/bf16 support for AvgPool2d (#68718)fabrizio-indirli1-8/+10
2023-10-09[mlir][tosa] Add verifier for `ArgMax` operator (#68410)Georgios Pinitas1-0/+15
2023-09-26[mlir][tosa] Add scaffolding for bytecode version. (#67374)Jacques Pienaar1-1/+50
2023-09-19[mlir][Interfaces] `LoopLikeOpInterface`: Support ops with multiple regions (...Matthias Springer1-1/+1
2023-08-15[mlir][tosa] operation printing syntax prettificationTatWai Chong1-0/+128
2023-07-20[ODS] Use Adaptor Trait for Shaped Type InferenceAmanda Tang1-126/+93
2023-07-11[mlir][tosa] fix crash when querying the rank of an unranked tensor.Peiming Liu1-0/+3
2023-07-11[mlir][tosa] Verify zero-dim tensors in the inputKai Sasaki1-1/+27
2023-05-26[mlir] Update cast/isa method calls to function callsTres Popp1-2/+2
2023-05-19[MLIR][TOSA] add tosa erf operatorManupa Karunaratne1-0/+1
2023-05-15Cleanup uses of getAttrDictionary() in MLIR to use getDiscardableAttrDictiona...Mehdi Amini1-12/+12
2023-05-12[mlir][tosa] Add accumulator type attribute to TOSA dialectTatWai Chong1-3/+17
2023-05-12[mlir] Update method cast calls to function callsTres Popp1-25/+29
2023-05-02Adopt Properties to store operations inherent Attributes in TOSAMehdi Amini1-8/+17
2023-05-02[mlir][tosa] Fix crash when inferring shape of tosa.equalSpenser Bauman1-3/+4
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-26/+50
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini1-50/+26
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-26/+50
2023-04-22[mlir] tosa.reshape - Add InferTensorType interfaceAviad Cohen1-2/+11
2023-04-05[mlir][tosa] Add InferTensorType interface to tosa reduce operationsAviad Cohen1-13/+19
2023-03-27[mlir] tosa.concat - fix isCompatibleReturnTypes()Maya Amrami1-0/+2
2023-03-21[mlir] tosa.concat - Add InferTensorType interfaceMaya Amrami1-4/+13
2023-03-14[mlir][tosa] Add FFT2d operationLuke Hutton1-0/+10
2023-02-13[mlir][tosa] Enable `apply_scale` unrollingJakub Kuderski1-0/+6
2023-01-24[mlir][tosa] Add RFFT2d operationLuke Hutton1-0/+25
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu1-2/+2
2023-01-10[mlir][tosa] Remove redundant "tosa.transpose" operationsAviad Cohen1-0/+14
2023-01-06[MLIR][TOSA] Switch Tosa to DenseArrayAttrAlexander Shaposhnikov1-29/+6
2023-01-04[MLIR][TOSA] Switch Tosa_IntArrayAttr[N], Tosa_IntArrayAttrUpto[N] to DenseI6...Alexander Shaposhnikov1-57/+31
2023-01-03[mlir][tosa] Fix out-of-boundaries iteration for tosa-to-linalga.puschin1-0/+15
2023-01-03[mlir][tosa] Fix tosa.transpose_conv2d decompositions for new versionRob Suderman1-2/+2
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra1-32/+30
2022-11-21Merge kDynamicSize and kDynamicSentinel into one constant.Aliia Khasanova1-50/+49
2022-11-18[mlir][tosa] Fix tosa.slice shape inference for ShapedType:kDynamicShapeRob Suderman1-6/+8
2022-11-10Apply clang-tidy fixes for readability-identifier-naming in TosaOps.cpp (NFC)Mehdi Amini1-3/+3