summaryrefslogtreecommitdiff
path: root/openmp/libomptarget
AgeCommit message (Expand)Author
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
2018-03-07[OpenMP] Remove implicit data sharing using device shared memory from libompt...Gheorghe-Teodor Bercea
2018-02-12[OpenMP][libomptarget] Enable the compilation of multiple bc libraries for ru...Gheorghe-Teodor Bercea
2018-02-12[libomptarget] Fix detection of CUDA stubs libraryJonas Hahnfeld
2018-02-07[OpenMP][libomptarget] Add data sharing support in libomptargetGheorghe-Teodor Bercea
2018-02-01[OpenMP-RT] Fix debug string for NVPTX runtime libraryCarlo Bertolli
2018-01-30[libomptarget] Check for library with CUDA Driver APIJonas Hahnfeld
2018-01-30[libomptarget] Only use CUDA Driver APIJonas Hahnfeld
2018-01-29[OpenMP] Initial implementation of OpenMP offloading library - libomptarget d...George Rokos
2018-01-18Sprinkle a few <cstdlib> includes, for libomptarget sources usingDimitry Andric
2018-01-18Add missing headers for Debug buildsJonas Hahnfeld
2017-12-27Unify build documentation and convert to reStructuredTextJonas Hahnfeld
2017-12-06[libomptarget] Split implementation of interface functionsJonas Hahnfeld
2017-12-06[libomptarget] Split implementation of API functionsJonas Hahnfeld
2017-12-06[libomptarget] Split device functionalityJonas Hahnfeld
2017-12-06[libomptarget] Split RTL plugin functionalityJonas Hahnfeld
2017-12-06[libomptarget] Move header files and CMake library definitionJonas Hahnfeld
2017-11-30[CMake] Detect information about test compilerJonas Hahnfeld
2017-11-29[CMake] Refactor testing infrastructureJonas Hahnfeld
2017-11-29[CMake] Refactor common settings and flagsJonas Hahnfeld
2017-11-29[CMake] Disallow direct configurationJonas Hahnfeld
2017-11-22[CMake] Re-enable libomptarget and restrict tests to Clang 6.0.0Jonas Hahnfeld
2017-11-21[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos
2017-11-11[libomptarget] Build all libraries in libomptarget/Jonas Hahnfeld
2017-11-03Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld
2017-11-03Rename fields of ompt_frame_tJoachim Protze
2017-11-02[libomptarget] Remove stale omp handleJonas Hahnfeld
2017-08-14[OpenMP] libomptarget: move debugging dumps under control of env var LIBOMPTA...Sergey Dmitriev