summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
AgeCommit message (Expand)Author
2024-06-26[OpenMP] Migrate GPU Reductions CodeGen from Clang to OMPIRBuilder (#80343)Akash Banerjee
2023-11-06[OpenMP][NFC] Split the reduction buffer size into two componentsJohannes Doerfert
2023-11-03[OpenMP][NFC] Remove a no-op functionJohannes Doerfert
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-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-10-05[OpenMP] Make the exec_mode global have protected visibilityJoseph Huber
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-21[CodeGen][OpenMP] Use correct type in EmitLoadOfPointer()Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09[clang][openmp][NFC] Remove arch-specific CGOpenMPRuntimeGPU filesAtmn Patel
2021-11-09Revert "[clang][openmp][NFC] Remove arch-specific CGOpenMPRuntimeGPU files"Atmn Patel
2021-11-09[clang][openmp][NFC] Remove arch-specific CGOpenMPRuntimeGPU filesAtmn Patel
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
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
2021-06-22[OpenMP] Simplify GPU memory globalizationJoseph Huber
2020-10-28[libomptarget][nvptx] Undef, weak shared variablesJonChesterfield
2020-10-06[OpenMP][RTL] Remove dead codePushpinder Singh
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-01-07[OPENMP][NVPTX]Reduce number of barriers in reductions.Alexey Bataev
2019-01-04[OPENMP][NVPTX]Use new functions from the runtime library.Alexey Bataev
2018-12-18[OPENMP][NVPTX]Added extra sync point to the inter-warp copy function.Alexey Bataev
2018-12-14[OPENMP][NVPTX]Improved interwarp copy function.Alexey Bataev
2018-11-29[OpenMP] Add a new version of the SPMD deinit kernel functionGheorghe-Teodor Bercea
2018-11-16[OPENMP][NVPTX]Emit correct reduction code for teams/parallelAlexey Bataev
2018-11-09[OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.Alexey Bataev
2018-08-29[OPENMP][NVPTX] Add support for lightweight runtime.Alexey Bataev
2018-07-13[OpenMP] Initialize data sharing stack for SPMD caseGheorghe-Teodor Bercea