summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
AgeCommit message (Expand)Author
2025-10-29[mlir][tosa] Add support for mxint8 type in mxfp operations (#163642)Luke Hutton
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-07[mlir][tosa] Add the concept of a TOSA target environment (#153771)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-19[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in TosaValidation.cpp (...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-01[mlir][tosa] Enable Constant Operand Check by Default in TOSA Validation Pass...Luke Hutton
2025-07-28[MLIR][TOSA] Update IfOp print/parse to support ranked condition tens… (#14...Yuvaraj Venkatesh
2025-07-22[mlir][tosa] Check for isolated regions in `tosa.while_loop` (#144865)Luke Hutton
2025-07-21[mlir][tosa] Fix check for isolated regions in `tosa.cond_if` (#143772)Luke Hutton
2025-07-01[mlir][tosa] Require signless types in validation and add corresponding conve...Luke Hutton
2025-06-13[tosa] Add duplicate indices check for Scatter (#143736)Tai Ly
2025-06-03[tosa] Change VariableOp to align with spec (#142240)Tai Ly
2025-06-02[mlir][tosa] Add assembly format validation for COND_IF op (#142254)TatWai Chong
2025-05-22[mlir] Remove redundant control flow statements (NFC) (#141184)Kazu Hirata
2025-05-22[mlir][tosa] Fix level check on unranked input tensor (#140795)Luke Hutton
2025-05-22[mlir][tosa] Improve invalid operator data types error message (#140756)Luke Hutton
2025-05-08[mlir][tosa] Allow unsigned types for rescale ops during validation (#138253)Luke Hutton
2025-04-29[mlir][tosa] Add error if and level checks for COND_IF & WHILE_LOOP (#136194)TatWai Chong
2025-04-28[mlir][tosa] Enhance verify checks for PAD Op (#137177)Peng Sun
2025-04-25[mlir][tosa] Enhance error_if and verify checks for RESCALE Op (#137021)Peng Sun
2025-04-23[mlir][tosa] Align Variable ops to match with TOSA v1.0 spec (#130680)Jerry-Ge
2025-04-15[mlir][tosa] Add table size check for Table Op (#135262)Tai Ly
2025-04-11[mlir][tosa] Add error_if checks for Mul Op (#135075)Tai Ly
2025-04-07[mlir][tosa] Fix validation pass assert (#134445)Tai Ly
2025-03-25[mlir][tosa] Disallow invalid datatype combinations in the validation pass (#...Luke Hutton
2025-03-14[mlir][tosa] Check for compile time constants in the validation pass (#131123)Luke Hutton
2025-03-10[mlir][tosa] Add support for EXT-DOUBLEROUND and EXT-INEXACTROUND (#130337)TatWai Chong
2025-03-06[mlir][tosa] Update value to values for ConstOp and ConstShapeOp (#129943)Jerry-Ge
2025-03-05[mlir][tosa] Update ControlFlow variable names to match with TOSA v1.0 spec (...Jerry-Ge
2025-03-03[mlir][tosa] Add several level checks (#129580) (#129613)TatWai Chong
2025-03-03Revert "[mlir][tosa] Add several level checks" (#129602)TatWai Chong
2025-03-03[mlir][tosa] Add several level checks (#129580)TatWai Chong
2025-03-03[MLIR][AMDGPU] Add OCP FP8 support for new hardware (#127728)Mirza Halilčević
2025-03-03Revert "[mlir][tosa] Add several level checks (#128074)" (#129549)Luke Hutton
2025-03-03[mlir][tosa] Add several level checks (#128074)TatWai Chong
2025-02-26[mlir][tosa] Rename ReduceProd to ReduceProduct (#128751)Tai Ly
2025-02-25[mlir][tosa] Change Transpose perms operand to attribute (#128115)Tai Ly
2025-02-25[mlir][tosa] Move cond_if and while_loop operations to controlflow extension ...Tai Ly
2025-02-20[mlir][tosa] Add profile-based operation validation (#126992)TatWai Chong
2025-02-18[mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (#124956)Hsiangkai Wang
2025-02-13[mlir][tosa] Remove FullyConnectedOp from TOSA Dialect (#126152)Jerry-Ge
2025-02-03[mlir][tosa] Make Convolution Zero Points Inputs (#122939)Jack Frankland
2025-01-14[TOSA] Add Tosa_Shape type and ConstShapeOp (#122547)Jerry-Ge
2024-12-30[TOSA] Handle dialect check more efficiently (#120960)Luke Hutton