summaryrefslogtreecommitdiffstats
path: root/mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir][tosa] Implement dynamic shape support for tosa.max_pool2d lowering (#8...Spenser Bauman2024-04-161-4/+8
* [TOSA] TosaToLinalg: fix int64_t min/max lowering of clamp (#82641)Matthias Gehre2024-02-221-0/+15
* [mlir] Use arith max or min ops instead of cmp + select (#82178)mlevesquedion2024-02-211-40/+21
* Fix TOSA FP16->INT16 CAST lowering (#79299)Thomas Preud'homme2024-01-301-12/+27
* [TOSA] FFT2D operator (#77005)Dmitriy Smirnov2024-01-111-0/+134
* [mlir][tosa]Fix Rescale shift attr data type (#71084)Tai Ly2024-01-101-14/+14
* [TOSA] Usage of 32bit integer for 'index to float' in rfft2d (#75098)Dmitriy Smirnov2024-01-051-24/+24
* [mlir][tosa] Move lowering of `tosa.transpose` to `tosa-to-linalg-named` (#75...Felix Schneider2024-01-021-85/+0
* Fix for TOSA-to-linalg lowering of tosa.transpose op (#72698)Rafael Ubal2023-11-221-6/+29
* [mlir][TosaToLinalg] Lower tosa reduce operations to linalg reduce op (#68480)Amir Bishara2023-10-101-56/+43
* [mlir][tosa] Align `shift` attribute of `TOSA_MulOp` with the spec (#67816)Georgios Pinitas2023-10-021-4/+4
* [mlir][arith] Rename operations: `maxf` → `maximumf`, `minf` → `minimumf`...Daniil Dudkin2023-09-111-13/+13
* [mlir][Tosa] Allow non-fp32 tosa.cast to integersKrzysztof Drewniak2023-08-291-0/+8
* [mlir][tosa] Change axis to I32AttrTai Ly2023-08-151-24/+24
* [mlir][tosa] operation printing syntax prettificationTatWai Chong2023-08-151-137/+137
* Released restriction that prevented implicit dynamic-to-static dimension type...Rafael Ubal Tena2023-08-011-3/+24
* [mlir][tosa][fix] Add proper type checking trait for tosa mulTatWai Chong2023-07-211-1/+3
* TOSA-to-Linalg lowering for element-wise opsRafael Ubal Tena2023-07-211-126/+356
* [MLIR][Tosa] Pass encoding through `tosa-to-linalg`rikhuijzer2023-06-151-0/+12
* [mlir][tosa] Implement lowering for tosa.rfft2dSpenser Bauman2023-05-301-0/+129
* [mlir][tosa] Add type checking traits to the appropriate opsTatWai Chong2023-05-251-3/+1
* [MLIR][TOSA] add tosa erf operatorManupa Karunaratne2023-05-191-0/+4
* Adopt Properties to store operations inherent Attributes in TOSAMehdi Amini2023-05-021-11/+11
* [mlir][tosa] Lowering of tosa.gather operations with dynamic dimensionsSpenser Bauman2023-04-101-0/+24
* [mlir][tosa] TosaToLinalg: Lower TOSA.Cast via RoundEven according to TOSA sp...Matthias Gehre2023-03-231-6/+1
* [mlir][tosa] Swap reshape at end of reduce op with expand_shapeRamiro Leal-Cavazos2023-03-141-9/+9
* [mlir] Move tosa.concat lowering from TosaToLinalg to TosaToTensorMaya Amrami2023-03-141-73/+0
* Move tosa.reshape lowering patterns from TosaToLinalg to TosaToTensorKrzysztof Drewniak2023-03-071-108/+18
* [MLIR][TOSA] Switch Tosa to DenseArrayAttrAlexander Shaposhnikov2023-01-061-22/+22
* [mlir][tosa] Remove clamping behavior in `tosa.cast` for integer truncationmariecwhite2023-01-041-6/+0
* mlir/tosa: move tosa.pad from Linalg to Tensor conversionRamkumar Ramachandra2022-12-061-87/+0
* [mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang2022-11-281-13/+13
* [mlir][tosa] Remove zero-fill of tosa.concat outputs when lowering to linalg.Rob Suderman2022-11-141-12/+4
* [mlir][Pass] Include anchor op in -pass-pipelinerkayaith2022-11-031-1/+1
* [mlir] Refactor alias generation to support nested aliasesRiver Riddle2022-10-231-4/+4
* [mlir][tosa] Add broadcasting case for tosa.resize degenerate caseRob Suderman2022-10-201-370/+0
* Fix handling of rank-1 tensors in tosa.reduce_sumRamiro Leal-Cavazos2022-10-131-0/+20
* [mlir][tosa] Fix tosa::Select to linalg::generic indexingMaps bugAmosLewis2022-10-101-0/+15
* [mlir][tosa] Update TOSA resize to match specificationTatWai Chong2022-10-051-232/+282
* [mlir][Linalg] NFC - Add bbarg pretty printing to linalg::genericNicolas Vasilache2022-10-051-163/+233
* [mlir][Tensor] NFC - Add result pretty printing to TensorOpsNicolas Vasilache2022-10-041-2/+2
* [mlir][tensor][NFC] Rename linalg.init_tensor to tensor.emptyMatthias Springer2022-10-041-58/+58
* [mlir][tosa] Swap the reshape at the end of the reduce op for an expand_shape...natashaknk2022-10-031-4/+2
* [mlir][tosa] Support non-batch dynamic dims for tosa.rescale to linalgnatashaknk2022-09-061-2/+19
* [mlir][tosa] Fix clamp float loweringThomas Raoux2022-08-151-2/+2
* [MLIR][TOSA] Remove ReluN operator from TOSA dialectEric Kunze2022-08-121-21/+11
* [mlir][tosa] Use arith::maxf/arith::minf in lowering from tosaThomas Raoux2022-08-091-27/+21
* [mlir][math] Rename math.abs -> math.absfJeff Niu2022-08-081-8/+8
* [MLIR][TOSA] Fix converting tosa.clamp and tosa.relu to linalgjungpark-mlir2022-07-111-0/+16
* [mlir][tosa] Replace StructAttrs with AttrDefsMogball2022-06-091-4/+4