[all-commits] [llvm/llvm-project] af972f: [TOSA] Add StatefulOps to TOSA Dialect (#66843)
Tai Ly via All-commits
all-commits at lists.llvm.org
Mon Oct 16 16:10:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af972f01c01843a9ffe41ff496154267fa387a51
https://github.com/llvm/llvm-project/commit/af972f01c01843a9ffe41ff496154267fa387a51
Author: Tai Ly <tai.ly at arm.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.h
M mlir/include/mlir/Dialect/Tosa/IR/TosaUtilOps.td
M mlir/include/mlir/Dialect/Tosa/Transforms/Passes.h
M mlir/include/mlir/Dialect/Tosa/Transforms/Passes.td
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgPass.cpp
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/test/Dialect/Tosa/invalid.mlir
A mlir/test/Dialect/Tosa/variables.mlir
Log Message:
-----------
[TOSA] Add StatefulOps to TOSA Dialect (#66843)
This patch adds tosa.variable, tosa.variable.read and
tosa.variable.write operators and tests.
Change-Id: I647e2e5c3762d7890b03f6aa7c09a29198b7d355
---------
Signed-off-by: Jerry Ge <jerry.ge at arm.com>
Co-authored-by: Jerry Ge <jerry.ge at arm.com>
More information about the All-commits
mailing list