[all-commits] [llvm/llvm-project] a09c57: [NFC][Linalg] Introduce ConvMatchBuilder + refacto...
Abhishek Varma via All-commits
all-commits at lists.llvm.org
Sat Nov 29 08:31:41 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a09c5792ed3b6a0644c990060f890c53f042b267
https://github.com/llvm/llvm-project/commit/a09c5792ed3b6a0644c990060f890c53f042b267
Author: Abhishek Varma <avarma094 at gmail.com>
Date: 2025-11-29 (Sat, 29 Nov 2025)
Changed paths:
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Log Message:
-----------
[NFC][Linalg] Introduce ConvMatchBuilder + refactor Conv matchers (#169704)
-- This commit is a follow-up and third in the series of adding
matchers for conv/pool ops. Refer:
https://github.com/llvm/llvm-project/pull/163724
-- It introduces ConvMatchBuilder class in order to reduce the
repetitive code across Conv1D/2D/3D/Depthwise/Pooling variants.
-- Refer to [Conv2D
thread](https://github.com/llvm/llvm-project/pull/168362#issuecomment-3575972133)
for further context.
Signed-off-by: Abhishek Varma <abhvarma at amd.com>
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