1. b38a023 [Branch-Rename] Fix some links by xgupta · 3 years, 3 months ago
  2. e78099f [OpenMP] Fix python3 compatibility in openmp's lit.cfg by Tobias Hieta · 3 years, 3 months ago
  3. 784f431 [OpenMP][NVPTX] Refined CMake logic to choose compute capabilites by Shilei Tian · 3 years, 3 months ago
  4. eb24402 [OpenMP] Add environment variable to force monotonic dynamic scheduling by Jonathan Peyton · 3 years, 3 months ago
  5. 4171e25 [OpenMP][NFC] Added release note for new `deviceRTLs` and hidden helper task by Shilei Tian · 3 years, 3 months ago
  6. 2ae9972 [OpenMP] libomp: fix build by cl with vs2019 by AndreyChurbanov · 3 years, 3 months ago
  7. 6ec78cb [OpenMP] NFC: disabled two flakey tests as the bug in libomp not fixed yet by AndreyChurbanov · 3 years, 3 months ago
  8. bd3604e [OpenMP][deviceRTLs] Separate declaration of target dependent functions from `target_impl.h` by Shilei Tian · 3 years, 3 months ago
  9. bda3f36 [OpenMP][NVPTX] Added the missing -O1 when building NVPTX bitcode libraries by Shilei Tian · 3 years, 3 months ago
  10. 7e4330b [OpenMP][deviceRTLs] Added `[[clang::loader_uninitialized]]` explicitly by Shilei Tian · 3 years, 3 months ago
  11. 24869e4 [OpenMP] Disabled profiling in `libomp` by default to unblock link errors by Shilei Tian · 3 years, 3 months ago
  12. e28d800 [libomptarget][NFC] Link plugins with threads support library due to std::call_once usage. by Vyacheslav Zakharin · 3 years, 3 months ago
  13. 27600f4 [OpenMP][Libomptarget] Fix conditional in CMake for remote plugin by Atmn Patel · 3 years, 3 months ago
  14. 1e64885 [OpenMP][NVPTX] Disable building NVPTX deviceRTL by default on a non-CUDA system by Shilei Tian · 3 years, 3 months ago
  15. 70f4850 [OpenMP] Fix misleading warning for OMP_PLACES by Peyton, Jonathan L · 3 years, 3 months ago
  16. fb8fa09 [OpenMP] Add cpuid leaf 1f topology discovery by Peyton, Jonathan L · 3 years, 3 months ago
  17. 3dee4e1 [OpenMP] Fix HWLOC topology detection for 2.0.x by Peyton, Jonathan L · 3 years, 3 months ago
  18. d344864 [OpenMP][Libomptarget] Fix check-libomptarget by Giorgis Georgakoudis · 3 years, 3 months ago
  19. aa65356 [OpenMP] Fix building using LLVM_ENABLE_RUNTIMES by Giorgis Georgakoudis · 3 years, 3 months ago
  20. 7834c76 [OpenMP] libomp: fix build by clang-cl with vs2019 by AndreyChurbanov · 3 years, 3 months ago
  21. 9ffe3fd [OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs` by Shilei Tian · 3 years, 3 months ago
  22. 34060a4 [OpenMP] Modify OMP_ALLOCATOR environment variable by Nawrin Sultana · 3 years, 6 months ago
  23. fd52e32 [libomptarget][cuda] Handle missing _v2 symbols gracefully by Jon Chesterfield · 3 years, 3 months ago
  24. ae84cf7 [libomptarget][NFC] Avoid gcc 5/6 issue with lambda captures. by Vyacheslav Zakharin · 3 years, 3 months ago
  25. bef42f0 [libomptarget][NFC] Use portable printf format specifiers. by Vyacheslav Zakharin · 3 years, 3 months ago
  26. b7bc024 [OpenMP][Libomptarget] Fix cmake error on remote plugin by Atmn Patel · 3 years, 3 months ago
  27. 669d98f [libomptarget][cuda] Gracefully handle missing cuda library by Jon Chesterfield · 3 years, 3 months ago
  28. a00b6be [libomptarget][cuda] Only run tests when sure there is cuda available by Jon Chesterfield · 3 years, 3 months ago
  29. 7553309 [OpenMP][Libomptarget] Introduce Remote Offloading Plugin by Atmn Patel · 3 years, 3 months ago
  30. 1113ecd [OpenMP][Libomptarget] Introduce changes to support remote plugin by Atmn · 3 years, 3 months ago
  31. ae7288a [libomptarget][devicertl][amdgpu] Fix build, variable renaming error by Jon Chesterfield · 3 years, 3 months ago
  32. 6457a27 [OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP instead of target dependent language by Shilei Tian · 3 years, 3 months ago
  33. 255831d [libomptarget][NFC] Fixed obsolete function names in comments by George Rokos · 3 years, 3 months ago
  34. ebf354c [LIBOMPTARGET]FIX define declaration, NFC by Alexey Bataev · 3 years, 3 months ago
  35. 509dbb8 [OpenMP] Add source location information to the libomptarget profile by Johannes Doerfert · 3 years, 3 months ago
  36. d766e2a [OpenMP] Added the support for hidden helper task in RTL by Shilei Tian · 3 years, 3 months ago
  37. 9231d1a Revert "[libomptarget][cuda] Gracefully handle missing cuda library" by Jon Chesterfield · 3 years, 3 months ago
  38. f1c2ac9 [libomptarget][cuda] Gracefully handle missing cuda library by Jon Chesterfield · 3 years, 3 months ago
  39. 0a724e5 [OpenMP][deviceRTLs] Remove omp_is_initial_device by Shilei Tian · 3 years, 3 months ago
  40. 6732a64 [OpenMP][NVPTX] Rewrite CUDA intrinsics with NVVM intrinsics by Shilei Tian · 3 years, 3 months ago
  41. 391856d [OpenMP][NFC] Fix SourceInfo.h variable names by Joseph Huber · 3 years, 3 months ago
  42. 8a276a9 [libomptarget] Compile with older cuda, revert D95274 by Jon Chesterfield · 3 years, 3 months ago
  43. f6deb74 [libomptarget][cuda] Fix build, change missed from D95274 by Jon Chesterfield · 3 years, 3 months ago
  44. cbb2d4e [OpenMP] Fixed test environment of `check-libomptarget-nvptx` by Shilei Tian · 3 years, 3 months ago
  45. 836f3fe [libomptarget][nvptx] Replace cuda atomic primitives with clang intrinsics by Jon Chesterfield · 3 years, 3 months ago
  46. c219fe0 [libomptarget][amdgpu][nfc] Update comments by Jon Chesterfield · 3 years, 3 months ago
  47. c1f96c8 [libomptarget][cuda] Call v2 functions explicitly by Jon Chesterfield · 3 years, 3 months ago
  48. 3353a35 [OpenMP] Remove unnecessary pointer checks in a few locations by Hansang Bae · 3 years, 3 months ago
  49. 2b54c42 [libomptarget] Build cuda plugin without cuda installed locally by Jon Chesterfield · 3 years, 3 months ago
  50. eef65df [OpenMP] libomp: properly initialize buckets in __kmp_dephash_extend by Joseph Schuchart · 3 years, 3 months ago
  51. 1b4463a [libomptarget][devicertl] Drop templated atomic functions by Jon Chesterfield · 3 years, 3 months ago
  52. 67f711a [OpenMP] Fix failing test due to change in offloading flags by Joseph Huber · 3 years, 3 months ago
  53. 89fb734 [OpenMP] Add time profiling support in libomp by Giorgis Georgakoudis · 3 years, 3 months ago
  54. 778df2c [OpenMP][NVPTX] Added forward declaration for atomic operations by Shilei Tian · 3 years, 3 months ago
  55. cc57f86 [OpenMP] Add support for mapping names in mapper API by Joseph Huber · 3 years, 3 months ago
  56. ea57655 [OpenMP][NVPTX] Added forward declaration to pave the way for building deviceRTLs with OpenMP by Shilei Tian · 3 years, 3 months ago
  57. 390a9ac [libomptarget][devicertl][nfc] Simplify target_atomic abstraction by Jon Chesterfield · 3 years, 3 months ago
  58. 2c85116 [libomptarget][devicertl][nfc] Remove some cuda intrinsics, simplify by Jon Chesterfield · 3 years, 3 months ago
  59. 9adfbf0 [OpenMP][NVPTX] Replaced CUDA builtin vars with LLVM intrinsics by Shilei Tian · 3 years, 3 months ago
  60. d923a84 [libomptarget][devicertl] Wrap source in declare target pragmas by Jon Chesterfield · 3 years, 3 months ago
  61. 4200e2a [OpenMP] Fix atomic entries for captured logical operation by Hansang Bae · 3 years, 3 months ago
  62. 2176448 [OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR env variable. by AndreyChurbanov · 3 years, 3 months ago
  63. 2296f1b [OpenMP][Docs] Fix typos in FAQ (NFC) by Kelvin Li · 3 years, 3 months ago
  64. b96116f [OpenMP][NFC] Fix test by AndreyChurbanov · 3 years, 3 months ago
  65. 554c16f Revert "[OpenMP] Added the support for hidden helper task in RTL" by Shilei Tian · 3 years, 3 months ago
  66. 606bef0 Fix openmp CMake build on non-Linux AArch64 systems. by Chandler Carruth · 3 years, 3 months ago
  67. 76b12fb [OpenMP] Added the support for hidden helper task in RTL by Shilei Tian · 3 years, 3 months ago
  68. b79e065 [libomptarget][nvptx] Reduce calls to cuda header by Jon Chesterfield · 3 years, 3 months ago
  69. 0506f04 [libomptarget][nvptx][nfc] Move target_impl functions out of header by Jon Chesterfield · 3 years, 3 months ago
  70. 1e9e030 [OpenMP] Remove omptarget-nvptx from deps as it is no longer a valid target by Shilei Tian · 3 years, 3 months ago
  71. 919a950 [OpenMP] Dropped unnecessary define when compiling deviceRTLs for NVPTX by Shilei Tian · 3 years, 3 months ago
  72. 519898f [OpenMP] Drop the static library libomptarget-nvptx by Shilei Tian · 3 years, 3 months ago
  73. 4070ebe [libomptarget][amdgpu] Fix kernel launch tracing to match previous behavior by Jon Chesterfield · 3 years, 3 months ago
  74. 8f222cb [OpenMP] Fix hierarchical barrier by Terry Wilmarth · 3 years, 3 months ago
  75. f51937a [OpenMP] Add documentation for error messages and release notes by Joseph Huber · 3 years, 3 months ago
  76. 0c26c49 [libomptarget][nvptx] Include omp_data.cu in bitcode deviceRTL by Jon Chesterfield · 3 years, 3 months ago
  77. ab61008 [OpenMP] Use persistent memory for omp_large_cap_mem by Hansang Bae · 3 years, 3 months ago
  78. 0c7cb8e [OpenMP] Update allocator trait key/value definitions by Hansang Bae · 3 years, 3 months ago
  79. 5711ff7 [OpenMP] Fixed a typo in openmp/CMakeLists.txt by Shilei Tian · 3 years, 3 months ago
  80. 542badc [OpenMP] Fixed the link error that cannot find static data member by Shilei Tian · 3 years, 3 months ago
  81. f811bd3 [libomptarget][amdgpu][nfc] Fix build on centos by Jon Chesterfield · 3 years, 3 months ago
  82. b7a0f85 [OpenMP] Fixed include directories for OpenMP when building OpenMP with LLVM_ENABLE_RUNTIMES by Shilei Tian · 3 years, 3 months ago
  83. 72189c8 [OpenMP] Move memory manager to plugin and make it a common interface by Shilei Tian · 3 years, 3 months ago
  84. 4ade97e [OpenMP] Take elf_common.c as a interface library by Shilei Tian · 3 years, 3 months ago
  85. 40a3d4b [OpenMP] Not set OPENMP_STANDALONE_BUILD=ON when building OpenMP along with LLVM by Shilei Tian · 3 years, 3 months ago
  86. d7045cc [OpenMP] Remove copy constructor of `RTLInfoTy` by Shilei Tian · 3 years, 3 months ago
  87. 79a9ae9 [OpenMP] Added the support for cache line size 256 for A64FX by Shilei Tian · 3 years, 3 months ago
  88. f92f4c2 [OpenMP] Always print error messages in libomptarget CUDA plugin by Joseph Huber · 3 years, 3 months ago
  89. a97fb89 [OpenMP][Docs] Add remarks intro section by Johannes Doerfert · 3 years, 4 months ago
  90. 4db86a1 [OpenMP] Add example in Libomptarget Information docs by Joseph Huber · 3 years, 3 months ago
  91. 7a759be [OpenMP] Use c_int/c_size_t in Fortran target memory routine interface by Hansang Bae · 3 years, 3 months ago
  92. 3c03751 [OpenMP] Fixed an issue that wrong LLVM headers might be included when building libomptarget by Shilei Tian · 3 years, 3 months ago
  93. 0dd4ebc [OpenMP] Fixed the test environment when building along with LLVM by Shilei Tian · 3 years, 3 months ago
  94. 9656506 [libomptarget] Allow calls to omp_target_memcpy with 0 size. by George Rokos · 3 years, 4 months ago
  95. ba2908a [OpenMP] Add using bit flags to select Libomptarget Information by Joseph Huber · 3 years, 4 months ago
  96. 8cb5334 [libomptarget][amdgpu] Call into deviceRTL instead of ockl by Jon Chesterfield · 3 years, 4 months ago
  97. e4a3619 [OpenMP] Add definition/interface for target memory routines by Hansang Bae · 3 years, 4 months ago
  98. c368678 [OpenMP] libomp: Handle implicit conversion warnings by Terry Wilmarth · 3 years, 4 months ago
  99. 092635f [OpenMP] Fixing typo on memory size in Documenation by Joseph Huber · 3 years, 4 months ago
  100. 9fea940 [OpenMP] Fixing Typo in Documentation by Joseph Huber · 3 years, 4 months ago