[all-commits] [llvm/llvm-project] 8a80e3: Add `isBatchVecmat` utilities for `linalg.batch_ve...
bjacob via All-commits
all-commits at lists.llvm.org
Thu Oct 26 04:47:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a80e331506e3e3db390ed0b482c7cbe216f7afc
https://github.com/llvm/llvm-project/commit/8a80e331506e3e3db390ed0b482c7cbe216f7afc
Author: bjacob <jacob.benoit.1 at gmail.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
M mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
M mlir/lib/Dialect/Utils/StructuredOpsUtils.cpp
M mlir/unittests/Dialect/Utils/StructuredOpsUtilsTest.cpp
Log Message:
-----------
Add `isBatchVecmat` utilities for `linalg.batch_vecmat` (#70284)
`linalg.batch_vecmat` was just added in
https://github.com/llvm/llvm-project/pull/70218, but I forgot then to
add the standard `isBatchVecmat` utilities
More information about the All-commits
mailing list