aboutsummaryrefslogtreecommitdiff
path: root/libomptarget/deviceRTLs/nvptx/src/sync.cu
AgeCommit message (Expand)Author
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-04[OPENMP][NVPTX]Improve performance + reduce number of used registers.Alexey Bataev
2019-01-03[OPENMP][NVPTX]Fix incompatibility of __syncthreads with LLVM, NFC.Alexey Bataev
2018-12-06[OPENMP][NVPTX]Correct type casting for printf args + simplified shfl64 funct...Alexey Bataev
2018-12-06[OPENMP][NVPTX]Fix __kmpc_flush to flush the memory per system, not per block.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-06-25[OPENMP, NVPTX] Fixes for NVPTX RTLAlexey Bataev
2018-01-29[OpenMP] Initial implementation of OpenMP offloading library - libomptarget d...George Rokos