1. 843b29e [Libomptarget] Add an external interface to dynamic shared memory by Joseph Huber · 2 years, 7 months ago
  2. c20a276 [OpenMP][NVPTX] Fix an error in configuring #teams and #threads by Shilei Tian · 2 years, 7 months ago
  3. b627208 [OpenMP][DeviceRTL] Add the support for printf in a freestanding way by Shilei Tian · 2 years, 7 months ago
  4. 713f0a5 [OpenMP][FIX] Data race in the SPMD execution of the new runtime by Johannes Doerfert · 2 years, 7 months ago
  5. 5c4c63c [libomptarget] Reapply 2bc4d48a78b which was accidentally reverted by Jon Chesterfield · 2 years, 7 months ago
  6. 96f92fc [libomptarget] Move device environment to shared header, remove divergence by Jon Chesterfield · 2 years, 7 months ago
  7. 603a1be [openmp] [elf_common] Fix linking against LLVM dylib by Michał Górny · 2 years, 7 months ago
  8. 24251fa [openmp] Fix a typo in a test REQUIRES line by Martin Storsjö · 2 years, 8 months ago
  9. 717be6b [OpenMP][host runtime] Introduce kmp_cpuinfo_flags_t to replace integer flags by Peyton, Jonathan L · 2 years, 7 months ago
  10. acf24d6 [OpenMP][testing] increase threshold for omp_get_wtime test by Peyton, Jonathan L · 2 years, 7 months ago
  11. d855894 [libomptarget][amdgpu] Refactor memory pool collection by Jon Chesterfield · 2 years, 7 months ago
  12. 64c8723 [openmp][docs] Describe how the internal components are found by Jon Chesterfield · 2 years, 7 months ago
  13. 3a534bc [openmp] Add addrspacecast to getOrCreateIdent by Jon Chesterfield · 2 years, 7 months ago
  14. 01118d7 [libomptarget] Apply D110029 to amdgpu by Jon Chesterfield · 2 years, 7 months ago
  15. a76658e [libomptarget] [amdgpu] After a kernel dispatch packet is published, its contents must not be accessed. by Dhruva Chakrabarti · 2 years, 7 months ago
  16. afa7e59 [libomptarget][amdgpu] Follow on to D110513, empty kernarg pools are not fatal by Jon Chesterfield · 2 years, 7 months ago
  17. 6e7757b [libomptarget][amdgpu] Report zero devices if plugin construction fails, instead of segv by Jon Chesterfield · 2 years, 7 months ago
  18. aa3e3cd Revert "[openmp] Add addrspacecast to getOrCreateIdent" by Jon Chesterfield · 2 years, 7 months ago
  19. 20989ac [openmp] Add addrspacecast to getOrCreateIdent by Jon Chesterfield · 2 years, 7 months ago
  20. 6b6a356 [OpenMP] libomp: Usage of TASK_TIED constant inside kmp_gsupport.cpp by @vladaindjic · 2 years, 7 months ago
  21. e97b048 [OpenMP] Add new worksharing definitions into device RTL by Joseph Huber · 2 years, 7 months ago
  22. 5c7321b [AMDGPU][OpenMP] Add memory pool size check to isValidMemoryPool by Pushpinder Singh · 2 years, 7 months ago
  23. 240f122 [OpenMP][CMake] Use in-project clang as CUDA->IR compiler for new DeviceRTL. by Michael Kruse · 2 years, 7 months ago
  24. 065617d [libomptarget][nfc][amdgpu] Reorder function to clarify review diff by Pushpinder Singh · 2 years, 7 months ago
  25. 97270aa [libomptarget][amdgpu] Replace dead exit call with returning error by Jon Chesterfield · 2 years, 7 months ago
  26. f0b2de5 [OpenMP][OMPD] Implementation of OMPD debugging library - libompd. by Vignesh Balu · 2 years, 7 months ago
  27. ffd96c3 [libomptarget][amdgpu] Destruct HSA queues by Jon Chesterfield · 2 years, 7 months ago
  28. 42da655 [OpenMP] Fix data-race in new device RTL by Joseph Huber · 2 years, 7 months ago
  29. 638dcbd [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` by Shilei Tian · 2 years, 7 months ago
  30. 3fdf906 [OpenMP] Fix KeepAlive usage by Joseph Huber · 2 years, 7 months ago
  31. 3dddfd4 [OpenMP] Add function tracing debugging to device RTL by Joseph Huber · 2 years, 7 months ago
  32. c882491 [OpenMP][Offloading] Use bitset to indicate execution mode instead of value by Shilei Tian · 2 years, 7 months ago
  33. 2288449 [OpenMP] Make sure the Thread ID function is not removed by Joseph Huber · 2 years, 7 months ago
  34. e411821 [OpenMP] Add thread ID function into new RTL by Joseph Huber · 2 years, 7 months ago
  35. 5006e59 Revert "[OpenMP] Codegen aggregate for outlined function captures" by Giorgis Georgakoudis · 2 years, 7 months ago
  36. 47c03a7 [OpenMP][OMPD] Fix compile error when OMPD is not supported by Usman Nadeem · 2 years, 7 months ago
  37. 91c4751 [OpenMP] Codegen aggregate for outlined function captures by Giorgis Georgakoudis · 2 years, 7 months ago
  38. 5d5c956 [OpenMP][NVPTX] Fix a warning that data argument not used by format string by Shilei Tian · 2 years, 7 months ago
  39. 3da5d85 [OpenMP][host runtime] Fix indirect lock table race condition by Peyton, Jonathan L · 2 years, 8 months ago
  40. a368c97 [OpenMP] Add support for dynamic shared memory in new RTL by Joseph Huber · 2 years, 7 months ago
  41. 9d09884 [OpenMP] Add additional fields to device environment by Joseph Huber · 2 years, 7 months ago
  42. 8ee78e2 [OpenMP] Implement __assert_fail in the new device runtime by Joseph Huber · 2 years, 7 months ago
  43. f4aaf4f [NFC] clang-format -i /openmp/libomptarget/deviceRTLs/interface.h by Shilei Tian · 2 years, 7 months ago
  44. 464b0b9 [OpenMP] NFC: add type casts to silence gcc warnings by AndreyChurbanov · 2 years, 7 months ago
  45. 8b65477 [OpenMP] libomp: Update third-party sources of ittnotify client code. by AndreyChurbanov · 2 years, 7 months ago
  46. 9de684a [OpenMP][libomptarget] Minor fix in x86_64 plugin by Hansang Bae · 2 years, 7 months ago
  47. b761f88 [OpenMP] Add support for GOMP depobj by Peyton, Jonathan L · 2 years, 8 months ago
  48. 0a7e9e7 [OpenMP] [OMPD] OPENMP_INSTALL_LIBDIR is set for the install dir by Vignesh Balasubramanian · 2 years, 8 months ago
  49. a919624 [OpenMP] Add more verbose remarks for runtime folding by Joseph Huber · 2 years, 8 months ago
  50. aaafe6f [OpenMP][libomptarget] Add __tgt_target_return_t enum for __tgt_target_XXX return int by Ye Luo · 2 years, 8 months ago
  51. 5b89532 [openmp][amdgpu] Update SupportAndFAQ docs by Jon Chesterfield · 2 years, 8 months ago
  52. 0940635 [OpenMP][Docs] Remove old/outdated webpage by Johannes Doerfert · 2 years, 8 months ago
  53. 53e69d0 [libomptarget][amdgpu] Precisely manage hsa lifetime by Jon Chesterfield · 2 years, 8 months ago
  54. 4e1f805 [openmp] No longer use LIBRARY_PATH to find devicertl by Jon Chesterfield · 2 years, 8 months ago
  55. 5b97bdb [libomptarget][nfc] Hoist hsa_init into rtl.cpp by Jon Chesterfield · 2 years, 8 months ago
  56. bb12204 [OpenMP] Fix line truncation in omp_lib.h by Hansang Bae · 2 years, 8 months ago
  57. 5a1215f [OpenMP] libomp: runtime part of omp_all_memory task dependence implementation. by AndreyChurbanov · 2 years, 8 months ago
  58. a8cbe07 [OpenMP][libomptarget][NFC] Change checkDeviceAndCtors return type to bool. by Ye Luo · 2 years, 8 months ago
  59. eafc719 [OpenMP] Add interface for 5.1 scope construct by Hansang Bae · 2 years, 11 months ago
  60. 6d4b194 [OpenMP] Change monotonicity of dynamic schedule by Nawrin Sultana · 2 years, 8 months ago
  61. 9fa41f9 [OpenMP][libomptarget] Change device vector elements to unique_ptr type by Ye Luo · 2 years, 8 months ago
  62. 755676b [OpenMP][libomptarget] Change synchronize_ty return type to int32_t by Ye Luo · 2 years, 8 months ago
  63. 2f6272b [openmp] NFC add bitcode comment by Ron Lieberman · 2 years, 8 months ago
  64. f18abd2 [libomptarget][amdgpu] Add gfx90a to build list by Jon Chesterfield · 2 years, 8 months ago
  65. 45e5a50 [libomptarget][amdgpu] Drop env variables by Jon Chesterfield · 2 years, 8 months ago
  66. cc59bc7 [libomptarget] Move HostDataToTargetTy states into StatesTy by Ye Luo · 2 years, 8 months ago
  67. 308fbc0 [OpenMP] Fix -Wunused-but-set-parameter in -DLLVM_ENABLE_ASSERTIONS=off builds. NFC by Fangrui Song · 2 years, 8 months ago
  68. d60e815 [OpenMP][AMDGPU] Remove unneeded XFAILs by Joel E. Denny · 2 years, 8 months ago
  69. 5100017 [OpenMP] Use IsHostPtr where needed in rest of omptarget.cpp by Joel E. Denny · 2 years, 8 months ago
  70. 6b8821f [OpenMP] Use IsHostPtr where needed for targetDataBegin by Joel E. Denny · 2 years, 8 months ago
  71. 56c5afc [OpenMP][NFC] Eliminate CopyMember from targetDataEnd by Joel E. Denny · 2 years, 8 months ago
  72. cc17477 [OpenMP] Use IsHostPtr where needed for targetDataEnd by Joel E. Denny · 2 years, 8 months ago
  73. 5612201 Revert "[openmp] No longer use LIBRARY_PATH to find devicertl" by Jon Chesterfield · 2 years, 8 months ago
  74. 2f46ad0 [openmp] No longer use LIBRARY_PATH to find devicertl by Jon Chesterfield · 2 years, 8 months ago
  75. 53aeac3 [libomptarget] Set runpath on libomptarget, use that to drop LD_LIBRARY_PATH from test runner by Jon Chesterfield · 2 years, 8 months ago
  76. d0a8d58 [libomptarget] Normalise a cmake debug string, checking it triggers CI by Jon Chesterfield · 2 years, 8 months ago
  77. 4e2f3c4 [OpenMP][OMPD] Implementation of OMPD debugging library - libompd. by Vignesh Balasubramanian · 2 years, 8 months ago
  78. 1d6bf5d [OpenMP][AMDGPU] XFAIL test where kernels call printf by Joel E. Denny · 2 years, 8 months ago
  79. 17d6a44 [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in runtime (2/2) by Joel E. Denny · 2 years, 8 months ago
  80. 29fb381 [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) by Joel E. Denny · 2 years, 8 months ago
  81. 46e0c77 [OpenMP] Fix task wait doesn't work as expected in serialized team by Shilei Tian · 2 years, 8 months ago
  82. 1d93371 [libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is available by Joachim Protze · 2 years, 8 months ago
  83. da9b009 [OpenMP][NVPTX] Fixed missing variables for CUDA free compilation in NVPTX plugin by Shilei Tian · 2 years, 8 months ago
  84. 0ce952c [OpenMP][Offloading] Add support for event related interfaces by Shilei Tian · 2 years, 8 months ago
  85. ab11812 [libomptarget][NFC] Fixed tests which checked for obsolete string "getOrAllocTgtPtr" by George Rokos · 2 years, 8 months ago
  86. e60233f [openmp][amdgpu] Initial gfx10 offloading implementation by Jon Chesterfield · 2 years, 8 months ago
  87. 6a0dc4f [libomptarget][NFC] Replaced obsolete name "getOrAllocTgtPtr" with new "getTargetPointer" in debug messages. by George Rokos · 2 years, 8 months ago
  88. ffb805c [libomptarget][amdgpu][nfc] Rename variables, delete dead code by Jon Chesterfield · 2 years, 8 months ago
  89. 36a57a5 [libomptarget][amdgpu][nfc] Rename source files by Jon Chesterfield · 2 years, 8 months ago
  90. 8b54cb2 [libomptarget][amdgpu] Macro for accessing GPU variables from plugin by Jon Chesterfield · 2 years, 8 months ago
  91. 81d39b4 [libomptarget][amdgpu][nfc] Make grid value access match devicertl by Jon Chesterfield · 2 years, 8 months ago
  92. 4b745ee [libomptarget][amdgpu] Refactor debug printing by Jon Chesterfield · 2 years, 8 months ago
  93. 6124b47 [libomptarget][amdgpu] Fix debug build from D104696 by Jon Chesterfield · 2 years, 8 months ago
  94. 07956b1 [OpenMP][amdgcn] Don't use in-tree clang if not available. by Michael Kruse · 2 years, 8 months ago
  95. 24b6856 [AMDGPU][Libomptarget] Delete g_atl_machine global by Pushpinder Singh · 2 years, 9 months ago
  96. 400737f [openmp][devicertl] Freestanding nvptx via stub printf by Jon Chesterfield · 2 years, 8 months ago
  97. ad33d51 [openmp] Use llvm GridValues from devicertl by Jon Chesterfield · 2 years, 8 months ago
  98. 8475536 [OpenMP][test] fix omp_get_wtime.c test to be more accommodating by Peyton, Jonathan L · 2 years, 8 months ago
  99. 16e105b [OpenMP][OMPD]Code movement required for OMPD by Vignesh Balasubramanian · 2 years, 8 months ago
  100. 612e440 [OpenMP] Use `__kmpc_give_task` in `__kmp_push_task` when encountering a hidden helper task by Shilei Tian · 2 years, 8 months ago