This project is mirrored from https://review.mlplatform.org/tosa/tosa_mlir_translator.
Pull mirroring updated .
-
-
v1.0.0-rc0705e9e20 · ·
TOSA MLIR Translator 1.0.0 rc0 Release Notes Add support for FP8 data types Add new accumulator type attribute for convolution operators Remove out_shape attribute for TRANSPOSE_CONV2D Align MLIR translation with specification
-
v0.90.01ef685bf · ·
TOSA MLIR Translator 0.90.0 Release Notes Add support for serializing to TOSA shape operators Start and size of SLICE operator change to shape types Align with changed stateful operators Add support for local_bound on convolution operators Miscellaneous bug fixes and cleanup
-
-
-
v0.80.00a934e6e · ·
TOSA MLIR Translator 0.80 Release Add support for new operators DIM operator for shape inference ERF activation function New attributes for RESCALE function Add precommit to verify clang-format has been run Data type cleanup to align with TOSA specification
-
v0.70.0ff9966e4 · ·
TOSA MLIR translator v0.70.0 release tag Add support for FFT2d Improve deserialization from TOSA flatbuffer to MLIR Fix serialization of while/if ops
-
v0.60.0e4673b91 · ·
TOSA 0.60.0 MLIR translator release tag - Add a deserialization pass to create an MLIR graph from serialized TOSA. - Add region support to improve control flow handling. - Add support for serializing unranked tensors. - Use DenseArrayAttr to align with MLIR. - Align to changes in TOSA specification.
-
v0.50.0d11ad56b · ·
TOSA MLIR Translator v0.50.0 release tag - Add support for FP16 serialization - bugfixes
-
v0.40.019f83b59 · ·
TOSA MLIR translator v0.40.0 release tag - Added support for Conv3d - Updated RESIZE to match the specification
-
v0.30.04d714671 · ·
Release tag for TOSA v0.30.0 • First release of the MLIR translator. • Provides an MLIR pass to serialize MLIR TOSA dialect to the TOSA flatbuffer format.