[all-commits] [llvm/llvm-project] cfc922: [Tosa] Add tosa-to-linalg-pipeline for testing (#6...
Tai Ly via All-commits
all-commits at lists.llvm.org
Thu Oct 26 12:41:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfc922fc5a38bbb5f6e2dfa878ba0f52ed58d93e
https://github.com/llvm/llvm-project/commit/cfc922fc5a38bbb5f6e2dfa878ba0f52ed58d93e
Author: Tai Ly <tai.ly at arm.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h
M mlir/include/mlir/InitAllPasses.h
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgPass.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
A mlir/test/Conversion/TosaToLinalg/tosa-to-linalg-pipeline.mlir
Log Message:
-----------
[Tosa] Add tosa-to-linalg-pipeline for testing (#69997)
Add tosa-to-linalg-pipeline that calls the function
addTosaToLinalgPasses, so it gets tested in core
also added tests in tosa-to-linalg-pipeline.mlir
Signed-off-by: Tai Ly <tai.ly at arm.com>
More information about the All-commits
mailing list