[all-commits] [llvm/llvm-project] 3c3fb3: [mlir][tosa] Enhance CONV3D & DEPTHWISE_CONV2D ver...
TatWai Chong via All-commits
all-commits at lists.llvm.org
Wed Apr 23 03:03:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c3fb357a0ed4dbf640bdb6c61db2a430f7eb298
https://github.com/llvm/llvm-project/commit/3c3fb357a0ed4dbf640bdb6c61db2a430f7eb298
Author: TatWai Chong <tatwai.chong at arm.com>
Date: 2025-04-23 (Wed, 23 Apr 2025)
Changed paths:
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg-named.mlir
M mlir/test/Dialect/Tosa/availability.mlir
M mlir/test/Dialect/Tosa/canonicalize.mlir
M mlir/test/Dialect/Tosa/invalid_extension.mlir
M mlir/test/Dialect/Tosa/level_check.mlir
M mlir/test/Dialect/Tosa/ops.mlir
M mlir/test/Dialect/Tosa/profile_pro_fp_unsupported.mlir
M mlir/test/Dialect/Tosa/profile_pro_int_unsupported.mlir
M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
M mlir/test/Dialect/Tosa/verifier.mlir
Log Message:
-----------
[mlir][tosa] Enhance CONV3D & DEPTHWISE_CONV2D verifier (#135738)
Verify the correctness of pad, stride, dilation, and dimension of
input/weight/bias/output.
Adapt and extend the existing conv2d error_if function to support
additional convolution variants.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list