[all-commits] [llvm/llvm-project] 7784ce: [mlir][linalg] Fix depthwise conv C++ symbol to be...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Tue Feb 9 07:07:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7784ce078d8802802ceeda612479adbedf9afa81
https://github.com/llvm/llvm-project/commit/7784ce078d8802802ceeda612479adbedf9afa81
Author: Lei Zhang <antiagainst at google.com>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc
Log Message:
-----------
[mlir][linalg] Fix depthwise conv C++ symbol to be consistent
The assembly mnemonic includes information about input/filter
data format. The C++ symbol should be consistent.
More information about the All-commits
mailing list