[all-commits] [llvm/llvm-project] 3163f7: [flang][openacc] Add kernels construct lowering
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Apr 14 09:44:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3163f7ade2552c2eefd628f89e065eeeb5530915
https://github.com/llvm/llvm-project/commit/3163f7ade2552c2eefd628f89e065eeeb5530915
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
A flang/test/Lower/OpenACC/acc-kernels-loop.f90
A flang/test/Lower/OpenACC/acc-kernels.f90
Log Message:
-----------
[flang][openacc] Add kernels construct lowering
Lower the parse tree to acc dialects operations. Make use
of the compute construct lowering.
Depends on D148277
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D148278
More information about the All-commits
mailing list