[all-commits] [llvm/llvm-project] d713a0: [TOSA] Add level checks and remove Tensor1DTo4D
Tai Ly via All-commits
all-commits at lists.llvm.org
Wed Jul 12 09:58:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d713a00270cc31e6a4968ff08a84fbf5f64ac830
https://github.com/llvm/llvm-project/commit/d713a00270cc31e6a4968ff08a84fbf5f64ac830
Author: Tai Ly <tai.ly at arm.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/include/mlir/Dialect/Tosa/Transforms/Passes.td
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
A mlir/test/Dialect/Tosa/level_check.mlir
Log Message:
-----------
[TOSA] Add level checks and remove Tensor1DTo4D
Remove Tosa_Tensor1Dto4D and Tosa_TensorUpto4D in the Tosa Dialect
and added level checks to TosaValidation pass to validate per spec.
Signed-off-by: Tai Ly <tai.ly at arm.com>
Change-Id: Icd32137e9f8051f99994cee9f388f20c1a840f4b
Reviewed By: eric-k256
Differential Revision: https://reviews.llvm.org/D154273
More information about the All-commits
mailing list