aboutsummaryrefslogtreecommitdiff
path: root/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
AgeCommit message (Expand)Author
2018-11-09[OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.Alexey Bataev
2018-11-09[OPENMP][NVPTX]Allow to use shared memory for theAlexey Bataev
2018-11-02[OPENMP][NVPTX]Improve emission of the globalized variables forAlexey Bataev
2018-10-29[OpenMP] Fix condition.Gheorghe-Teodor Bercea
2018-10-29[OpenMP][NVPTX] Use single loops when generating code for distribute parallel...Gheorghe-Teodor Bercea
2018-10-01[OPENMP][NVPTX] Handle `requires datasharing` flag correctly withAlexey Bataev
2018-09-27[OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m...Gheorghe-Teodor Bercea
2018-09-27[OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo...Gheorghe-Teodor Bercea
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
2018-07-13[OpenMP] Initialize data sharing stack for SPMD caseGheorghe-Teodor Bercea
2018-05-15[OPENMP, NVPTX] Do not globalize variables with reference/pointer types.Alexey Bataev
2018-05-08[OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev
2018-04-23[OPENMP] Do not cast captured by value variables with pointer types inAlexey Bataev
2018-03-20[OPENMP, NVPTX] Codegen for target distribute parallel combinedAlexey Bataev
2018-02-28[OpenMP] Extend NVPTX SPMD implementation of combined constructsCarlo Bertolli