omp cancellation point parallel and omp cancel parallel directives are
allowed in target paralle regions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78941
[OPENMP]Allow cancellation constructs in target parallel regions. ClosedPublic Authored by ABataev on Apr 27 2020, 9:29 AM.
Details Summary omp cancellation point parallel and omp cancel parallel directives are
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 30 2020, 6:19 AM Closed by commit rGb737b814feea: [OPENMP]Allow cancellation constructs in target parallel regions. (authored by ABataev). · Explain WhyApr 30 2020, 12:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 261317 clang/include/clang/AST/StmtOpenMP.h
clang/lib/AST/StmtOpenMP.cpp
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/test/OpenMP/target_parallel_ast_print.cpp
clang/test/OpenMP/target_parallel_codegen.cpp
clang/test/OpenMP/target_parallel_messages.cpp
|