[all-commits] [llvm/llvm-project] f8330c: [mlir][openacc] Add acc.serial operation

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Apr 13 10:36:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8330c1482bc57fd62e2e496052b30067f3188bd
      https://github.com/llvm/llvm-project/commit/f8330c1482bc57fd62e2e496052b30067f3188bd
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
    M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
    M mlir/test/Dialect/OpenACC/ops.mlir

  Log Message:
  -----------
  [mlir][openacc] Add acc.serial operation

The acc.serial operation models the OpenACC serial construct.
The serial construct defines a region of a program that is to be
executed sequentially on the current device.
The operation is modelled on the acc.parallel operation and will
receive similar updates when the data operands operations will
be implemented.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list