summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tosa
AgeCommit message (Expand)Author
2025-11-20[mlir][tosa] Fix select folder when operands are broadcast (#165481)Luke Hutton
2025-11-19[tosa] : Relax dynamic dimension checks for batch for conv decompositions (#1...Sayan Saha
2025-11-19[tosa] : Enhance EqualizeRanks to handle dynamic dimensions. (#168564)Sayan Saha
2025-11-19[mlir][tosa] Fix linker failure in build bots introduced by #165581 (#168581)Luke Hutton
2025-11-18[mlir][tosa] Fix shared buildMichael Liao
2025-11-18[mlir][tosa] Add a pass to narrow i64 to i32 (#165581)Luke Hutton
2025-11-14[mlir][tosa] Fix scatter duplicate indices check for int64 (#168085)Luke Hutton
2025-11-10[mlir][tosa] Fix crash in `tosa.concat` verifier (#165966)Longsheng Mou
2025-11-09[mlir] Use llvm::transform (NFC) (#167205)Kazu Hirata
2025-10-29[mlir][tosa] Add support for mxint8 type in mxfp operations (#163642)Luke Hutton
2025-10-27[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TosaCanonicali...Mehdi Amini
2025-10-24[mlir][tosa] Add support for cast_from/to_block_scaled (#163436)Luke Hutton
2025-10-24[mlir][tosa] Add ext-int64 support (#164389)Luke Hutton
2025-10-23[mlir][tosa] Add support for matmul_t_block_scaled (#163433)Luke Hutton
2025-10-23[mlir][tosa] Stop folding pad into avg_pool2d (#164599)Vitalii Shutov
2025-10-22[mlir][tosa] Fix argmax folder when output type is i64 (#163583)Luke Hutton
2025-10-16[mlir][tosa] Add specification versioning to target environment (#156425)Luke Hutton
2025-10-11[mlir] Use llvm accumulate wrappers. NFCI. (#162957)Jakub Kuderski
2025-10-07[mlir][tosa] Add the concept of a TOSA target environment (#153771)Luke Hutton
2025-10-06[mlir][tosa] Apply 'Symbol' trait to `tosa.variable` (#153223)Luke Hutton
2025-09-25[mlir][tosa] Relax constraint on matmul verifier requiring equal operand type...Luke Hutton
2025-09-24[mlir][tosa] Remove `log(exp(x))` and `exp(log(x))` folders (#156434)Luke Hutton
2025-09-24[mlir][tosa] Use `LogicalResult` in validation functions (#160052)Luke Hutton
2025-09-24[mlir][tosa] Fix validation check on controlflow operators (#159754)Luke Hutton
2025-09-22[mlir][tosa] Robustify Tosa_while_loop op against null dereference and wrong ...Jasmine Tang
2025-09-22[mlir][tosa] Robustify Tosa_IfOp against null dereference and wrong assertion...Jasmine Tang
2025-09-19[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in TosaValidation.cpp (...Mehdi Amini
2025-09-17[MLIR] Apply clang-tidy fixes for readability-simplify-boolean-expr in TosaOp...Mehdi Amini
2025-09-16[mlir][tosa] Handle unsigned constants in `TosaConvertIntegerTypeToSignless` ...Luke Hutton
2025-09-14[MLIR] Apply clang-tidy fixes for llvm-else-after-return in TosaProfileCompli...Mehdi Amini
2025-09-10[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TosaOps.cpp (NFC)Mehdi Amini
2025-09-06[MLIR] Apply clang-tidy fixes for readability-identifier-naming in Conversion...Mehdi Amini
2025-09-03[mlir][tosa] handle unranked tensors in tosa::table::verify (#156321)Mario Camillo
2025-09-02[MLIR] Apply clang-tidy fixes for modernize-use-emplace in TosaReduceTranspos...Mehdi Amini
2025-08-29[mlir][tosa] Avoid requirement to specify enum name for enum attributes (#155...Tai Ly
2025-08-29[mlir][tosa] Convert TOSA enumerations from `StringBasedAttr` to `Tosa_I32Enu...Annu Singh
2025-08-28[MLIR] Apply clang-tidy fixes for llvm-else-after-return in TosaValidation.cp...Mehdi Amini
2025-08-27[MLIR] Apply clang-tidy fixes for llvm-else-after-return in TosaCanonicalizat...Mehdi Amini
2025-08-13[mlir][tosa] Don't fold mul with zero lhs/rhs if resulting type is dynamic (#...Sayan Saha
2025-08-01[mlir][tosa] Enable Constant Operand Check by Default in TOSA Validation Pass...Luke Hutton
2025-08-01[mlir][tosa] Support boolean types for clamp folder (#151653)Longsheng Mou
2025-07-30[mlir][tosa] Fix invalid data type combinations check (#150066)Luke Hutton
2025-07-28[MLIR][TOSA] Update IfOp print/parse to support ranked condition tens… (#14...Yuvaraj Venkatesh
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659)Maksim Levental
2025-07-25[NFC][mlir][mesh,shard] Fixing misnomers in mesh dialect, renaming 'mesh' dia...Frank Schlimbach
2025-07-25[mlir][NFC] Use `getDefiningOp<OpTy>()` instead of `dyn_cast<OpTy>(getDefinin...Longsheng Mou
2025-07-24[mlir][tosa] Fix integer-to-boolean cast folder (#150370)Longsheng Mou
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
2025-07-22[mlir][tosa] Check for isolated regions in `tosa.while_loop` (#144865)Luke Hutton
2025-07-22[mlir][tosa] Interpret boolean values correctly (#149312)Longsheng Mou