[Mlir-commits] [mlir] [mlir][tosa] Add acc_type to Tosa-v1.0 Conv Ops (PR #121466)
Jack Frankland
llvmlistbot at llvm.org
Mon Jan 6 04:25:47 PST 2025
FranklandJack wrote:
> Looking at the existing code and this patch I see a discrepancy of how the verifiers and validations have been laid out. I know that I made the suggestion to move the check into the `TosaValidationPass` but this is not how `AvgPool2d` is being done at the moment. So, could you please move the checks back to the verifier and decide what things need to move into the validation pass all-together with subsequent patches when profile intersection takes place?
I've reverted to the original commit.
https://github.com/llvm/llvm-project/pull/121466
More information about the Mlir-commits
mailing list