1. 5912275 [OPENMP][AMDGCN] Improvements to print_kernel_trace (bit mask) by Ron Lieberman · 3 years, 3 months ago
  2. 6ded5d4 [OpenMP][NVPTX] Add the support for CUDA 11.2 and CUDA 11.1 by Shilei Tian · 3 years, 3 months ago
  3. dc37b91 [OpenMP] fix race condition in test by AndreyChurbanov · 3 years, 3 months ago
  4. 9fb51d0 [libomptarget][amdgcn] Remove lookup of .language msgpack field by Jon Chesterfield · 3 years, 3 months ago
  5. 09605cd [OpenMP][NFC] replaced 'dependencies' with 'dependences' in comments and debug prints by AndreyChurbanov · 3 years, 3 months ago
  6. 6781493 [OPENMP50]Allow overlapping mapping in target constructs. by Alexey Bataev · 3 years, 3 months ago
  7. f60ed52 [OpenMP][FIX] Avoid use of stack allocations in asynchronous calls by Johannes Doerfert · 3 years, 3 months ago
  8. c180846 [OpenMP] Unify omptarget API and usage wrt. `__tgt_async_info` by Johannes Doerfert · 3 years, 3 months ago
  9. dfbd323 [OpenMP] Move synchronization into `__tgt_async_info` by Johannes Doerfert · 3 years, 3 months ago
  10. 72addc7 [OpenMP][NFC] Unify `target` API with other by passing a `__tgt_async_info` pointer by Johannes Doerfert · 3 years, 3 months ago
  11. 68f6572 [OpenMP][NFC] Pass a DeviceTy, not the device number to `target` by Johannes Doerfert · 3 years, 3 months ago
  12. c563774 [OpenMP][NFC] Clang format the libomptarget plugins by Johannes Doerfert · 3 years, 3 months ago
  13. 360e5d5 [OpenMP][NFC] Eliminate sign comparison warning via explicit casts by Johannes Doerfert · 3 years, 3 months ago
  14. 226aa3d [OpenMP][NFC] Clang format libomptarget code (src & include) by Johannes Doerfert · 3 years, 3 months ago
  15. bdfe194 [OpenMP] NFC: fix test removing the target construct by AndreyChurbanov · 3 years, 3 months ago
  16. 80547b1 [OpenMP] fix test adding mapping of shared variables by AndreyChurbanov · 3 years, 3 months ago
  17. ce36e05 [OpenMP] Silence more warning flags by Martin Storsjö · 3 years, 3 months ago
  18. daef079 [OpenMP] Avoid warnings about unused static functions on windows by Martin Storsjö · 3 years, 3 months ago
  19. d9db8d5 [OpenMP] Remove two entirely unused variables by Martin Storsjö · 3 years, 3 months ago
  20. a2b5adb [OpenMP] Add void casts to silence unused variable warnings by Martin Storsjö · 3 years, 3 months ago
  21. 898658d [OpenMP] Only use #pragma comment(lib, ...) in MSVC build configurations by Martin Storsjö · 3 years, 3 months ago
  22. c8790cd [OpenMP] Fix the check for libpsapi for i386 by Martin Storsjö · 3 years, 3 months ago
  23. 111c71e [libomptarget][amdgcn] Build amdgcn devicertl as openmp by Jon Chesterfield · 3 years, 3 months ago
  24. 41f81b3 [OpenMP] libomp: minor changes to improve library performance by AndreyChurbanov · 3 years, 3 months ago
  25. 70148d4 [OpenMP] Enable omp_get_num_devices() on Windows by Hansang Bae · 3 years, 3 months ago
  26. 729a2d5 [OpenMP] Add lower and upper bound in num_teams clause by Nawrin Sultana · 3 years, 6 months ago
  27. e7503dd [libomptarget][amdgcn] Tolerate deadstripped device_state variable by Jon Chesterfield · 3 years, 3 months ago
  28. ce59084 [libomptarget][amdgcn] Tolerate deadstripped env variable by Jon Chesterfield · 3 years, 3 months ago
  29. a6e856b [libomptarget][amdgcn] Fix language linkage post D95300, drop use of assert by Jon Chesterfield · 3 years, 3 months ago
  30. 5a700a7 [OpenMP][libomptarget] Fixed an issue that device sync is skipped if the kernel doesn't have any argument by Shilei Tian · 3 years, 3 months ago
  31. 16007d5 [OpenMP][deviceRTLs] Drop `assert` in common parts of `deviceRTLs` by Shilei Tian · 3 years, 3 months ago
  32. f97bfce [OpenMP][NVPTX] Take functions in `deviceRTLs` as `convergent` by Shilei Tian · 3 years, 3 months ago
  33. 55589de [OpenMP] Fixed an issue that taskwait doesn't work on detachable task by Shilei Tian · 3 years, 3 months ago
  34. a819982 [OpenMP] Fix sign comparison warnings from GCC by Peyton, Jonathan L · 3 years, 3 months ago
  35. 5fb6664 [OpenMP][NFC] Adding FAQ Entry for errors with static libraries by Joseph Huber · 3 years, 3 months ago
  36. dd2ab0b [OpenMP][Libomptarget] Remove possible harmful copy constructor call for RTLsTy by Atmn Patel · 3 years, 3 months ago
  37. 6e1c8a0 [OpenMP] libomp: implement nteams-var and teams-thread-limit-var ICVs by AndreyChurbanov · 3 years, 3 months ago
  38. 4d39ae4 [OpenMP] Disable tests if FileCheck is not available in in-tree building by Shilei Tian · 3 years, 3 months ago
  39. 3585afe [OpenMP] Fix seg fault in libomptarget when using Info with multiple threads by Joseph Huber · 3 years, 3 months ago
  40. b38a023 [Branch-Rename] Fix some links by xgupta · 3 years, 3 months ago
  41. e78099f [OpenMP] Fix python3 compatibility in openmp's lit.cfg by Tobias Hieta · 3 years, 3 months ago
  42. 784f431 [OpenMP][NVPTX] Refined CMake logic to choose compute capabilites by Shilei Tian · 3 years, 3 months ago
  43. eb24402 [OpenMP] Add environment variable to force monotonic dynamic scheduling by Jonathan Peyton · 3 years, 3 months ago
  44. 4171e25 [OpenMP][NFC] Added release note for new `deviceRTLs` and hidden helper task by Shilei Tian · 3 years, 3 months ago
  45. 2ae9972 [OpenMP] libomp: fix build by cl with vs2019 by AndreyChurbanov · 3 years, 3 months ago
  46. 6ec78cb [OpenMP] NFC: disabled two flakey tests as the bug in libomp not fixed yet by AndreyChurbanov · 3 years, 3 months ago
  47. bd3604e [OpenMP][deviceRTLs] Separate declaration of target dependent functions from `target_impl.h` by Shilei Tian · 3 years, 3 months ago
  48. bda3f36 [OpenMP][NVPTX] Added the missing -O1 when building NVPTX bitcode libraries by Shilei Tian · 3 years, 3 months ago
  49. 7e4330b [OpenMP][deviceRTLs] Added `[[clang::loader_uninitialized]]` explicitly by Shilei Tian · 3 years, 3 months ago
  50. 24869e4 [OpenMP] Disabled profiling in `libomp` by default to unblock link errors by Shilei Tian · 3 years, 3 months ago
  51. e28d800 [libomptarget][NFC] Link plugins with threads support library due to std::call_once usage. by Vyacheslav Zakharin · 3 years, 3 months ago
  52. 27600f4 [OpenMP][Libomptarget] Fix conditional in CMake for remote plugin by Atmn Patel · 3 years, 3 months ago
  53. 1e64885 [OpenMP][NVPTX] Disable building NVPTX deviceRTL by default on a non-CUDA system by Shilei Tian · 3 years, 3 months ago
  54. 70f4850 [OpenMP] Fix misleading warning for OMP_PLACES by Peyton, Jonathan L · 3 years, 3 months ago
  55. fb8fa09 [OpenMP] Add cpuid leaf 1f topology discovery by Peyton, Jonathan L · 3 years, 4 months ago
  56. 3dee4e1 [OpenMP] Fix HWLOC topology detection for 2.0.x by Peyton, Jonathan L · 3 years, 4 months ago
  57. d344864 [OpenMP][Libomptarget] Fix check-libomptarget by Giorgis Georgakoudis · 3 years, 3 months ago
  58. aa65356 [OpenMP] Fix building using LLVM_ENABLE_RUNTIMES by Giorgis Georgakoudis · 3 years, 3 months ago
  59. 7834c76 [OpenMP] libomp: fix build by clang-cl with vs2019 by AndreyChurbanov · 3 years, 3 months ago
  60. 9ffe3fd [OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs` by Shilei Tian · 3 years, 3 months ago
  61. 34060a4 [OpenMP] Modify OMP_ALLOCATOR environment variable by Nawrin Sultana · 3 years, 6 months ago
  62. fd52e32 [libomptarget][cuda] Handle missing _v2 symbols gracefully by Jon Chesterfield · 3 years, 3 months ago
  63. ae84cf7 [libomptarget][NFC] Avoid gcc 5/6 issue with lambda captures. by Vyacheslav Zakharin · 3 years, 3 months ago
  64. bef42f0 [libomptarget][NFC] Use portable printf format specifiers. by Vyacheslav Zakharin · 3 years, 3 months ago
  65. b7bc024 [OpenMP][Libomptarget] Fix cmake error on remote plugin by Atmn Patel · 3 years, 3 months ago
  66. 669d98f [libomptarget][cuda] Gracefully handle missing cuda library by Jon Chesterfield · 3 years, 3 months ago
  67. a00b6be [libomptarget][cuda] Only run tests when sure there is cuda available by Jon Chesterfield · 3 years, 3 months ago
  68. 7553309 [OpenMP][Libomptarget] Introduce Remote Offloading Plugin by Atmn Patel · 3 years, 3 months ago
  69. 1113ecd [OpenMP][Libomptarget] Introduce changes to support remote plugin by Atmn · 3 years, 3 months ago
  70. ae7288a [libomptarget][devicertl][amdgpu] Fix build, variable renaming error by Jon Chesterfield · 3 years, 3 months ago
  71. 6457a27 [OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP instead of target dependent language by Shilei Tian · 3 years, 3 months ago
  72. 255831d [libomptarget][NFC] Fixed obsolete function names in comments by George Rokos · 3 years, 3 months ago
  73. ebf354c [LIBOMPTARGET]FIX define declaration, NFC by Alexey Bataev · 3 years, 3 months ago
  74. 509dbb8 [OpenMP] Add source location information to the libomptarget profile by Johannes Doerfert · 3 years, 3 months ago
  75. d766e2a [OpenMP] Added the support for hidden helper task in RTL by Shilei Tian · 3 years, 3 months ago
  76. 9231d1a Revert "[libomptarget][cuda] Gracefully handle missing cuda library" by Jon Chesterfield · 3 years, 3 months ago
  77. f1c2ac9 [libomptarget][cuda] Gracefully handle missing cuda library by Jon Chesterfield · 3 years, 3 months ago
  78. 0a724e5 [OpenMP][deviceRTLs] Remove omp_is_initial_device by Shilei Tian · 3 years, 3 months ago
  79. 6732a64 [OpenMP][NVPTX] Rewrite CUDA intrinsics with NVVM intrinsics by Shilei Tian · 3 years, 3 months ago
  80. 391856d [OpenMP][NFC] Fix SourceInfo.h variable names by Joseph Huber · 3 years, 3 months ago
  81. 8a276a9 [libomptarget] Compile with older cuda, revert D95274 by Jon Chesterfield · 3 years, 3 months ago
  82. f6deb74 [libomptarget][cuda] Fix build, change missed from D95274 by Jon Chesterfield · 3 years, 3 months ago
  83. cbb2d4e [OpenMP] Fixed test environment of `check-libomptarget-nvptx` by Shilei Tian · 3 years, 3 months ago
  84. 836f3fe [libomptarget][nvptx] Replace cuda atomic primitives with clang intrinsics by Jon Chesterfield · 3 years, 3 months ago
  85. c219fe0 [libomptarget][amdgpu][nfc] Update comments by Jon Chesterfield · 3 years, 3 months ago
  86. c1f96c8 [libomptarget][cuda] Call v2 functions explicitly by Jon Chesterfield · 3 years, 3 months ago
  87. 3353a35 [OpenMP] Remove unnecessary pointer checks in a few locations by Hansang Bae · 3 years, 3 months ago
  88. 2b54c42 [libomptarget] Build cuda plugin without cuda installed locally by Jon Chesterfield · 3 years, 3 months ago
  89. eef65df [OpenMP] libomp: properly initialize buckets in __kmp_dephash_extend by Joseph Schuchart · 3 years, 3 months ago
  90. 1b4463a [libomptarget][devicertl] Drop templated atomic functions by Jon Chesterfield · 3 years, 3 months ago
  91. 67f711a [OpenMP] Fix failing test due to change in offloading flags by Joseph Huber · 3 years, 3 months ago
  92. 89fb734 [OpenMP] Add time profiling support in libomp by Giorgis Georgakoudis · 3 years, 4 months ago
  93. 778df2c [OpenMP][NVPTX] Added forward declaration for atomic operations by Shilei Tian · 3 years, 3 months ago
  94. cc57f86 [OpenMP] Add support for mapping names in mapper API by Joseph Huber · 3 years, 4 months ago
  95. ea57655 [OpenMP][NVPTX] Added forward declaration to pave the way for building deviceRTLs with OpenMP by Shilei Tian · 3 years, 4 months ago
  96. 390a9ac [libomptarget][devicertl][nfc] Simplify target_atomic abstraction by Jon Chesterfield · 3 years, 4 months ago
  97. 2c85116 [libomptarget][devicertl][nfc] Remove some cuda intrinsics, simplify by Jon Chesterfield · 3 years, 4 months ago
  98. 9adfbf0 [OpenMP][NVPTX] Replaced CUDA builtin vars with LLVM intrinsics by Shilei Tian · 3 years, 4 months ago
  99. d923a84 [libomptarget][devicertl] Wrap source in declare target pragmas by Jon Chesterfield · 3 years, 4 months ago
  100. 4200e2a [OpenMP] Fix atomic entries for captured logical operation by Hansang Bae · 3 years, 4 months ago