| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [NFC][libomptarget]Remove TRUE,FALSE macros from option.h | Jon Chesterfield | 2019-10-27 | 6 | -14/+8 |
| * | [NFC][libomptarget] move remaining device specific code out of omptarget-nvptx.h | Jon Chesterfield | 2019-10-25 | 2 | -20/+17 |
| * | [libomptarget][nfc] Make interface.h target independent | Jon Chesterfield | 2019-10-15 | 5 | -9/+32 |
| * | [libomptarget][nfc] Update remaining uint32 to use lanemask_t | Jon Chesterfield | 2019-10-04 | 6 | -20/+27 |
| * | Use named constant to indicate all lanes, to handle 32 and 64 wide architectures | Jon Chesterfield | 2019-10-04 | 3 | -8/+10 |
| * | [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab... | Sergey Dmitriev | 2019-09-27 | 1 | -1/+1 |
| * | [OPENMP][NVPTX]Fix parallel level counter in non-SPMD mode. | Alexey Bataev | 2019-09-03 | 4 | -16/+45 |
| * | [libomptarget] Refactor activemask macro to inline function | Jon Chesterfield | 2019-09-03 | 8 | -30/+29 |
| * | Use target_impl functions to replace more inline asm | Jon Chesterfield | 2019-08-28 | 5 | -39/+38 |
| * | [libomptarget] Refactor syncthreads macro to inline function | Jon Chesterfield | 2019-08-28 | 5 | -19/+16 |
| * | [libomptarget] Refactor syncwarp macro to inline function | Jon Chesterfield | 2019-08-28 | 3 | -8/+13 |
| * | Fix build break due to close brace lost in merge | Jon Chesterfield | 2019-08-28 | 1 | -0/+1 |
| * | [libomptarget] Refactor shfl_down_sync macro to inline function | Jon Chesterfield | 2019-08-28 | 3 | -7/+14 |
| * | [libomptarget] Refactor shfl_sync macro to inline function | Jon Chesterfield | 2019-08-28 | 5 | -8/+24 |
| * | [OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function. | Alexey Bataev | 2019-08-26 | 3 | -0/+14 |
| * | [OPENMP][NVPTX]Use __syncwarp() to reconverge the threads. | Alexey Bataev | 2019-08-23 | 2 | -10/+19 |
| * | Factor architecture dependent code out of loop.cu | Jon Chesterfield | 2019-08-13 | 2 | -9/+49 |
| * | [OpenMP][libomptarget] Add support for close map modifier | Gheorghe-Teodor Bercea | 2019-08-09 | 7 | -15/+344 |
| * | [libomptarget] Remove duplicate RTLRequiresFlags per device | Jonas Hahnfeld | 2019-08-09 | 5 | -21/+14 |
| * | [OpenMP][libomptarget] Add support for unified memory for regular maps | Gheorghe-Teodor Bercea | 2019-08-07 | 7 | -47/+383 |
| * | Use forceinline. Necessary for nvcc to inline small functions within the bitc... | Jon Chesterfield | 2019-08-07 | 1 | -1/+1 |
| * | [OPENMP][OFFLOADING]Fix the test, NFC. | Alexey Bataev | 2019-08-06 | 1 | -4/+5 |
| * | [libomptarget] Harmonize emitting CUDA errors and general debug messages. | Michael Kruse | 2019-08-05 | 2 | -17/+11 |
| * | [OpenMP 5.0] libomptarget interface for declare mapper functions. | Michael Kruse | 2019-08-04 | 4 | -0/+88 |
| * | [OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less. | Alexey Bataev | 2019-07-25 | 2 | -0/+40 |
| * | [libomptarget] Handle offload policy in push_tripcount | Jonas Hahnfeld | 2019-07-23 | 1 | -0/+3 |
| * | [OpenMP][libomptarget] Suppress C++ 11 related warnings when building libompt... | Alexey Bataev | 2019-07-18 | 1 | -1/+1 |
| * | [OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread. | Ron Lieberman | 2019-07-17 | 2 | -2/+41 |
| * | [OPENMP][NVPTX]Fixed checks for cuda versions. | Alexey Bataev | 2019-07-16 | 1 | -2/+4 |
| * | [OPENMP]Fix threadid in __kmpc_omp_taskwait call for dependent target calls. | Alexey Bataev | 2019-07-16 | 2 | -5/+67 |
| * | [libomptarget] Fix typos and grammar in error messages, NFC. | Jonas Hahnfeld | 2019-07-12 | 1 | -4/+4 |
| * | [libomptarget-nvptx] Remove dead functions | Jonas Hahnfeld | 2019-07-11 | 2 | -85/+1 |
| * | [OPENMP]Rename loopTripCnt member data to LoopTripCnt, NFC. | Alexey Bataev | 2019-07-08 | 3 | -6/+6 |
| * | [OPENMP]Make __kmpc_push_tripcount thread safe. | Alexey Bataev | 2019-07-08 | 5 | -7/+37 |
| * | [OPENMP][NVPTX]Relax flush directive. | Alexey Bataev | 2019-06-27 | 2 | -1/+36 |
| * | [OpenMP][libomptarget] Add support for declare target to clause under unified... | Gheorghe-Teodor Bercea | 2019-06-19 | 1 | -3/+12 |
| * | [OPENMP][CUDA]Use __syncthreads when compiled by nvcc and clang >= 9.0. | Alexey Bataev | 2019-06-19 | 1 | -0/+5 |
| * | [OpenMP][libomptarget] Enable usage of unified memory for declare target link... | Gheorghe-Teodor Bercea | 2019-06-04 | 6 | -2/+39 |
| * | Revert "[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC." | Alexey Bataev | 2019-05-24 | 3 | -6/+3 |
| * | [OPENMP][NVPTX]Fix barriers and parallel level counters, NFC. | Alexey Bataev | 2019-05-22 | 3 | -3/+6 |
| * | [OpenMP][libomptarget] Enable requires flags for target libraries. | Gheorghe-Teodor Bercea | 2019-05-21 | 8 | -4/+126 |
| * | [OPENMP][NVPTX]Simplify handling of thread limit, NFC. | Alexey Bataev | 2019-05-13 | 6 | -26/+19 |
| * | [OPENMP][NVPTX]Improve number of threads counter, NFC. | Alexey Bataev | 2019-05-10 | 11 | -83/+47 |
| * | [OPENMP][NVPTX]Improve thread limit counter, NFC. | Alexey Bataev | 2019-05-03 | 5 | -12/+6 |
| * | [OPENMP][NVPTX]Improved several standard OpenMP functions, NFC. | Alexey Bataev | 2019-05-03 | 1 | -20/+19 |
| * | [OPENMP][NVPTX]Improve code by using parallel level counter. | Alexey Bataev | 2019-05-02 | 10 | -197/+200 |
| * | [OPENMP][NVPTX]Improve omp_get_max_threads() function. | Alexey Bataev | 2019-05-02 | 2 | -5/+48 |
| * | [OPENMP][NVPTX]Improved omp_get_thread_limit() function. | Alexey Bataev | 2019-05-02 | 2 | -6/+75 |
| * | [OPENMP][NVPTX]Correctly handle L2 parallelism in SPMD mode. | Alexey Bataev | 2019-04-26 | 8 | -26/+50 |
| * | [OPENMP][NVPTX] Fix the test, NFC. | Alexey Bataev | 2019-04-22 | 1 | -7/+17 |