[all-commits] [llvm/llvm-project] 68a7c0: [mlir] Improve async parallel for tests + fix typos

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Mon Dec 6 13:28:09 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68a7c001ad9ac20bdacbc4e406fa2b4f27a74b13
      https://github.com/llvm/llvm-project/commit/68a7c001ad9ac20bdacbc4e406fa2b4f27a74b13
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M mlir/lib/Dialect/Async/Transforms/AsyncParallelFor.cpp
    M mlir/test/Integration/Dialect/Async/CPU/test-async-parallel-for-1d.mlir
    M mlir/test/Integration/Dialect/Async/CPU/test-async-parallel-for-2d.mlir

  Log Message:
  -----------
  [mlir] Improve async parallel for tests + fix typos

Do load and store to verify that we process each element of the iteration space once.

Reviewed By: cota

Differential Revision: https://reviews.llvm.org/D115152




More information about the All-commits mailing list