[PATCH] D79410: [MLIR] [OpenMP] Add basic OpenMP parallel operation

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 08:06:18 PDT 2020


DavidTruby updated this revision to Diff 266209.
DavidTruby marked an inline comment as done.
DavidTruby added a comment.
Herald added a subscriber: sstefan1.

Extended the description field to include more documentation of the
arguments to the operation, and changed num_threads to accept AnyInteger.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79410/new/

https://reviews.llvm.org/D79410

Files:
  mlir/include/mlir/Dialect/OpenMP/CMakeLists.txt
  mlir/include/mlir/Dialect/OpenMP/OpenMPDialect.h
  mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
  mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
  mlir/test/Dialect/OpenMP/ops.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79410.266209.patch
Type: text/x-patch
Size: 9108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200526/a61840dd/attachment.bin>


More information about the llvm-commits mailing list