[all-commits] [llvm/llvm-project] 12c3bc: [mlir] Rename linalg.pooling operations to have a ...
rsuderman via All-commits
all-commits at lists.llvm.org
Fri Apr 2 12:00:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12c3bca1934a5eb0e23f6265d8fcc11ad6f4dea5
https://github.com/llvm/llvm-project/commit/12c3bca1934a5eb0e23f6265d8fcc11ad6f4dea5
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-04-02 (Fri, 02 Apr 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc
Log Message:
-----------
[mlir] Rename linalg.pooling operations to have a FOp postfix for floating point
Linalg pooling operations only support floating point currently but integer
variants will soon be needed. Renaming to uncluse a FOp postfix to clarify.
Differential Revision: https://reviews.llvm.org/D99779
More information about the All-commits
mailing list