[all-commits] [llvm/llvm-project] 1ce5f8: [mlir][openacc] Add if and device_type to update op

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Oct 29 06:55:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ce5f8bbb6f3fb581fd4c5905e5574c8b9a09268
      https://github.com/llvm/llvm-project/commit/1ce5f8bbb6f3fb581fd4c5905e5574c8b9a09268
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

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

  Log Message:
  -----------
  [mlir][openacc] Add if and device_type to update op

Update op is modelling the update directive (2.14.4) from the OpenACC specs.
An if condition and a device_type list can be attached to the directive. This patch add
these two information to the current op.

Reviewed By: rriddle

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




More information about the All-commits mailing list