summaryrefslogtreecommitdiff
path: root/test/OpenMP/nvptx_teams_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP][NVPTX]Mark more functions as always_inline for betterAlexey Bataev2019-05-211-26/+22
* [OPENMP][NVPTX]Use new functions from the runtime library.Alexey Bataev2019-01-041-4/+4
* [OPENMP][NVPTX]Emit shared memory buffer for reduction as 128 bytesAlexey Bataev2018-12-181-2/+2
* [OPENMP][NVPTX]Emit correct reduction code for teams/parallelAlexey Bataev2018-11-161-2/+2
* [OPENMP][NVPTX]Allow to use shared memory for theAlexey Bataev2018-11-091-12/+14
* [OPENMP][NVPTX]Improve emission of the globalized variables forAlexey Bataev2018-11-021-4/+34
* [OPENMP][NVPTX]Reduce memory usage in target region.Alexey Bataev2018-10-121-20/+8
* [OPENMP][NVPTX] Support memory coalescing for globalized variables.Alexey Bataev2018-10-091-8/+20
* [OPENMP][NVPTX] Fix emission of __kmpc_global_thread_num() for non-SPMDAlexey Bataev2018-10-051-2/+2
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-4/+4
* [OPENMP, NVPTX] Emit correct thread id.Alexey Bataev2018-03-191-2/+2
* [OPENMP, NVPTX] Improve globalization of the variables captured by value.Alexey Bataev2018-03-151-4/+20
* [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao2016-06-301-8/+8
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-17/+13
* [OPENMP] Codegen for teams directive for NVPTXCarlo Bertolli2016-04-041-0/+136