[all-commits] [llvm/llvm-project] 9b7193: [mlir][SCF] Add parallel abstraction on tensors.

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Wed Jun 1 02:02:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b7193f852874a035d9ede1f7464c9fc5b7dca7a
      https://github.com/llvm/llvm-project/commit/9b7193f852874a035d9ede1f7464c9fc5b7dca7a
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/SCF.h
    M mlir/include/mlir/Dialect/SCF/SCFOps.td
    M mlir/lib/Dialect/SCF/SCF.cpp
    M mlir/test/Dialect/SCF/invalid.mlir
    M mlir/test/Dialect/SCF/ops.mlir

  Log Message:
  -----------
  [mlir][SCF] Add parallel abstraction on tensors.

This revision adds `scf.foreach_thread` and other supporting abstractions
that allow connecting parallel abstractions and tensors.

Discussion is available [here](https://discourse.llvm.org/t/rfc-parallel-abstraction-for-tensors-and-buffers/62607).




More information about the All-commits mailing list