aboutsummaryrefslogtreecommitdiff
path: root/libomptarget/deviceRTLs/nvptx/src/libcall.cu
AgeCommit message (Expand)Author
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-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-09[OpenMP][libomptarget] Use shared memory variable for tracking parallel levelGheorghe-Teodor Bercea
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-20[OPENMP][NVPTX]Improved lock/critical constructs.Alexey Bataev
2018-09-30[libomptarget-nvptx] Fix ancestor_thread_num and team_size (non-SPMD)Jonas Hahnfeld
2018-09-29[libomptarget-nvptx] Ignore calls to dynamic APIJonas Hahnfeld
2018-09-29[libomptarget-nvptx] Fix number of threads in parallelJonas Hahnfeld
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-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