summaryrefslogtreecommitdiff
path: root/test/OpenMP/nvptx_target_teams_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP][NVPTX]Mark more functions as always_inline for betterAlexey Bataev2019-05-211-14/+23
* [OPENMP][NVPTX]Use __kmpc_barrier_simple_spmd(nullptr, 0) instead ofAlexey Bataev2019-01-031-6/+6
* [OpenMP] Add a new version of the SPMD deinit kernel functionGheorghe-Teodor Bercea2018-11-291-1/+1
* [OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.Alexey Bataev2018-11-091-1/+1
* [OPENMP][NVPTX] Add support for lightweight runtime.Alexey Bataev2018-08-291-3/+3
* [OpenMP] Initialize data sharing stack for SPMD caseGheorghe-Teodor Bercea2018-07-131-0/+1
* [OPENMP, NVPTX] Initial support for L2 parallelism in SPMD mode.Alexey Bataev2018-05-101-7/+34
* [OPENMP, NVPTX] Fix codegen for the teams reduction.Alexey Bataev2018-04-061-4/+4
* [OpenMP] Remove implicit data sharing code gen that aims to use device shared...Gheorghe-Teodor Bercea2018-03-071-2/+2
* [OPENMP] Replace calls of getAssociatedStmt().Alexey Bataev2018-01-121-6/+2
* [OpenMP] Further adjustments of nvptx runtime functionsJonas Hahnfeld2017-12-271-2/+2
* [OpenMP] Adjust arguments of nvptx runtime functionsJonas Hahnfeld2017-11-221-2/+2
* [OPENMP] Codegen for `target teams` directive.Alexey Bataev2017-11-221-2/+6
* [OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs usi...Gheorghe-Teodor Bercea2017-11-211-2/+2
* [OpenMP] Codegen support for 'target teams' on the NVPTX device.Arpith Chacko Jacob2017-01-261-0/+222