[all-commits] [llvm/llvm-project] f20b8e: [MLIR][Linalg] Fixes for Winograd decomposition an...
Dmitriy Smirnov via All-commits
all-commits at lists.llvm.org
Wed Jan 29 02:38:52 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f20b8e35b3bc276d09a6911746f9d44cbb5de297
https://github.com/llvm/llvm-project/commit/f20b8e35b3bc276d09a6911746f9d44cbb5de297
Author: Dmitriy Smirnov <dmitriy.smirnov at arm.com>
Date: 2025-01-29 (Wed, 29 Jan 2025)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/WinogradConv2D.cpp
M mlir/test/Dialect/Linalg/transform-tile-and-winograd-rewrite.mlir
M mlir/test/Dialect/Linalg/transform-tile-winograd.mlir
Log Message:
-----------
[MLIR][Linalg] Fixes for Winograd decomposition and for tiling (#123675)
The PR addresses issues with the filters of 1 x r and of r x 1 and with
the tiling.
---------
Signed-off-by: Dmitriy Smirnov <dmitriy.smirnov at arm.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