aboutsummaryrefslogtreecommitdiff
path: root/libomptarget
AgeCommit message (Expand)Author
2018-09-28[OPENMP] Add the test to check that the libomptarget does not causeAlexey Bataev
2018-09-28[libomptarget-nvptx] Add testing infrastructureJonas Hahnfeld
2018-09-25[OpenMP][libomptarget] Set the frame pointer then test empty slot conditionGheorghe-Teodor Bercea
2018-09-25[OpenMP][libomptarget] Simplify warp master selection for data sharingGheorghe-Teodor Bercea
2018-09-21[OPENMP][NVPTX] Add support for lastprivates/reductions handling in SPMD cons...Alexey Bataev
2018-09-11[OPENMP]Increment iterator when the loop is continued.Alexey Bataev
2018-09-08[libomptarget-nvptx] Remove last mentions of __kmpc_print_*Jonas Hahnfeld
2018-09-06[libomptarget] Remove two unneeded includes, NFCI.Jonas Hahnfeld
2018-09-05[libomptaret][test] Announce compiler featuresJonas Hahnfeld
2018-09-04[libomptarget] Remove `Devices` from `RTLInfoTy`Sergey Dmitriev
2018-09-04[libomptarget][CUDA] Use cuDeviceGetAttribute, NFCI.Jonas Hahnfeld
2018-09-04[libomptarget] PR38704: Fix erase of ShadowPtrMapJonas Hahnfeld
2018-09-04[libomptarget][NVPTX] Drop dead code and data structures, NFCI.Jonas Hahnfeld
2018-09-03[libomptarget][NVPTX] Fix __kmpc_spmd_kernel_deinitJonas 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-08-27[OpenMP][libomptarget] rework of fatal error reportingAlexandre Eichenberger
2018-08-23[OpenMP][libomptarget] Bringing up to spec with respect to OMP_TARGET_OFFLOAD...Alexandre Eichenberger
2018-07-23[OPNEMP, NVPTX] Fixed sychronization construct + code cleanup.Alexey Bataev
2018-07-19[OpenMP][libomptarget] New map interface: remove translation code and ensure ...George Rokos
2018-07-18[libomptarget] Also support several images for elfJoachim Protze
2018-07-15[cmake] Fix libomptarget/test/CMakeLists.txtAzharuddin Mohammed
2018-07-13[OpenMP][libomptarget] Fix data sharing and globalization infrastructure to w...Gheorghe-Teodor Bercea
2018-07-12[OPENMP, NVPTX] Fix loop boundaries calculation for dynamic loops.Alexey Bataev
2018-07-09[OPENMP, NVPTX] Support several images in the executable.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-25[CMake] Unify install path for librariesJonas Hahnfeld
2018-05-24[CUDA]Fix dynamic|guided scheduling.George Rokos
2018-05-16[libomptarget-nvptx-bc] Pass found CUDA installationsJonas Hahnfeld
2018-05-16[libomptarget-nvptx] Test bitcode compiler flags and enable by defaultJonas Hahnfeld
2018-05-15[OpenMP][libomptarget] Add function for checking SPMD modeGheorghe-Teodor Bercea
2018-05-04[OpenMP] Use LIBOMPTARGET_DEVICE_RTL_DEBUG env var to control debug messages ...Guansong Zhang
2018-04-26[OpenMP] Remove compilation warning when using clang to compile bc files.Guansong Zhang
2018-04-20[OpenMP] Make bc file compilation sensitive to LIBOMPTARGET_NVPTX_DEBUG flagGuansong Zhang
2018-04-10[OpenMP] Remove extra warning when we buildGuansong Zhang
2018-04-09Revert "[OpenMP] enable bc file compilation using the latest clang"Guansong Zhang
2018-04-03[OpenMP] enable bc file compilation using the latest clangGuansong Zhang
2018-03-21[OpenMP][libomptarget] Initialize global memory stack only once.Gheorghe-Teodor Bercea
2018-03-21[OpenMP][libomptarget] Fix master warp checkGheorghe-Teodor Bercea
2018-03-21[OpenMP][libomptarget] Enable globalization for workersGheorghe-Teodor Bercea
2018-03-17Bugfix, extern declarations for libomp functions are `extern "C"` declarationsGeorge Rokos
2018-03-16Moved extern declarations to private header file, they are only used from wit...George Rokos
2018-03-15[OpenMP][libomptarget] Enable usage of shared memory slotsGheorghe-Teodor Bercea
2018-03-15[OpenMP][libomptarget] Enable multiple frames per global memory slotGheorghe-Teodor Bercea
2018-03-14[libomptarget][nvptx] Bug fix: Correctly identify the warp master active thread.George Rokos
2018-03-13[OpenMP][libomptarget] Add global memory data sharing support for master-work...Gheorghe-Teodor Bercea
2018-03-08[OpenMP][libomptarget] Fix union.Gheorghe-Teodor Bercea