[all-commits] [llvm/llvm-project] 59b273: [mlir][SCF] Add parallel abstraction on tensors.
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Jun 1 02:16:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59b273a166b9d1165015b5cf10c21641cc01d682
https://github.com/llvm/llvm-project/commit/59b273a166b9d1165015b5cf10c21641cc01d682
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).
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D126555
More information about the All-commits
mailing list