[all-commits] [llvm/llvm-project] 4bac6e: [mlir][openacc] Add set operation
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Aug 23 09:33:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bac6ed49252268661ed97995709e7234f2e523c
https://github.com/llvm/llvm-project/commit/4bac6ed49252268661ed97995709e7234f2e523c
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
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] Add set operation
Introduce the acc.set operation that models the
acc set directive. Based on acc.init and acc.shutdown
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D158554
More information about the All-commits
mailing list