[all-commits] [llvm/llvm-project] 149311: [async] Get the number of worker threads from the ...

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Mon Jan 31 12:06:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 149311b4055a5f836b8f61ad66e700a93e86ab18
      https://github.com/llvm/llvm-project/commit/149311b4055a5f836b8f61ad66e700a93e86ab18
  Author: bakhtiyar <bakhtiyar at x.team>
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Async/IR/Async.h
    M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
    M mlir/include/mlir/Dialect/Async/Passes.td
    M mlir/include/mlir/ExecutionEngine/AsyncRuntime.h
    M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
    M mlir/lib/Dialect/Async/IR/CMakeLists.txt
    M mlir/lib/Dialect/Async/Transforms/AsyncParallelFor.cpp
    M mlir/lib/ExecutionEngine/AsyncRuntime.cpp
    A mlir/test/Dialect/Async/async-parallel-for-num-worker-threads.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [async] Get the number of worker threads from the runtime.

Reviewed By: ezhulenev

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




More information about the All-commits mailing list