summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Enable thread affinity on FreeBSDDavid Carlier2019-10-086-14/+51
* Don't assume Type from `readelf -d` has parenthesesAndrey Churbanov2019-10-081-1/+1
* Don't link libm with -Wl,--as-needed on FreeBSDAndrey Churbanov2019-10-081-2/+2
* [libomptarget][nfc] Update remaining uint32 to use lanemask_tJon Chesterfield2019-10-046-20/+27
* Use named constant to indicate all lanes, to handle 32 and 64 wide architecturesJon Chesterfield2019-10-043-8/+10
* [OpenMP] FreeBSD address check if mapped more nativeDavid Carlier2019-09-281-1/+42
* [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev2019-09-271-1/+1
* fixed test: eliminated race condition which might cause deadlockAndrey Churbanov2019-09-251-1/+1
* Enable tasks dependencies hashmaps resizing.Andrey Churbanov2019-09-253-11/+103
* [OpenMP] Change initialization of __kmp_globalJonas Hahnfeld2019-09-043-3/+1
* [OPENMP][NVPTX]Fix parallel level counter in non-SPMD mode.Alexey Bataev2019-09-034-16/+45
* [libomptarget] Refactor activemask macro to inline functionJon Chesterfield2019-09-038-30/+29
* Use target_impl functions to replace more inline asmJon Chesterfield2019-08-285-39/+38
* [libomptarget] Refactor syncthreads macro to inline functionJon Chesterfield2019-08-285-19/+16
* [libomptarget] Refactor syncwarp macro to inline functionJon Chesterfield2019-08-283-8/+13
* Fix build break due to close brace lost in mergeJon Chesterfield2019-08-281-0/+1
* [libomptarget] Refactor shfl_down_sync macro to inline functionJon Chesterfield2019-08-283-7/+14
* [libomptarget] Refactor shfl_sync macro to inline functionJon Chesterfield2019-08-285-8/+24
* [OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.Alexey Bataev2019-08-263-0/+14
* [OPENMP][NVPTX]Use __syncwarp() to reconverge the threads.Alexey Bataev2019-08-232-10/+19
* Force honoring nthreads-var and thread-limit-var inside teams construct on hostJonathan Peyton2019-08-201-4/+17
* [OpenMP] Enable warning about "implicit fallthrough"Jonas Hahnfeld2019-08-155-2/+4
* [OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld2019-08-156-21/+19
* [OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld2019-08-153-15/+10
* [OpenMP] Turn on -Wall compiler warnings by defaultJonas Hahnfeld2019-08-154-55/+59
* Factor architecture dependent code out of loop.cuJon Chesterfield2019-08-132-9/+49
* Cleanup unused variable.Andrey Churbanov2019-08-121-3/+1
* [OpenMP][libomptarget] Add support for close map modifierGheorghe-Teodor Bercea2019-08-097-15/+344
* [libomptarget] Remove duplicate RTLRequiresFlags per deviceJonas Hahnfeld2019-08-095-21/+14
* [OpenMP][libomptarget] Add support for unified memory for regular mapsGheorghe-Teodor Bercea2019-08-077-47/+383
* Use forceinline. Necessary for nvcc to inline small functions within the bitc...Jon Chesterfield2019-08-071-1/+1
* [OPENMP][OFFLOADING]Fix the test, NFC.Alexey Bataev2019-08-061-4/+5
* [OpenMP] Add support for GOMP_*_nonmonotonic_* functionsJonathan Peyton2019-08-052-0/+62
* [OpenMP] Fix broken build due to new OMPT testsHansang Bae2019-08-054-4/+4
* [libomptarget] Harmonize emitting CUDA errors and general debug messages.Michael Kruse2019-08-052-17/+11
* [OpenMP 5.0] libomptarget interface for declare mapper functions.Michael Kruse2019-08-044-0/+88
* Add OMPT support for teams constructHansang Bae2019-08-0312-63/+437
* [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGSJonas Hahnfeld2019-07-306-33/+11
* [openmp] Workaround bug in old Android pthread_attr_setstacksizeYi Kong2019-07-251-0/+7
* [OpenMP] Fix build of stubs library, NFC.Jonas Hahnfeld2019-07-251-2/+2
* [OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less.Alexey Bataev2019-07-252-0/+40
* [OpenMP] RISCV64 portJonas Hahnfeld2019-07-2519-16/+243
* [libomptarget] Handle offload policy in push_tripcountJonas Hahnfeld2019-07-231-0/+3
* [OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld2019-07-224-50/+88
* Delete empty fileJonas Hahnfeld2019-07-221-0/+0
* [OpenMP][libomptarget] Suppress C++ 11 related warnings when building libompt...Alexey Bataev2019-07-181-1/+1
* [OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread.Ron Lieberman2019-07-172-2/+41
* Remove REQUIRES OMP spec version within lit testsJonathan Peyton2019-07-1713-13/+0
* [OpenMP] Move header inclusion out of 'extern "C"'Jonas Hahnfeld2019-07-161-2/+3
* [OPENMP][NVPTX]Fixed checks for cuda versions.Alexey Bataev2019-07-161-2/+4
OpenPOWER on IntegriCloud