aboutsummaryrefslogtreecommitdiff
path: root/libomptarget/deviceRTLs/nvptx/src/loop.cu
AgeCommit message (Expand)Author
2019-10-04[libomptarget][nfc] Update remaining uint32 to use lanemask_tJon Chesterfield
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 shfl_sync macro to inline functionJon Chesterfield
2019-08-13Factor architecture dependent code out of loop.cuJon Chesterfield
2019-05-10[OPENMP][NVPTX]Improve number of threads counter, NFC.Alexey Bataev
2019-05-02[OPENMP][NVPTX]Improve code by using parallel level counter.Alexey Bataev
2019-04-15[OPENMP][NVPTX]Fix dynamic scheduling in L2+ SPMD parallel regions.Alexey Bataev
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07[OPENMP][NVPTX]Fix dynamic scheduling.Alexey Bataev
2019-01-04[OPENMP][NVPTX]General formatting/code improvement, NFC.Alexey Bataev
2019-01-04[OPENMP][NVPTX]Improve performance + reduce number of used registers.Alexey Bataev
2018-12-06[OPENMP][NVPTX]Correct type casting for printf args + simplified shfl64 funct...Alexey Bataev
2018-11-30[OPENMP][NVPTX]Make runtime compatible with the original runtime.Alexey Bataev
2018-11-27[OpenMP][libomptarget] Refactor SPMD and runtime requirement checkingGheorghe-Teodor Bercea
2018-08-29[OPENMP][NVPTX] Replace assert() by ASSERT0() macro, NFC.Alexey Bataev
2018-08-29[OPENMP][NVPTX] Lightweight runtime support for SPMD mode.Alexey Bataev
2018-07-23[OPNEMP, NVPTX] Fixed sychronization construct + code cleanup.Alexey Bataev
2018-07-12[OPENMP, NVPTX] Fix loop boundaries calculation for dynamic loops.Alexey Bataev
2018-06-29[OPENMP, NVPTX] Sync threads before start ordered loops.Alexey Bataev
2018-06-25[OPENMP, NVPTX] Fixes for NVPTX RTLAlexey Bataev
2018-06-19[OpenMP] [CUDA] Expose teamid to the debug pathGuansong Zhang
2018-05-25[libomptarget-nvptx] loop: Determine if runtime uninitializedJonas Hahnfeld
2018-05-24[CUDA]Fix dynamic|guided scheduling.George Rokos
2018-04-26[OpenMP] Remove compilation warning when using clang to compile bc files.Guansong Zhang
2018-01-29[OpenMP] Initial implementation of OpenMP offloading library - libomptarget d...George Rokos