1. 2176448 [OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR env variable. by AndreyChurbanov · 3 years, 3 months ago
  2. 2296f1b [OpenMP][Docs] Fix typos in FAQ (NFC) by Kelvin Li · 3 years, 3 months ago
  3. b96116f [OpenMP][NFC] Fix test by AndreyChurbanov · 3 years, 3 months ago
  4. 554c16f Revert "[OpenMP] Added the support for hidden helper task in RTL" by Shilei Tian · 3 years, 3 months ago
  5. 606bef0 Fix openmp CMake build on non-Linux AArch64 systems. by Chandler Carruth · 3 years, 3 months ago
  6. 76b12fb [OpenMP] Added the support for hidden helper task in RTL by Shilei Tian · 3 years, 3 months ago
  7. b79e065 [libomptarget][nvptx] Reduce calls to cuda header by Jon Chesterfield · 3 years, 3 months ago
  8. 0506f04 [libomptarget][nvptx][nfc] Move target_impl functions out of header by Jon Chesterfield · 3 years, 3 months ago
  9. 1e9e030 [OpenMP] Remove omptarget-nvptx from deps as it is no longer a valid target by Shilei Tian · 3 years, 3 months ago
  10. 919a950 [OpenMP] Dropped unnecessary define when compiling deviceRTLs for NVPTX by Shilei Tian · 3 years, 3 months ago
  11. 519898f [OpenMP] Drop the static library libomptarget-nvptx by Shilei Tian · 3 years, 3 months ago
  12. 4070ebe [libomptarget][amdgpu] Fix kernel launch tracing to match previous behavior by Jon Chesterfield · 3 years, 3 months ago
  13. 8f222cb [OpenMP] Fix hierarchical barrier by Terry Wilmarth · 3 years, 3 months ago
  14. f51937a [OpenMP] Add documentation for error messages and release notes by Joseph Huber · 3 years, 3 months ago
  15. 0c26c49 [libomptarget][nvptx] Include omp_data.cu in bitcode deviceRTL by Jon Chesterfield · 3 years, 3 months ago
  16. ab61008 [OpenMP] Use persistent memory for omp_large_cap_mem by Hansang Bae · 3 years, 4 months ago
  17. 0c7cb8e [OpenMP] Update allocator trait key/value definitions by Hansang Bae · 3 years, 4 months ago
  18. 5711ff7 [OpenMP] Fixed a typo in openmp/CMakeLists.txt by Shilei Tian · 3 years, 3 months ago
  19. 542badc [OpenMP] Fixed the link error that cannot find static data member by Shilei Tian · 3 years, 3 months ago
  20. f811bd3 [libomptarget][amdgpu][nfc] Fix build on centos by Jon Chesterfield · 3 years, 3 months ago
  21. b7a0f85 [OpenMP] Fixed include directories for OpenMP when building OpenMP with LLVM_ENABLE_RUNTIMES by Shilei Tian · 3 years, 3 months ago
  22. 72189c8 [OpenMP] Move memory manager to plugin and make it a common interface by Shilei Tian · 3 years, 3 months ago
  23. 4ade97e [OpenMP] Take elf_common.c as a interface library by Shilei Tian · 3 years, 3 months ago
  24. 40a3d4b [OpenMP] Not set OPENMP_STANDALONE_BUILD=ON when building OpenMP along with LLVM by Shilei Tian · 3 years, 4 months ago
  25. d7045cc [OpenMP] Remove copy constructor of `RTLInfoTy` by Shilei Tian · 3 years, 4 months ago
  26. 79a9ae9 [OpenMP] Added the support for cache line size 256 for A64FX by Shilei Tian · 3 years, 4 months ago
  27. f92f4c2 [OpenMP] Always print error messages in libomptarget CUDA plugin by Joseph Huber · 3 years, 4 months ago
  28. a97fb89 [OpenMP][Docs] Add remarks intro section by Johannes Doerfert · 3 years, 4 months ago
  29. 4db86a1 [OpenMP] Add example in Libomptarget Information docs by Joseph Huber · 3 years, 4 months ago
  30. 7a759be [OpenMP] Use c_int/c_size_t in Fortran target memory routine interface by Hansang Bae · 3 years, 4 months ago
  31. 3c03751 [OpenMP] Fixed an issue that wrong LLVM headers might be included when building libomptarget by Shilei Tian · 3 years, 4 months ago
  32. 0dd4ebc [OpenMP] Fixed the test environment when building along with LLVM by Shilei Tian · 3 years, 4 months ago
  33. 9656506 [libomptarget] Allow calls to omp_target_memcpy with 0 size. by George Rokos · 3 years, 4 months ago
  34. ba2908a [OpenMP] Add using bit flags to select Libomptarget Information by Joseph Huber · 3 years, 4 months ago
  35. 8cb5334 [libomptarget][amdgpu] Call into deviceRTL instead of ockl by Jon Chesterfield · 3 years, 4 months ago
  36. e4a3619 [OpenMP] Add definition/interface for target memory routines by Hansang Bae · 3 years, 4 months ago
  37. c368678 [OpenMP] libomp: Handle implicit conversion warnings by Terry Wilmarth · 3 years, 4 months ago
  38. 092635f [OpenMP] Fixing typo on memory size in Documenation by Joseph Huber · 3 years, 4 months ago
  39. 9fea940 [OpenMP] Fixing Typo in Documentation by Joseph Huber · 3 years, 4 months ago
  40. 33809e3 [OpenMP] Add OpenMP Documentation for Libomptarget environment variables by Joseph Huber · 3 years, 4 months ago
  41. 34312a0 [OpenMP][Docs] Fix Typo by Johannes Doerfert · 3 years, 4 months ago
  42. 7c6d6db [OpenMP][Docs] Fixed a typo in the doc that can mislead users to a CMake error by Shilei Tian · 3 years, 4 months ago
  43. 0257cc4 [OpenMP][Docs] Add FAQ entry about math and complex on GPUs by Johannes Doerfert · 3 years, 4 months ago
  44. 58ee3b0 [OpenMP][Docs] Updated the faq about building an OpenMP offloading capable compiler by Shilei Tian · 3 years, 4 months ago
  45. d3c982c [OpenMP][NFC] Provide a new remark and documentation by Johannes Doerfert · 3 years, 4 months ago
  46. 7ac8690 [OpenMP] Add definitions for 5.1 interop to omp.h by Hansang Bae · 3 years, 4 months ago
  47. 4626443 [OpenMP][Libomptarget][NFC] Use CMake Variables by Atmn · 3 years, 5 months ago
  48. c3fc284 [libomptarget][nfc] Replace static const with enum by Jon Chesterfield · 3 years, 4 months ago
  49. b09c3d6 [OpenMP] Introduce new file wrapper class for runtime by Peyton, Jonathan L · 3 years, 5 months ago
  50. e21635f [OpenMP] Initialize runtime in the forked child process by Hansang Bae · 3 years, 4 months ago
  51. b2ae948 [OpenMP] Add time profiling for libomptarget by Giorgis Georgakoudis · 3 years, 5 months ago
  52. efff549 [libomptarget][nfc] Remove data_sharing type aliasing by Jon Chesterfield · 3 years, 5 months ago
  53. 93184b8 [OpenMP] Use RTM lock for OMP lock with synchronization hint by Hansang Bae · 3 years, 5 months ago
  54. 4c37f90 [OpenMP] Add strict mode in num_tasks and grainsize by Nawrin Sultana · 3 years, 5 months ago
  55. 6428f55 [OpenMP] Fix norespect affinity bug for Windows by Peyton, Jonathan L · 3 years, 5 months ago
  56. 0c72e9b [OpenMP] Fix too long name for shm segment on macOS by Peyton, Jonathan L · 3 years, 5 months ago
  57. 7945dd4 [libomptarget][amdgpu] clang-format src/rtl.cpp by Jon Chesterfield · 3 years, 5 months ago
  58. 6edf80a [libomptarget][amdgpu] Let default number of teams equal number of CUs by Jon Chesterfield · 3 years, 5 months ago
  59. 22b1a63 [libomptarget][amdgpu] Robust handling of device_environment symbol by Jon Chesterfield · 3 years, 5 months ago
  60. c02d087 [libomptarget][amdgpu] Improve diagnostics on arch mismatch by Jon Chesterfield · 3 years, 5 months ago
  61. 91f8f23 [OpenMP] Add doxygen generation for the runtime by Giorgis Georgakoudis · 3 years, 5 months ago
  62. 8668af5 [OpenMP] NFC: comment adjusted by AndreyChurbanov · 3 years, 5 months ago
  63. 2227a7d [OpenMP] libomp: Fix possible NULL dereferences by AndreyChurbanov · 3 years, 5 months ago
  64. efea4af [libomptarget][amdgpu] Add plumbing to call into hostrpc lib, if linked by Jon Chesterfield · 3 years, 5 months ago
  65. c68b44f [libomptarget][amdgpu] Skip device_State allocation when using bss global by Jon Chesterfield · 3 years, 5 months ago
  66. eb341e1 [OpenMP][OMPT] Fix OMPT return address guard for gomp interface by Joachim Protze · 3 years, 5 months ago
  67. a397ec1 [OpenMP][OMPT] Make sure that 0 is never used as ID in tests (NFC) by Joachim Protze · 3 years, 5 months ago
  68. 37acc35 [libomptarget][amdgpu] Fix latent race in load binary by Jon Chesterfield · 3 years, 5 months ago
  69. 4485d3b [OpenMP] Add __kmpc_omp_target_task_alloc to dllexport by Hansang Bae · 3 years, 5 months ago
  70. 32c202b [libomptarget][amdgpu] Address compiler warnings, drive by fixes by Jon Chesterfield · 3 years, 5 months ago
  71. 19b528e [libomptarget][AMDGPU] Remove MaxParallelLevel by Pushpinder Singh · 3 years, 5 months ago
  72. 7139913 [OpenMP] Add support for Intel's umonitor/umwait by Terry Wilmarth · 3 years, 5 months ago
  73. ef653c7 [OpenMP] libomp: add UNLIKELY hints to rarely executed branches by AndreyChurbanov · 3 years, 5 months ago
  74. 2de1803 [OpenMP][Tests][NFC] Use FileCheck from cmake config by Joachim Protze · 3 years, 5 months ago
  75. c52dcd3 [OpenMP] libomp: change shm name to include UID, call unregister_lib on SIGTERM by Todd Erdner · 3 years, 5 months ago
  76. f34f80e [OpenMP] libomp: fix mutexinoutset dependence for proxy tasks by AndreyChurbanov · 3 years, 5 months ago
  77. 63ebf1f [OpenMP][OMPT][NFC] Fix failing test by Joachim Protze · 3 years, 5 months ago
  78. 3a59f5a [OpenMP][OMPT][NFC] Fix flaky test by Joachim Protze · 3 years, 5 months ago
  79. 097d257 [libomptarget][cuda] Detect missing symbols in plugin at build time by Jon Chesterfield · 3 years, 5 months ago
  80. 1c1f724 [OpenMP][OMPT] Fix building with OMPT disabled after 6d3b81664a4b79 by Martin Storsjö · 3 years, 5 months ago
  81. 2a7e7be [OpenMP][Docs] Add more content, call coordinates, FAQ entries, links by Johannes Doerfert · 3 years, 5 months ago
  82. 7f59611 [OpenMP] libomp: fix non-X86, non-AARCH64 builds by AndreyChurbanov · 3 years, 5 months ago
  83. 1f25943 [OpenMP][OMPT] Introduce a guard to handle OMPT return address by Joachim Protze · 3 years, 5 months ago
  84. dc0ef4c [OpenMP][OMPT] Implement verbose tool loading by Isabel Thärigen · 3 years, 6 months ago
  85. 448d406 [OpenMP] fix asm code for for arm64 (AARCH64) for Darwin/macOS by AndreyChurbanov · 3 years, 5 months ago
  86. 3b31065 Revert "[OpenMP] Add support for Intel's umonitor/umwait" by AndreyChurbanov · 3 years, 5 months ago
  87. 7e022e0 [OpenMP] Add support for Intel's umonitor/umwait by AndreyChurbanov · 3 years, 5 months ago
  88. dc66452 [libomptarget] Add support for target update non-contiguous by cchen · 3 years, 5 months ago
  89. b0cdd68 [OpenMP] Add Location Fields to Libomptarget Runtime for Debugging by Joseph Huber · 3 years, 5 months ago
  90. 3995e58 [OpenMP] Add Support for Mapping Names in Libomptarget RTL by Joseph Huber · 3 years, 5 months ago
  91. 7c4c693 [OpenMP] Add Passing in Original Declaration Names To Mapper API by Joseph Huber · 3 years, 5 months ago
  92. e5eb770 [OpenMP] Use explicit type casting in kmp_atomic.cpp by Hansang Bae · 3 years, 6 months ago
  93. 0155ef4 [OpenMP] Add omp_realloc implementation by Nawrin Sultana · 3 years, 6 months ago
  94. 1917b96 [OpenMP] NFC: remove tabs in message catalog file by Peyton, Jonathan L · 3 years, 5 months ago
  95. b150c1e [OpenMP][stats] reset serial state when re-entering serial region by Peyton, Jonathan L · 3 years, 6 months ago
  96. 24487a5 [OpenMP][Tool] Add Archer option to disable data race analysis for sequential part by Joachim Protze · 3 years, 6 months ago
  97. e91f92c [OpenMP] Fix building for windows after adding omp_calloc by Martin Storsjö · 3 years, 5 months ago
  98. 3b69fb1 [OpenMP] Add omp_calloc implementation by Nawrin Sultana · 3 years, 6 months ago
  99. 8bacac1 [OpenMP][Tool] Update archer to accept new OpenMP 5.1 enum values by Joachim Protze · 3 years, 6 months ago
  100. 846f6e7 [OpenMP] Fixed a bug when displaying affinity by Shilei Tian · 3 years, 5 months ago