[all-commits] [llvm/llvm-project] 67c2e3: [mlir] Add inferContractionDims util for indexing ...
Max191 via All-commits
all-commits at lists.llvm.org
Tue Jan 2 14:26:09 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67c2e354c3f0326947914c097bf68997ac5065b2
https://github.com/llvm/llvm-project/commit/67c2e354c3f0326947914c097bf68997ac5065b2
Author: Max191 <44243577+Max191 at users.noreply.github.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.h
M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
Log Message:
-----------
[mlir] Add inferContractionDims util for indexing map inputs (#76081)
This PR adds a util function to infer contraction dimensions given only
the indexing maps of a linalg operation.
More information about the All-commits
mailing list