[all-commits] [llvm/llvm-project] 4b0119: [mlir][openacc] Introduce acc.enter_data operation

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Sun Oct 11 18:27:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b011901229c9c6397651a03e16c5f5b98a8412c
      https://github.com/llvm/llvm-project/commit/4b011901229c9c6397651a03e16c5f5b98a8412c
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2020-10-11 (Sun, 11 Oct 2020)

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

  Log Message:
  -----------
  [mlir][openacc] Introduce acc.enter_data operation

This patch introduces the acc.enter_data operation that represents an OpenACC Enter Data directive.
Operands and attributes are dervied from clauses in the spec 2.6.6.

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list