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
*
Fix const cast problem introduced in r336563
Jonathan Peyton
2018-07-09
1
-3
/
+3
*
[OpenMP] Fix a few formatting issues
Jonathan Peyton
2018-07-09
3
-3
/
+5
*
[OpenMP] Introduce hierarchical scheduling
Jonathan Peyton
2018-07-09
11
-56
/
+1522
*
[OPENMP, NVPTX] Support several images in the executable.
Alexey Bataev
2018-07-09
1
-5
/
+6
*
[OpenMP] Restructure loop code for hierarchical scheduling
Jonathan Peyton
2018-07-09
3
-1329
/
+1434
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
17
-280
/
+433
*
Define the __STDC_FORMAT_MACROS to avoid test failure on some platforms.
Kelvin Li
2018-07-06
1
-0
/
+5
*
Dropped non-supoorted "--no-as-needed" flag from OMPT tests for macOS
Joachim Protze
2018-07-05
3
-4
/
+8
*
[OMPT] Add synchronization to threads_nested.c testcase
Joachim Protze
2018-07-05
1
-2
/
+4
*
[OMPT] Use alloca() to force availability of frame pointer
Joachim Protze
2018-07-02
1
-0
/
+4
*
[OMPT] Add tests for runtime entry points from non-OpenMP threads
Joachim Protze
2018-07-02
1
-12
/
+53
*
[OMPT] Add testcases for thread_begin and thread_end callbacks
Joachim Protze
2018-07-02
2
-0
/
+72
*
[OMPT] Provide the right thread_num for ancestor levels
Joachim Protze
2018-07-02
2
-3
/
+371
*
[OPENMP, NVPTX] Sync threads before start ordered loops.
Alexey Bataev
2018-06-29
1
-1
/
+6
*
[OPENMP, NVPTX] Fixes for NVPTX RTL
Alexey Bataev
2018-06-25
3
-32
/
+36
*
minor: fixed typo in debug print
Andrey Churbanov
2018-06-20
1
-1
/
+1
*
Remove liboffload from repository
Jonas Hahnfeld
2018-06-19
60
-136205
/
+2
*
[OpenMP] [CUDA] Expose teamid to the debug path
Guansong Zhang
2018-06-19
1
-1
/
+1
*
[OpenMP] Fix formatting issues in kmp_stats.h
Jonathan Peyton
2018-06-08
1
-26
/
+39
*
[OMPT] Rename ompt_wait_id to omp_wait_id
Joachim Protze
2018-05-28
7
-75
/
+75
*
[OMPT] Rename ompt_frame_t to omp_frame_t
Joachim Protze
2018-05-28
10
-36
/
+36
*
[OMPT] Fix test parallel/not_enough_threads.c
Jonas Hahnfeld
2018-05-27
1
-46
/
+60
*
[libomptarget-nvptx] loop: Determine if runtime uninitialized
Jonas Hahnfeld
2018-05-25
1
-38
/
+42
*
[CMake] Unify install path for libraries
Jonas Hahnfeld
2018-05-25
6
-12
/
+14
*
[CUDA]Fix dynamic|guided scheduling.
George Rokos
2018-05-24
1
-57
/
+50
*
[libomptarget-nvptx-bc] Pass found CUDA installations
Jonas Hahnfeld
2018-05-16
1
-1
/
+1
*
[libomptarget-nvptx] Test bitcode compiler flags and enable by default
Jonas Hahnfeld
2018-05-16
3
-105
/
+184
*
[OpenMP][libomptarget] Add function for checking SPMD mode
Gheorghe-Teodor Bercea
2018-05-15
2
-0
/
+8
*
[OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regions
Joachim Protze
2018-05-07
4
-5
/
+16
*
[OMPT] Add api_calls_misc.c testcase and rename api_calls.c testcase
Joachim Protze
2018-05-07
3
-0
/
+76
*
[OpenMP] Use LIBOMPTARGET_DEVICE_RTL_DEBUG env var to control debug messages ...
Guansong Zhang
2018-05-04
4
-2
/
+69
*
[OpenMP][OMPT] Fix api_calls_from_other_thread.cpp
Jonathan Peyton
2018-04-30
1
-3
/
+3
*
[OpenMP] Remove compilation warning when using clang to compile bc files.
Guansong Zhang
2018-04-26
5
-14
/
+16
*
[OpenMP] Make bc file compilation sensitive to LIBOMPTARGET_NVPTX_DEBUG flag
Guansong Zhang
2018-04-20
1
-1
/
+7
*
[OpenMP] Compilation error fix on const char*
Heejin Ahn
2018-04-18
1
-1
/
+1
*
[OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatter
Jonathan Peyton
2018-04-18
4
-2
/
+29
*
Introduce GOMP_taskloop API
Jonathan Peyton
2018-04-18
9
-22
/
+297
*
Set the license header for all OMPT files
Joachim Protze
2018-04-12
6
-3
/
+73
*
[OpenMP] Remove extra warning when we build
Guansong Zhang
2018-04-10
1
-1
/
+1
*
Revert "[OpenMP] enable bc file compilation using the latest clang"
Guansong Zhang
2018-04-09
1
-1
/
+0
*
[OpenMP] enable bc file compilation using the latest clang
Guansong Zhang
2018-04-03
1
-0
/
+1
*
Minor cleanup in __kmp_atfork_child()
Jonathan Peyton
2018-03-30
1
-1
/
+0
*
Move blocktime_str variable right before its first use
Jonathan Peyton
2018-03-26
1
-3
/
+3
*
Add summarizeStats.py to tools directory
Jonathan Peyton
2018-03-26
1
-0
/
+323
*
Fixed __kmpc_get_target_offload() to call library initialization.
Andrey Churbanov
2018-03-22
1
-1
/
+6
*
[OpenMP][libomptarget] Initialize global memory stack only once.
Gheorghe-Teodor Bercea
2018-03-21
2
-3
/
+15
*
[OpenMP][libomptarget] Fix master warp check
Gheorghe-Teodor Bercea
2018-03-21
3
-13
/
+24
*
[OpenMP][libomptarget] Enable globalization for workers
Gheorghe-Teodor Bercea
2018-03-21
1
-33
/
+35
*
Read OMP_TARGET_OFFLOAD and provide API to access ICV
Jonathan Peyton
2018-03-20
5
-0
/
+64
*
Fix for Fix for https://bugs.llvm.org/show_bug.cgi?id=36705.
Andrey Churbanov
2018-03-19
1
-0
/
+1
[next]