[all-commits] [llvm/llvm-project] 244105: [mlir][linalg] Do not check if added dimension are...
Oleg Shyshkov via All-commits
all-commits at lists.llvm.org
Fri Nov 18 06:51:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 244105f791539a84eeef7e8e50c180e413675b60
https://github.com/llvm/llvm-project/commit/244105f791539a84eeef7e8e50c180e413675b60
Author: Oleg Shyshkov <shyshkov at google.com>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/Dialect/Linalg/invalid.mlir
Log Message:
-----------
[mlir][linalg] Do not check if added dimension are static in linalg.broadcast.
Added dimensions can be both static and dinamic. Mapped dimension should be the same in the input and the init.
Differential Revision: https://reviews.llvm.org/D138291
More information about the All-commits
mailing list