aboutsummaryrefslogtreecommitdiff
path: root/libomptarget
AgeCommit message (Expand)Author
2019-09-27[Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev
2019-09-03[OPENMP][NVPTX]Fix parallel level counter in non-SPMD mode.Alexey Bataev
2019-09-03[libomptarget] Refactor activemask macro to inline functionJon Chesterfield
2019-08-28Use target_impl functions to replace more inline asmJon Chesterfield
2019-08-28[libomptarget] Refactor syncthreads macro to inline functionJon Chesterfield
2019-08-28[libomptarget] Refactor syncwarp macro to inline functionJon Chesterfield
2019-08-28Fix build break due to close brace lost in mergeJon Chesterfield
2019-08-28[libomptarget] Refactor shfl_down_sync macro to inline functionJon Chesterfield
2019-08-28[libomptarget] Refactor shfl_sync macro to inline functionJon Chesterfield
2019-08-26[OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.Alexey Bataev
2019-08-23[OPENMP][NVPTX]Use __syncwarp() to reconverge the threads.Alexey Bataev
2019-08-13Factor architecture dependent code out of loop.cuJon Chesterfield
2019-08-09[OpenMP][libomptarget] Add support for close map modifierGheorghe-Teodor Bercea
2019-08-09[libomptarget] Remove duplicate RTLRequiresFlags per deviceJonas Hahnfeld
2019-08-07[OpenMP][libomptarget] Add support for unified memory for regular mapsGheorghe-Teodor Bercea
2019-08-07Use forceinline. Necessary for nvcc to inline small functions within the bitc...Jon Chesterfield
2019-08-06[OPENMP][OFFLOADING]Fix the test, NFC.Alexey Bataev
2019-08-05[libomptarget] Harmonize emitting CUDA errors and general debug messages.Michael Kruse
2019-08-04[OpenMP 5.0] libomptarget interface for declare mapper functions.Michael Kruse
2019-07-25[OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less.Alexey Bataev
2019-07-23[libomptarget] Handle offload policy in push_tripcountJonas Hahnfeld
2019-07-18[OpenMP][libomptarget] Suppress C++ 11 related warnings when building libompt...Alexey Bataev
2019-07-17[OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread.Ron Lieberman
2019-07-16[OPENMP][NVPTX]Fixed checks for cuda versions.Alexey Bataev
2019-07-16[OPENMP]Fix threadid in __kmpc_omp_taskwait call for dependent target calls.Alexey Bataev
2019-07-12[libomptarget] Fix typos and grammar in error messages, NFC.Jonas Hahnfeld
2019-07-11[libomptarget-nvptx] Remove dead functionsJonas Hahnfeld
2019-07-08[OPENMP]Rename loopTripCnt member data to LoopTripCnt, NFC.Alexey Bataev
2019-07-08[OPENMP]Make __kmpc_push_tripcount thread safe.Alexey Bataev
2019-06-27[OPENMP][NVPTX]Relax flush directive.Alexey Bataev
2019-06-19[OpenMP][libomptarget] Add support for declare target to clause under unified...Gheorghe-Teodor Bercea
2019-06-19[OPENMP][CUDA]Use __syncthreads when compiled by nvcc and clang >= 9.0.Alexey Bataev
2019-06-04[OpenMP][libomptarget] Enable usage of unified memory for declare target link...Gheorghe-Teodor Bercea
2019-05-24Revert "[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC."Alexey Bataev
2019-05-22[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC.Alexey Bataev
2019-05-21[OpenMP][libomptarget] Enable requires flags for target libraries.Gheorghe-Teodor Bercea
2019-05-13[OPENMP][NVPTX]Simplify handling of thread limit, NFC.Alexey Bataev
2019-05-10[OPENMP][NVPTX]Improve number of threads counter, NFC.Alexey Bataev
2019-05-03[OPENMP][NVPTX]Improve thread limit counter, NFC.Alexey Bataev
2019-05-03[OPENMP][NVPTX]Improved several standard OpenMP functions, NFC.Alexey Bataev
2019-05-02[OPENMP][NVPTX]Improve code by using parallel level counter.Alexey Bataev
2019-05-02[OPENMP][NVPTX]Improve omp_get_max_threads() function.Alexey Bataev
2019-05-02[OPENMP][NVPTX]Improved omp_get_thread_limit() function.Alexey Bataev
2019-04-26[OPENMP][NVPTX]Correctly handle L2 parallelism in SPMD mode.Alexey Bataev
2019-04-22[OPENMP][NVPTX] Fix the test, NFC.Alexey Bataev
2019-04-15[OPENMP][NVPTX]Fix dynamic scheduling in L2+ SPMD parallel regions.Alexey Bataev
2019-03-26[libomptarget] Introduce LIBOMPTARGET_ENABLE_DEBUG cmake option.Michael Kruse
2019-02-20[OpenMP][libomptarget] New reduction scheme for team reductionsGheorghe-Teodor Bercea
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-09[OpenMP][libomptarget] Use shared memory variable for tracking parallel levelGheorghe-Teodor Bercea