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
/
openmp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Enable thread affinity on FreeBSD
David Carlier
2019-10-08
6
-14
/
+51
*
Don't assume Type from `readelf -d` has parentheses
Andrey Churbanov
2019-10-08
1
-1
/
+1
*
Don't link libm with -Wl,--as-needed on FreeBSD
Andrey Churbanov
2019-10-08
1
-2
/
+2
*
[libomptarget][nfc] Update remaining uint32 to use lanemask_t
Jon Chesterfield
2019-10-04
6
-20
/
+27
*
Use named constant to indicate all lanes, to handle 32 and 64 wide architectures
Jon Chesterfield
2019-10-04
3
-8
/
+10
*
[OpenMP] FreeBSD address check if mapped more native
David Carlier
2019-09-28
1
-1
/
+42
*
[Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...
Sergey Dmitriev
2019-09-27
1
-1
/
+1
*
fixed test: eliminated race condition which might cause deadlock
Andrey Churbanov
2019-09-25
1
-1
/
+1
*
Enable tasks dependencies hashmaps resizing.
Andrey Churbanov
2019-09-25
3
-11
/
+103
*
[OpenMP] Change initialization of __kmp_global
Jonas Hahnfeld
2019-09-04
3
-3
/
+1
*
[OPENMP][NVPTX]Fix parallel level counter in non-SPMD mode.
Alexey Bataev
2019-09-03
4
-16
/
+45
*
[libomptarget] Refactor activemask macro to inline function
Jon Chesterfield
2019-09-03
8
-30
/
+29
*
Use target_impl functions to replace more inline asm
Jon Chesterfield
2019-08-28
5
-39
/
+38
*
[libomptarget] Refactor syncthreads macro to inline function
Jon Chesterfield
2019-08-28
5
-19
/
+16
*
[libomptarget] Refactor syncwarp macro to inline function
Jon Chesterfield
2019-08-28
3
-8
/
+13
*
Fix build break due to close brace lost in merge
Jon Chesterfield
2019-08-28
1
-0
/
+1
*
[libomptarget] Refactor shfl_down_sync macro to inline function
Jon Chesterfield
2019-08-28
3
-7
/
+14
*
[libomptarget] Refactor shfl_sync macro to inline function
Jon Chesterfield
2019-08-28
5
-8
/
+24
*
[OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.
Alexey Bataev
2019-08-26
3
-0
/
+14
*
[OPENMP][NVPTX]Use __syncwarp() to reconverge the threads.
Alexey Bataev
2019-08-23
2
-10
/
+19
*
Force honoring nthreads-var and thread-limit-var inside teams construct on host
Jonathan Peyton
2019-08-20
1
-4
/
+17
*
[OpenMP] Enable warning about "implicit fallthrough"
Jonas Hahnfeld
2019-08-15
5
-2
/
+4
*
[OpenMP] Remove 'unnecessary parentheses'
Jonas Hahnfeld
2019-08-15
6
-21
/
+19
*
[OMPT] Resolve warnings because of ints in if conditions
Jonas Hahnfeld
2019-08-15
3
-15
/
+10
*
[OpenMP] Turn on -Wall compiler warnings by default
Jonas Hahnfeld
2019-08-15
4
-55
/
+59
*
Factor architecture dependent code out of loop.cu
Jon Chesterfield
2019-08-13
2
-9
/
+49
*
Cleanup unused variable.
Andrey Churbanov
2019-08-12
1
-3
/
+1
*
[OpenMP][libomptarget] Add support for close map modifier
Gheorghe-Teodor Bercea
2019-08-09
7
-15
/
+344
*
[libomptarget] Remove duplicate RTLRequiresFlags per device
Jonas Hahnfeld
2019-08-09
5
-21
/
+14
*
[OpenMP][libomptarget] Add support for unified memory for regular maps
Gheorghe-Teodor Bercea
2019-08-07
7
-47
/
+383
*
Use forceinline. Necessary for nvcc to inline small functions within the bitc...
Jon Chesterfield
2019-08-07
1
-1
/
+1
*
[OPENMP][OFFLOADING]Fix the test, NFC.
Alexey Bataev
2019-08-06
1
-4
/
+5
*
[OpenMP] Add support for GOMP_*_nonmonotonic_* functions
Jonathan Peyton
2019-08-05
2
-0
/
+62
*
[OpenMP] Fix broken build due to new OMPT tests
Hansang Bae
2019-08-05
4
-4
/
+4
*
[libomptarget] Harmonize emitting CUDA errors and general debug messages.
Michael Kruse
2019-08-05
2
-17
/
+11
*
[OpenMP 5.0] libomptarget interface for declare mapper functions.
Michael Kruse
2019-08-04
4
-0
/
+88
*
Add OMPT support for teams construct
Hansang Bae
2019-08-03
12
-63
/
+437
*
[OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS
Jonas Hahnfeld
2019-07-30
6
-33
/
+11
*
[openmp] Workaround bug in old Android pthread_attr_setstacksize
Yi Kong
2019-07-25
1
-0
/
+7
*
[OpenMP] Fix build of stubs library, NFC.
Jonas Hahnfeld
2019-07-25
1
-2
/
+2
*
[OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less.
Alexey Bataev
2019-07-25
2
-0
/
+40
*
[OpenMP] RISCV64 port
Jonas Hahnfeld
2019-07-25
19
-16
/
+243
*
[libomptarget] Handle offload policy in push_tripcount
Jonas Hahnfeld
2019-07-23
1
-0
/
+3
*
[OMPT] Cleanup reset of exit_frame pointer
Jonas Hahnfeld
2019-07-22
4
-50
/
+88
*
Delete empty file
Jonas Hahnfeld
2019-07-22
1
-0
/
+0
*
[OpenMP][libomptarget] Suppress C++ 11 related warnings when building libompt...
Alexey Bataev
2019-07-18
1
-1
/
+1
*
[OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread.
Ron Lieberman
2019-07-17
2
-2
/
+41
*
Remove REQUIRES OMP spec version within lit tests
Jonathan Peyton
2019-07-17
13
-13
/
+0
*
[OpenMP] Move header inclusion out of 'extern "C"'
Jonas Hahnfeld
2019-07-16
1
-2
/
+3
*
[OPENMP][NVPTX]Fixed checks for cuda versions.
Alexey Bataev
2019-07-16
1
-2
/
+4
[next]