index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
OpenMP
/
nvptx_parallel_codegen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenMP: Add convergent to more runtime functions
Matt Arsenault
2019-10-27
1
-6
/
+10
*
[OPENMP][NVPTX]Fix critical region codegen.
Alexey Bataev
2019-08-26
1
-1
/
+2
*
[OPENMP][NVPTX]Mark barrier functions calls as convergent.
Alexey Bataev
2019-07-18
1
-4
/
+4
*
[OPENMP][NVPTX]Mark more functions as always_inline for better
Alexey Bataev
2019-05-21
1
-3
/
+3
*
[OPENMP][NVPTX]Use new functions from the runtime library.
Alexey Bataev
2019-01-04
1
-2
/
+2
*
[OPENMP][NVPTX]Use __kmpc_barrier_simple_spmd(nullptr, 0) instead of
Alexey Bataev
2019-01-03
1
-12
/
+12
*
[OPENMP][NVPTX]Emit shared memory buffer for reduction as 128 bytes
Alexey Bataev
2018-12-18
1
-1
/
+1
*
[OPENMP][NVPTX]Fixed emission of the critical region.
Alexey Bataev
2018-12-04
1
-1
/
+7
*
[OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.
Alexey Bataev
2018-12-04
1
-2
/
+8
*
[OPENMP][NVPTX]Emit correct reduction code for teams/parallel
Alexey Bataev
2018-11-16
1
-1
/
+1
*
[OPENMP][NVPTX]Allow to use shared memory for the
Alexey Bataev
2018-11-09
1
-5
/
+6
*
[OPENMP][NVPTX]Improve emission of the globalized variables for
Alexey Bataev
2018-11-02
1
-1
/
+12
*
[OPENMP][NVPTX]Reduce memory usage in target region.
Alexey Bataev
2018-10-12
1
-5
/
+2
*
[OPENMP][NVPTX] Support memory coalescing for globalized variables.
Alexey Bataev
2018-10-09
1
-2
/
+5
*
[OPENMP, NVPTX] Fix globalization of the variables passed to orphaned
Alexey Bataev
2018-06-21
1
-0
/
+9
*
[OPENMP, NVPTX] Initial support for L2 parallelism in SPMD mode.
Alexey Bataev
2018-05-10
1
-0
/
+1
*
[OPENMP, NVPTX] Small test fix, NFC.
Alexey Bataev
2018-05-07
1
-2
/
+2
*
[OPENMP, NVPTX] Codegen for critical construct.
Alexey Bataev
2018-05-07
1
-2
/
+24
*
[OPENMP] Emit names of the globals depending on target.
Alexey Bataev
2018-05-02
1
-1
/
+11
*
[OPENMP, NVPTX] Fix codegen for the teams reduction.
Alexey Bataev
2018-04-06
1
-4
/
+4
*
[OpenMP] Add OpenMP data sharing infrastructure using global memory
Gheorghe-Teodor Bercea
2018-03-14
1
-243
/
+232
*
[OpenMP] Remove implicit data sharing code gen that aims to use device shared...
Gheorghe-Teodor Bercea
2018-03-07
1
-11
/
+11
*
[OpenMP] Adjust arguments of nvptx runtime functions
Jonas Hahnfeld
2017-11-22
1
-2
/
+2
*
[OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs usi...
Gheorghe-Teodor Bercea
2017-11-21
1
-11
/
+11
*
[OpenMP] Basic support for a parallel directive in a target region on an NVPT...
Arpith Chacko Jacob
2017-01-10
1
-0
/
+317