summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Move blocktime_str variable right before its first useJonathan Peyton2018-03-261-3/+3
* Add summarizeStats.py to tools directoryJonathan Peyton2018-03-261-0/+323
* Fixed __kmpc_get_target_offload() to call library initialization.Andrey Churbanov2018-03-221-1/+6
* [OpenMP][libomptarget] Initialize global memory stack only once.Gheorghe-Teodor Bercea2018-03-212-3/+15
* [OpenMP][libomptarget] Fix master warp checkGheorghe-Teodor Bercea2018-03-213-13/+24
* [OpenMP][libomptarget] Enable globalization for workersGheorghe-Teodor Bercea2018-03-211-33/+35
* Read OMP_TARGET_OFFLOAD and provide API to access ICVJonathan Peyton2018-03-205-0/+64
* Fix for Fix for https://bugs.llvm.org/show_bug.cgi?id=36705.Andrey Churbanov2018-03-191-0/+1
* Bugfix, extern declarations for libomp functions are `extern "C"` declarationsGeorge Rokos2018-03-171-0/+6
* Moved extern declarations to private header file, they are only used from wit...George Rokos2018-03-162-4/+4
* [OpenMP][libomptarget] Enable usage of shared memory slotsGheorghe-Teodor Bercea2018-03-151-15/+1
* [OpenMP][libomptarget] Enable multiple frames per global memory slotGheorghe-Teodor Bercea2018-03-153-47/+121
* [libomptarget][nvptx] Bug fix: Correctly identify the warp master active thread.George Rokos2018-03-141-1/+2
* [OpenMP][libomptarget] Add global memory data sharing support for master-work...Gheorghe-Teodor Bercea2018-03-135-0/+222
* fix a typo on the websiteSylvestre Ledru2018-03-111-1/+1
* [OpenMP][libomptarget] Fix union.Gheorghe-Teodor Bercea2018-03-082-45/+41
* [OpenMP] Remove implicit data sharing using device shared memory from libompt...Gheorghe-Teodor Bercea2018-03-076-65/+1
* Improve OpenMP threadprivate implementation.Andrey Churbanov2018-03-053-111/+182
* Fixed build of the OpenMP stubs library.Andrey Churbanov2018-03-051-1/+1
* [OMPT] Fix interoperability test with GCCJonas Hahnfeld2018-03-011-2/+14
* [OMPT] Fix task-type test with GCCJoachim Protze2018-03-011-0/+3
* [OMPT] Fix ompt_get_task_info() and add tests for itJoachim Protze2018-02-283-88/+182
* [OMPT] Fix inconsistent testcasesJoachim Protze2018-02-282-31/+31
* [OMPT] Fix parallel_data in implicit barrier-endJonas Hahnfeld2018-02-234-98/+135
* [OMPT] Fix test tasks/serialized.c with optimizationJonas Hahnfeld2018-02-232-54/+114
* [OMPT] Omissionin in OMPT FormattingJoachim Protze2018-02-175-7/+9
OpenPOWER on IntegriCloud