- 56d941a [libomptarget][nfc] Make interface.h target independent by Jon Chesterfield · 4 years ago master
- cb6f3c4 [OpenMP] Enable thread affinity on FreeBSD by David Carlier · 4 years ago
- ace8505 Don't assume Type from `readelf -d` has parentheses by Andrey Churbanov · 4 years ago
- 9dfddd6 Don't link libm with -Wl,--as-needed on FreeBSD by Andrey Churbanov · 4 years ago
- 731769f [libomptarget][nfc] Update remaining uint32 to use lanemask_t by Jon Chesterfield · 4 years ago
- 3bdcaec Use named constant to indicate all lanes, to handle 32 and 64 wide architectures by Jon Chesterfield · 4 years ago
- 85e2459 [OpenMP] FreeBSD address check if mapped more native by David Carlier · 4 years ago
- dbb024c [Clang][OpenMP Offload] Create start/end symbols for the offloading entry table with a help of a linker by Sergey Dmitriev · 4 years ago
- 2cb5d49 fixed test: eliminated race condition which might cause deadlock by Andrey Churbanov · 4 years ago
- 66ddc21 Enable tasks dependencies hashmaps resizing. by Andrey Churbanov · 4 years ago
- 2b135c5 [OpenMP] Change initialization of __kmp_global by Jonas Hahnfeld · 4 years, 1 month ago
- b93e8ad [OPENMP][NVPTX]Fix parallel level counter in non-SPMD mode. by Alexey Bataev · 4 years, 1 month ago
- 537de38 [libomptarget] Refactor activemask macro to inline function by Jon Chesterfield · 4 years, 1 month ago
- 1fe4d62 Use target_impl functions to replace more inline asm by Jon Chesterfield · 4 years, 1 month ago
- ee03160 [libomptarget] Refactor syncthreads macro to inline function by Jon Chesterfield · 4 years, 1 month ago
- 7ed5372 [libomptarget] Refactor syncwarp macro to inline function by Jon Chesterfield · 4 years, 1 month ago
- bae5e59 Fix build break due to close brace lost in merge by Jon Chesterfield · 4 years, 1 month ago
- 77d31c1 [libomptarget] Refactor shfl_down_sync macro to inline function by Jon Chesterfield · 4 years, 1 month ago
- bfca7f7 [libomptarget] Refactor shfl_sync macro to inline function by Jon Chesterfield · 4 years, 1 month ago
- ad72f5e [OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function. by Alexey Bataev · 4 years, 1 month ago
- cd9405f [OPENMP][NVPTX]Use __syncwarp() to reconverge the threads. by Alexey Bataev · 4 years, 1 month ago
- 3f4c51a Force honoring nthreads-var and thread-limit-var inside teams construct on host by Jonathan Peyton · 4 years, 1 month ago
- 3eae253 [OpenMP] Enable warning about "implicit fallthrough" by Jonas Hahnfeld · 4 years, 2 months ago
- 7875131 [OpenMP] Remove 'unnecessary parentheses' by Jonas Hahnfeld · 4 years, 2 months ago
- b0cb65c [OMPT] Resolve warnings because of ints in if conditions by Jonas Hahnfeld · 4 years, 2 months ago
- 04b98c1 [OpenMP] Turn on -Wall compiler warnings by default by Jonas Hahnfeld · 4 years, 2 months ago
- 923dcc5 Factor architecture dependent code out of loop.cu by Jon Chesterfield · 4 years, 2 months ago
- ee9c0c5 Cleanup unused variable. by Andrey Churbanov · 4 years, 2 months ago
- dabebaf [OpenMP][libomptarget] Add support for close map modifier by Gheorghe-Teodor Bercea · 4 years, 2 months ago
- 9ea8071 [libomptarget] Remove duplicate RTLRequiresFlags per device by Jonas Hahnfeld · 4 years, 2 months ago
- 3654abe [OpenMP][libomptarget] Add support for unified memory for regular maps by Gheorghe-Teodor Bercea · 4 years, 2 months ago
- 2535f2b Use forceinline. Necessary for nvcc to inline small functions within the bitcode library by Jon Chesterfield · 4 years, 2 months ago
- c8294f0 [OPENMP][OFFLOADING]Fix the test, NFC. by Alexey Bataev · 4 years, 2 months ago
- 3c7e922 [OpenMP] Add support for GOMP_*_nonmonotonic_* functions by Jonathan Peyton · 4 years, 2 months ago
- 6a2cf69 [OpenMP] Fix broken build due to new OMPT tests by Hansang Bae · 4 years, 2 months ago
- 64bfa84 [libomptarget] Harmonize emitting CUDA errors and general debug messages. by Michael Kruse · 4 years, 2 months ago
- e8bd614 [OpenMP 5.0] libomptarget interface for declare mapper functions. by Michael Kruse · 4 years, 2 months ago
- 716f6ba Add OMPT support for teams construct by Hansang Bae · 4 years, 2 months ago
- 6cbafac [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS by Jonas Hahnfeld · 4 years, 2 months ago
- 34b2830 [openmp] Workaround bug in old Android pthread_attr_setstacksize by Yi Kong · 4 years, 2 months ago
- ca7d371 [OpenMP] Fix build of stubs library, NFC. by Jonas Hahnfeld · 4 years, 2 months ago
- b9b9801 [OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less. by Alexey Bataev · 4 years, 2 months ago
- 57b2faf [OpenMP] RISCV64 port by Jonas Hahnfeld · 4 years, 2 months ago
- b840a85 [libomptarget] Handle offload policy in push_tripcount by Jonas Hahnfeld · 4 years, 2 months ago
- 9ad60c0 [OMPT] Cleanup reset of exit_frame pointer by Jonas Hahnfeld · 4 years, 2 months ago
- 8dabfba Delete empty file by Jonas Hahnfeld · 4 years, 2 months ago
- b037645 [OpenMP][libomptarget] Suppress C++ 11 related warnings when building libomptarget-nvptx bitcode library, by Doru Bercea. by Alexey Bataev · 4 years, 2 months ago
- c1b1ef1 [OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread. by Ron Lieberman · 4 years, 3 months ago
- 07f4283 Remove REQUIRES OMP spec version within lit tests by Jonathan Peyton · 4 years, 3 months ago
- cff3557 [OpenMP] Move header inclusion out of 'extern "C"' by Jonas Hahnfeld · 4 years, 3 months ago
- 0519a2c [OPENMP][NVPTX]Fixed checks for cuda versions. by Alexey Bataev · 4 years, 3 months ago
- 9469675 [OPENMP]Fix threadid in __kmpc_omp_taskwait call for dependent target calls. by Alexey Bataev · 4 years, 3 months ago
- d4b1149 [OpenMP] Remove OMP spec versioning by Jonathan Peyton · 4 years, 3 months ago
- bb2634a [libomptarget] Fix typos and grammar in error messages, NFC. by Jonas Hahnfeld · 4 years, 3 months ago
- 8e626ba [libomptarget-nvptx] Remove dead functions by Jonas Hahnfeld · 4 years, 3 months ago
- 201ba9e NFC: fixed typo #ifdef --> #if to allow macro set to 0 work correctly by Andrey Churbanov · 4 years, 3 months ago
- 3a22f66 [OPENMP]Rename loopTripCnt member data to LoopTripCnt, NFC. by Alexey Bataev · 4 years, 3 months ago
- 0b13281 [OPENMP]Make __kmpc_push_tripcount thread safe. by Alexey Bataev · 4 years, 3 months ago
- bbbee1d Create a runtime option to disable task throttling. by Andrey Churbanov · 4 years, 3 months ago
- f9ad1a0 Cleanup of unused code by Andrey Churbanov · 4 years, 3 months ago
- a31ae2e [OPENMP][NVPTX]Relax flush directive. by Alexey Bataev · 4 years, 3 months ago
- 0afc673 Fixed memory use-after-free problem. by Andrey Churbanov · 4 years, 3 months ago
- 4df92ed [OpenMP][libomptarget] Add support for declare target to clause under unified memory by Gheorghe-Teodor Bercea · 4 years, 3 months ago
- 79d5d6d [OPENMP][CUDA]Use __syncthreads when compiled by nvcc and clang >= 9.0. by Alexey Bataev · 4 years, 3 months ago
- 3f381f5 New implementation of OpenMP 5.0 detached tasks. by Andrey Churbanov · 4 years, 3 months ago
- e9791d7 [OpenMP] Add task alloc function by Gheorghe-Teodor Bercea · 4 years, 4 months ago
- 402c743 Added propagation of not big initial stack size of master thread to workers. by Andrey Churbanov · 4 years, 4 months ago
- dba741d [OpenMP][libomptarget] Enable usage of unified memory for declare target link variables by Gheorghe-Teodor Bercea · 4 years, 4 months ago
- 6973da5 Fixed build warning with -DLIBOMP_USE_HWLOC=1 by Andrey Churbanov · 4 years, 4 months ago
- 74db2a4 Fix OMP_TARGET_OFFLOAD parsing by Hansang Bae · 4 years, 4 months ago
- 48eeef9 Add checks before pointer dereferencing by Hansang Bae · 4 years, 4 months ago
- 93fe5ce [openmp] [test] Skip kernel-breaking tests on NetBSD by Michal Gorny · 4 years, 4 months ago
- 34def82 Revert "[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC." by Alexey Bataev · 4 years, 4 months ago
- 926938a [OPENMP][NVPTX]Fix barriers and parallel level counters, NFC. by Alexey Bataev · 4 years, 4 months ago
- f8e8d59 Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584. by Andrey Churbanov · 4 years, 4 months ago
- 7481323 [OpenMP] Add implementation to two OMPT API routines by Jonathan Peyton · 4 years, 4 months ago
- 9994ae3 [OpenMP][libomptarget] Enable requires flags for target libraries. by Gheorghe-Teodor Bercea · 4 years, 4 months ago
- 665d5c5 [OpenMP][OMPT] Fix locking testcases for 32 bit architectures by Joachim Protze · 4 years, 4 months ago
- dac3432 [OMPT] Handling of the events of initial-task-begin and initial-task-end by Joachim Protze · 4 years, 4 months ago
- ba56714 Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584. by Andrey Churbanov · 4 years, 5 months ago
- 9a0d0f0 Fix hwloc topology traversal code unable to handle situation where L2 cache is common for the packages by Paul Osmialowski · 4 years, 5 months ago
- a86b5e4 Fixed https://bugs.llvm.org/show_bug.cgi?id=41584. by Andrey Churbanov · 4 years, 5 months ago
- 0a3b7b6 Introduce new OpenMP 5.0 depend object type. by Andrey Churbanov · 4 years, 5 months ago
- c1985ba [OpenMP][AArch64] Fix compile with LLVM trunk. by Eli Friedman · 4 years, 5 months ago
- 8db7163 fixed typo made by commit r360595 by Andrey Churbanov · 4 years, 5 months ago
- fe501ad Fixed creation of aliases in Windows build. by Andrey Churbanov · 4 years, 5 months ago
- d5bb0a8 [OPENMP][NVPTX]Simplify handling of thread limit, NFC. by Alexey Bataev · 4 years, 5 months ago
- d140b83 [OPENMP][NVPTX]Improve number of threads counter, NFC. by Alexey Bataev · 4 years, 5 months ago
- e55ab99 [OpenMP] Workaround gfortran bugzilla build bug 41755 by Jonathan Peyton · 4 years, 5 months ago
- aebe831 Add non-SSE wrapper for __kmp_{load,store}_mxcsr by Dimitry Andric · 4 years, 5 months ago
- ae9830c [OPENMP][NVPTX]Improve thread limit counter, NFC. by Alexey Bataev · 4 years, 5 months ago
- 49325fc [OPENMP][NVPTX]Improved several standard OpenMP functions, NFC. by Alexey Bataev · 4 years, 5 months ago
- 2d4c5f9 [OPENMP][NVPTX]Improve code by using parallel level counter. by Alexey Bataev · 4 years, 5 months ago
- db75b85 [OPENMP][NVPTX]Improve omp_get_max_threads() function. by Alexey Bataev · 4 years, 5 months ago
- 573fae7 [OPENMP][NVPTX]Improved omp_get_thread_limit() function. by Alexey Bataev · 4 years, 5 months ago
- ca840d6 Enable OpenMP build for 32-bit FreeBSD by Dimitry Andric · 4 years, 5 months ago
- 9377fa9 [OpenMP] Implement task modifier for reduction clause by Jonathan Peyton · 4 years, 5 months ago
- 67ef47a [OpenMP] Add OpenMP 5.0 nonmonotonic code by Jonathan Peyton · 4 years, 5 months ago
- 03f8ac5 [OpenMP] Eliminate some compiler warnings by Jonathan Peyton · 4 years, 5 months ago
- 867a573 [OPENMP][NVPTX]Correctly handle L2 parallelism in SPMD mode. by Alexey Bataev · 4 years, 5 months ago