Details
- Reviewers
jdoerfert
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
When it is target simd:
- outlined function can be emitted.
- function call to __kmpc_simd_51 can be emitted.
Paths
| Differential D110358
[WIP][OpenMP][DeviceRTL] Add the initial support for SIMD execution (NOT FOR REVIEW) AbandonedPublic Authored by tianshilei1992 on Sep 23 2021, 11:31 AM.
Details
Diff Detail
Event TimelineComment Actions When it is target simd:
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 27 2021, 6:56 PM
Revision Contents
Diff 375457 clang/lib/Basic/OpenMPKinds.cpp
clang/lib/CodeGen/CGOpenMPRuntime.h
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/lib/Sema/SemaOpenMP.cpp
llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
openmp/libomptarget/DeviceRTL/include/Interface.h
openmp/libomptarget/DeviceRTL/include/Mapping.h
openmp/libomptarget/DeviceRTL/include/State.h
openmp/libomptarget/DeviceRTL/include/Synchronization.h
openmp/libomptarget/DeviceRTL/include/Types.h
openmp/libomptarget/DeviceRTL/src/Kernel.cpp
openmp/libomptarget/DeviceRTL/src/Mapping.cpp
openmp/libomptarget/DeviceRTL/src/Parallelism.cpp
openmp/libomptarget/DeviceRTL/src/State.cpp
openmp/libomptarget/DeviceRTL/src/Synchronization.cpp
openmp/libomptarget/DeviceRTL/src/Workshare.cpp
openmp/libomptarget/plugins/cuda/src/rtl.cpp
|
clang-tidy: warning: lambda capture 'S' is not used [clang-diagnostic-unused-lambda-capture]
not useful