summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/nvptx_target_simd_codegen.cpp
AgeCommit message (Expand)Author
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert
2023-07-26[OpenMP] Introduce kernel environmentShilei Tian
2023-07-23Revert commits for kernel environmentShilei Tian
2023-07-23[OpenMP] Introduce kernel environmentShilei Tian
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-04-22Revert "[OpenMP] Introduce kernel environment"Shilei Tian
2023-04-22[OpenMP] Introduce kernel environmentShilei Tian
2023-02-21[Clang][OpenMP] Update tests using update_cc_test_checks.pyShilei Tian
2023-02-21Revert "[Clang][OpenMP] Update tests using update_cc_test_checks.py"Shilei Tian
2023-02-21[Clang][OpenMP] Update tests using update_cc_test_checks.pyShilei Tian
2022-12-13[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert
2022-12-12Revert "[OpenMP][NFCI] Remove effectively dead code in clang and the runtime"Johannes Doerfert
2022-12-12[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert
2022-10-05[OpenMP] Make the exec_mode global have protected visibilityJoseph Huber
2022-09-14[OpenMP] Remove simplified device runtime handlingJoseph Huber
2021-09-22[OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_...Shilei Tian
2021-09-22[OpenMP][Offloading] Use bitset to indicate execution mode instead of valueShilei Tian
2021-07-10[OpenMP] Unified entry point for SPMD & generic kernels in the device RTLJohannes Doerfert
2020-10-06[OpenMP][RTL] Remove dead codePushpinder Singh
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 2Saiyedul Islam
2020-07-10[OpenMP][NFC] Remove unused and untested code from the device runtimeJohannes Doerfert
2019-04-19[OPENMP][NVPTX] target [teams distribute] simd maybe run withoutAlexey Bataev
2019-04-17[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.Alexey Bataev
2018-06-18[OPENMP, NVPTX] Emit simple reduction if requested.Alexey Bataev
2018-05-11[OPENMP, NVPTX] Do not use SPMD mode for target simd and target teamsAlexey Bataev
2018-05-02[OPENMP] Add support for reductions on simd directives in targetAlexey Bataev
2018-02-28[OpenMP] Extend NVPTX SPMD implementation of combined constructsCarlo Bertolli