[all-commits] [llvm/llvm-project] b43ae2: Fix all-reduce int tests by host-registering memrefs.
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon Mar 23 03:48:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b43ae21e60823473d945defd7141b031658e1cf0
https://github.com/llvm/llvm-project/commit/b43ae21e60823473d945defd7141b031658e1cf0
Author: Christian Sigg <csigg at google.com>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M mlir/test/mlir-cuda-runner/all-reduce-and.mlir
M mlir/test/mlir-cuda-runner/all-reduce-max.mlir
M mlir/test/mlir-cuda-runner/all-reduce-min.mlir
M mlir/test/mlir-cuda-runner/all-reduce-or.mlir
M mlir/test/mlir-cuda-runner/all-reduce-xor.mlir
M mlir/test/mlir-cuda-runner/multiple-all-reduce.mlir
M mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp
Log Message:
-----------
Fix all-reduce int tests by host-registering memrefs.
Reduce amount of boiler plate to register host memory.
Summary: Fix all-reduce int tests by host-registering memrefs.
Reviewers: herhut
Reviewed By: herhut
Subscribers: clementval, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76563
More information about the All-commits
mailing list