aboutsummaryrefslogtreecommitdiff
path: root/libomptarget/deviceRTLs
AgeCommit message (Expand)Author
2019-10-15[libomptarget][nfc] Make interface.h target independentHEADmasterJon Chesterfield
2019-10-04[libomptarget][nfc] Update remaining uint32 to use lanemask_tJon Chesterfield
2019-10-04Use named constant to indicate all lanes, to handle 32 and 64 wide architecturesJon Chesterfield
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-07Use forceinline. Necessary for nvcc to inline small functions within the bitc...Jon Chesterfield
2019-07-25[OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less.Alexey Bataev
2019-07-16[OPENMP][NVPTX]Fixed checks for cuda versions.Alexey Bataev
2019-07-11[libomptarget-nvptx] Remove dead functionsJonas Hahnfeld
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][CUDA]Use __syncthreads when compiled by nvcc and clang >= 9.0.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-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-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
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
2019-01-03[OPENMP][NVPTX]Fix incompatibility of __syncthreads with LLVM, NFC.Alexey Bataev
2018-12-28[OPENMP][NVPTX]Added/fixed debugging messages, NFC.Alexey Bataev
2018-12-28[OPENMP][NVPTX]Fixed initialization of the data-sharing interface.Alexey Bataev
2018-12-28[OPENMP][NVPTX]Outline assert into noinline function, NFC.Alexey Bataev
2018-12-10[OPENMP][NVPTX]Revert __kmpc_shuffle_int64 to its original form.Alexey Bataev
2018-12-10[OPENMP][NVPTX]Enable fast shuffles on 64bit values only if CUDA >= 9.Alexey Bataev
2018-12-07[OPENMP][NVPTX]Save registers for optimized builds with enabled logging.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-12-03[OpenMP][libomptarget] Flush intermediate values during team reduction Gheorghe-Teodor Bercea
2018-11-30[OPENMP][NVPTX]Make runtime compatible with the original runtime.Alexey Bataev