summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OMPT] Fix typo in test parallel/nested_thread_num.cJonas Hahnfeld2018-07-251-1/+1
* [OPNEMP, NVPTX] Fixed sychronization construct + code cleanup.Alexey Bataev2018-07-234-54/+25
* Block library shutdown until unreaped threads finish spin-waitingJonathan Peyton2018-07-194-11/+61
* [OpenMP][libomptarget] New map interface: remove translation code and ensure ...George Rokos2018-07-193-330/+145
* [libomptarget] Also support several images for elfJoachim Protze2018-07-181-4/+5
* [cmake] Fix libomptarget/test/CMakeLists.txtAzharuddin Mohammed2018-07-151-2/+2
* [OpenMP][libomptarget] Fix data sharing and globalization infrastructure to w...Gheorghe-Teodor Bercea2018-07-133-105/+72
* [OPENMP, NVPTX] Fix loop boundaries calculation for dynamic loops.Alexey Bataev2018-07-124-16/+50
* Fix const cast problem introduced in r336563Jonathan Peyton2018-07-091-3/+3
* [OpenMP] Fix a few formatting issuesJonathan Peyton2018-07-093-3/+5
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-0911-56/+1522
* [OPENMP, NVPTX] Support several images in the executable.Alexey Bataev2018-07-091-5/+6
* [OpenMP] Restructure loop code for hierarchical schedulingJonathan Peyton2018-07-093-1329/+1434
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-0917-280/+433
* Define the __STDC_FORMAT_MACROS to avoid test failure on some platforms.Kelvin Li2018-07-061-0/+5
* Dropped non-supoorted "--no-as-needed" flag from OMPT tests for macOSJoachim Protze2018-07-053-4/+8
* [OMPT] Add synchronization to threads_nested.c testcaseJoachim Protze2018-07-051-2/+4
* [OMPT] Use alloca() to force availability of frame pointerJoachim Protze2018-07-021-0/+4
* [OMPT] Add tests for runtime entry points from non-OpenMP threadsJoachim Protze2018-07-021-12/+53
* [OMPT] Add testcases for thread_begin and thread_end callbacksJoachim Protze2018-07-022-0/+72
* [OMPT] Provide the right thread_num for ancestor levelsJoachim Protze2018-07-022-3/+371
* [OPENMP, NVPTX] Sync threads before start ordered loops.Alexey Bataev2018-06-291-1/+6
* [OPENMP, NVPTX] Fixes for NVPTX RTLAlexey Bataev2018-06-253-32/+36
* minor: fixed typo in debug printAndrey Churbanov2018-06-201-1/+1
* Remove liboffload from repositoryJonas Hahnfeld2018-06-1960-136205/+2
* [OpenMP] [CUDA] Expose teamid to the debug pathGuansong Zhang2018-06-191-1/+1
* [OpenMP] Fix formatting issues in kmp_stats.hJonathan Peyton2018-06-081-26/+39
* [OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze2018-05-287-75/+75
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-2810-36/+36
* [OMPT] Fix test parallel/not_enough_threads.cJonas Hahnfeld2018-05-271-46/+60
* [libomptarget-nvptx] loop: Determine if runtime uninitializedJonas Hahnfeld2018-05-251-38/+42
* [CMake] Unify install path for librariesJonas Hahnfeld2018-05-256-12/+14
* [CUDA]Fix dynamic|guided scheduling.George Rokos2018-05-241-57/+50
* [libomptarget-nvptx-bc] Pass found CUDA installationsJonas Hahnfeld2018-05-161-1/+1
* [libomptarget-nvptx] Test bitcode compiler flags and enable by defaultJonas Hahnfeld2018-05-163-105/+184
* [OpenMP][libomptarget] Add function for checking SPMD modeGheorghe-Teodor Bercea2018-05-152-0/+8
* [OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regionsJoachim Protze2018-05-074-5/+16
* [OMPT] Add api_calls_misc.c testcase and rename api_calls.c testcaseJoachim Protze2018-05-073-0/+76
* [OpenMP] Use LIBOMPTARGET_DEVICE_RTL_DEBUG env var to control debug messages ...Guansong Zhang2018-05-044-2/+69
* [OpenMP][OMPT] Fix api_calls_from_other_thread.cppJonathan Peyton2018-04-301-3/+3
* [OpenMP] Remove compilation warning when using clang to compile bc files.Guansong Zhang2018-04-265-14/+16
* [OpenMP] Make bc file compilation sensitive to LIBOMPTARGET_NVPTX_DEBUG flagGuansong Zhang2018-04-201-1/+7
* [OpenMP] Compilation error fix on const char*Heejin Ahn2018-04-181-1/+1
* [OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatterJonathan Peyton2018-04-184-2/+29
* Introduce GOMP_taskloop APIJonathan Peyton2018-04-189-22/+297
* Set the license header for all OMPT filesJoachim Protze2018-04-126-3/+73
* [OpenMP] Remove extra warning when we buildGuansong Zhang2018-04-101-1/+1
* Revert "[OpenMP] enable bc file compilation using the latest clang"Guansong Zhang2018-04-091-1/+0
* [OpenMP] enable bc file compilation using the latest clangGuansong Zhang2018-04-031-0/+1
* Minor cleanup in __kmp_atfork_child()Jonathan Peyton2018-03-301-1/+0
OpenPOWER on IntegriCloud