summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/teams_distribute_simd_reduction_codegen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP]Improve detection of number of teams, threads in targetAlexey Bataev2019-04-101-2/+2
| | | | | | | | | | regions. Added more complex analysis for number of teams and number of threads in the target regions, also merged related common code between CGOpenMPRuntime and CGOpenMPRuntimeNVPTX classes. llvm-svn: 358126
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+13
| | | | | | | | | only. Added support for -fopenmp-simd option that allows compilation of simd-based constructs without emission of OpenMP runtime calls. llvm-svn: 321560
* [OPENMP] Initial codegen for `teams distribute simd` directive.Alexey Bataev2017-12-061-0/+218
Host + default devices codegen for `teams distribute simd` directive. llvm-svn: 319896
OpenPOWER on IntegriCloud