summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/nvptx_SPMD_codegen.cpp
AgeCommit message (Expand)Author
2024-07-01[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea
2024-03-12[clang] Fix OMPT ident flag in combined distribute parallel for pragma (#80987)mikaoP
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert
2023-08-23[OpenMP] Properly set static thread limit (w/o analysis)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-11clang: Regenerate OpenMP testsMatt Arsenault
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-05-17[clang] Convert NVPTX OpenMP tests to opaque pointersSergei Barannikov
2023-04-22Revert "[OpenMP] Introduce kernel environment"Shilei Tian
2023-04-22[OpenMP] Introduce kernel environmentShilei Tian
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
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-09-14[OpenMP] Remove simplified device runtime handlingJoseph Huber
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2021-12-29Reapply "[OpenMP][NFCI] Embed the source location string size in the ident_t"Johannes Doerfert
2021-12-29Revert "[OpenMP][NFCI] Embed the source location string size in the ident_t"Mehdi Amini
2021-12-28[OpenMP][NFCI] Embed the source location string size in the ident_tJohannes Doerfert
2021-09-22[OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_...Shilei Tian
2021-07-10[OpenMP] Unified entry point for SPMD & generic kernels in the device RTLJohannes Doerfert
2021-05-10[OPENMP]Fix PR48851: the locals are not globalized in SPMD mode.Alexey Bataev
2020-10-06[OpenMP][RTL] Remove dead codePushpinder Singh
2019-04-16[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.Alexey Bataev
2018-11-26[OPENMP][NVPTX]Emit default locations with the correct Exec|RuntimeAlexey Bataev
2018-11-21[OPENMP][NVPTX]Emit default locations as constant with undefined mode.Alexey Bataev
2018-11-09[OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.Alexey Bataev
2018-10-01[OPENMP][NVPTX] Handle `requires datasharing` flag correctly withAlexey Bataev
2018-09-21[OPENMP][NVPTX] Enable support for lastprivates in SPMD constructs.Alexey Bataev
2018-08-29[OPENMP][NVPTX] Add support for lightweight runtime.Alexey Bataev