aboutsummaryrefslogtreecommitdiff
path: root/libomptarget/deviceRTLs/nvptx/src/sync.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-28[libomptarget] Refactor syncthreads macro to inline functionJon Chesterfield
2019-08-26[OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.Alexey Bataev
2019-07-25[OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less.Alexey Bataev
2019-06-27[OPENMP][NVPTX]Relax flush directive.Alexey Bataev
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-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-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