[all-commits] [llvm/llvm-project] 02f1f6: [mlir][linalg] Add pure tensor check for `winograd...
Longsheng Mou via All-commits
all-commits at lists.llvm.org
Fri Jun 13 00:50:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02f1f6967a847bba35fc207d61732f3466f39403
https://github.com/llvm/llvm-project/commit/02f1f6967a847bba35fc207d61732f3466f39403
Author: Longsheng Mou <longshengmou at gmail.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/WinogradConv2D.cpp
M mlir/test/Dialect/Linalg/transform-winograd-conv2d.mlir
Log Message:
-----------
[mlir][linalg] Add pure tensor check for `winogradConv2DHelper` (#142299)
This PR adds pure tensor semantics check for `winogradConv2DHelper` to
prevent a crash. Fixes #141566.
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