[all-commits] [llvm/llvm-project] d4d62f: [MLIR] Add test for multiple gpu.all_reduce in the...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Mar 19 08:36:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d4d62fcab667f4323962eea18437d176d9341a6d
https://github.com/llvm/llvm-project/commit/d4d62fcab667f4323962eea18437d176d9341a6d
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-03-19 (Thu, 19 Mar 2020)
Changed paths:
A mlir/test/Dialect/GPU/multiple-all-reduce.mlir
A mlir/test/mlir-cuda-runner/multiple-all-reduce.mlir
Log Message:
-----------
[MLIR] Add test for multiple gpu.all_reduce in the same kernel when lowering to NVVM
Summary: This patch add tests when lowering multiple `gpu.all_reduce` operations in the same kernel. This was previously failing.
Differential Revision: https://reviews.llvm.org/D75930
More information about the All-commits
mailing list