[all-commits] [llvm/llvm-project] 603b97: [mlir][gpu] Fix logic error in D79508 computing nu...
Wen-Heng (Jack) Chung via All-commits
all-commits at lists.llvm.org
Mon Jun 8 05:40:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 603b974cf7103766a0e5e4a0320fedb7c4b570f9
https://github.com/llvm/llvm-project/commit/603b974cf7103766a0e5e4a0320fedb7c4b570f9
Author: Wen-Heng (Jack) Chung <whchung at gmail.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/test/Dialect/GPU/invalid.mlir
M mlir/test/Dialect/GPU/ops.mlir
Log Message:
-----------
[mlir][gpu] Fix logic error in D79508 computing number of private attributions.
Fix logic error in D79508. The old logic would make the first check in
`GPUFuncOp::verifyBody` always pass.
More information about the All-commits
mailing list