- 7691666 [MLIR][OpenMP] Initial Lowering of Declare Target for Data by Andrew Gozillon · 1 year, 8 months ago
- 7b8130c [OpenMP][VE] Limit the number of threads to create (#66729) by Kazushi Marukawa · 1 year, 8 months ago
- 0a1aa6c [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) by Arthur Eubanks · 1 year, 8 months ago
- 8c2da6b [libomptarget] document ActionFunctions in the amdgpu plugin. (#66397) by Ye Luo · 1 year, 8 months ago
- 102d864 Fix /tmp approach, and add environment variable method as third fallback during library registration by Terry Wilmarth · 1 year, 8 months ago
- f94b6f3 [OpenMP] Remove optimization skipping reduction struct initialization (#65697) by Rodrigo Ceccato de Freitas · 1 year, 8 months ago
- e8679b9 [OpenMP][test][VE] Limit the number of AFFINITY_MAX_CPUS for VE (#65872) by Kazushi Marukawa · 1 year, 8 months ago
- 466a814 Revert "[AMDGPU] Make default AMDHSA Code Object Version to be 5 (#65410)" (#66060) by Saiyedul Islam · 1 year, 8 months ago
- 0a8d17e [AMDGPU] Make default AMDHSA Code Object Version to be 5 (#65410) by Saiyedul Islam · 1 year, 8 months ago
- 6c8248e [libomptarget] Rename AMDGPUSignalTy member Signal to HSASignal. by Ye Luo · 1 year, 8 months ago
- 08352b9 [libomptarget][NFC] update comments. by Ye Luo · 1 year, 8 months ago
- 12ac0f6 [OpenMP][DeviceRTL][AMDGPU] Add missing libomptarget build targets (#65964) by Michael Halkenhäuser · 1 year, 8 months ago
- 53602e6 [OpenMP][OMPT] Fix device identifier collision during callbacks (#65595) by Michael Halkenhäuser · 1 year, 8 months ago
- c9733b8 [libomptarget][NFC]Rename targetDataMapper to targetDat in interface.cpp (#65915) by Ye Luo · 1 year, 8 months ago
- 057564f Fix some typos in comments: evalute -> evaluate (NFC) (#65906) by Tianlan Zhou · 1 year, 8 months ago
- f8efa65 [OpenMP][test][VE] Change to use VE_LD_LIBRARY_PATH for VE (#65869) by Kazushi Marukawa · 1 year, 8 months ago
- 18b6724 [OpenMP][VE] Support OpenMP runtime on VE by Kazushi (Jam) Marukawa · 1 year, 8 months ago
- 600e0cd [NFC][OpenMP] clang-format `openmp/libomptarget/src/interface.cpp` by Shilei Tian · 1 year, 8 months ago
- 7e31b45 [OpenMP] Use the more appropriate function to retrieve the thread id on OpenBSD (#65553) by Brad Smith · 1 year, 8 months ago
- 010a5a7 [OpenMP] Fix build issue with `libomp` when OMPT is disabled by Shilei Tian · 1 year, 8 months ago
- fd4c80d [OpenMP] Fix gettid warnings on DragonFly (#65549) by Brad Smith · 1 year, 8 months ago
- 99d67fb [OpenMP] Align up the size when calling aligned_alloc (#65525) by Shilei Tian · 1 year, 8 months ago
- 460840c [OpenMP] Support 'omp_get_num_procs' on the device (#65501) by Joseph Huber · 1 year, 8 months ago
- ff5c726 [OpenMP] Fix a wrong assertion in `__kmp_get_global_thread_id` by Shilei Tian · 1 year, 8 months ago
- 518b08c [OpenMP] Fix issue of indirect function call in `__kmpc_fork_call_if` (#65436) by Shilei Tian · 1 year, 8 months ago
- 678e3ee [lldb] Fix duplicate word typos; NFC by Fangrui Song · 1 year, 9 months ago
- 2b6ba8c7 [openmp] Tighten flang detection in offloading test by Ethan Luis McDonough · 1 year, 9 months ago
- c2019c4 [OpenMP] [test] Fix target_thread_limit.cpp to not assume 4 or more cores by Martin Storsjö · 1 year, 9 months ago
- a0e3418 [flang][OpenMP] Add fortran test with basic target region by Jan Leyonberg · 1 year, 9 months ago
- 35fdf8d [OpenMP] Fix a segment fault in __kmp_get_global_thread_id by Shilei Tian · 1 year, 9 months ago
- ccb1d18 [OpenMP][Docs] Remove old entry saying static libraries are unsupported by Joseph Huber · 1 year, 9 months ago
- 9e3d59e [openmp] Fix flang detection for offloading test by Ethan Luis McDonough · 1 year, 9 months ago
- 81ecc88 [OpenMP] Export __kmpc_set_thread_limit on Windows by Martin Storsjö · 1 year, 9 months ago
- f616c3e [OpenMP][DeviceRTL][AMDGPU] Support code object version 5 by Saiyedul Islam · 1 year, 9 months ago
- c1b5674 [OpenMP] Change OpenMP default version in documentation and help text for -fopenmp-version by Anton Rydahl · 1 year, 9 months ago
- 2102ed0 Fix for openmp tests honoring thread_limit. by Doru Bercea · 1 year, 9 months ago
- 5fe6f56 Disable intermittently failing OpenMP test. by Doru Bercea · 1 year, 9 months ago
- 41bb5ef Add passing test for issue 64797. by Doru Bercea · 1 year, 9 months ago
- 1880d8f [OpenMP][Archer] Add support for taskwait depend by Joachim Jenke · 1 year, 9 months ago
- cec855a [OpenMP][OMPT] Fix ompt_get_task_memory implementation by Joachim Jenke · 1 year, 9 months ago
- 08bbff4 [OpenMP] Codegen support for thread_limit on target directive for host by Sandeep Kosuri · 1 year, 9 months ago
- fbcce33 [OpenMP] Honor `thread_limit` value when choosing grid size by Shilei Tian · 1 year, 9 months ago
- aa78e94 [Libomptarget] Support mapping indirect host calls to device functions by Joseph Huber · 1 year, 9 months ago
- 9300b6d [OpenMP][OMPT] Add OMPT support for `generic-elf-64bit` plugin by Michael Halkenhaeuser · 1 year, 9 months ago
- a013981 [OpenMPOpt][FIX] Ensure to propagate information about parallel regions by Johannes Doerfert · 1 year, 9 months ago
- 275259eb [OpenMP] Add `getComputeUnitKind` to generic-elf-64bit plugin by Michael Halkenhaeuser · 1 year, 9 months ago
- d2c37fc [Attributor][FIX] Avoid dangling stack references in map by Johannes Doerfert · 1 year, 9 months ago
- 3611300 [OpenMP][FIX] Update tests after D157725 by Johannes Doerfert · 1 year, 9 months ago
- 1ff0bdb [OpenMP] Fix Slice Duplicate in Profiler by Aaron Jarmusch · 1 year, 9 months ago
- 6579021 [OpenMP] Fix Slice Duplicate in Profiler by Aaron Jarmusch · 1 year, 9 months ago
- 908ae843 [OpenMP] Avoid assumptions at the end of a kernel by Johannes Doerfert · 1 year, 9 months ago
- 80906ce [OpenMP] Disable early vectorization of loads/stores in the runtime by Johannes Doerfert · 1 year, 9 months ago
- 382b975 [OpenMP] Force the parallel abstraction to be inlined by Johannes Doerfert · 1 year, 9 months ago
- 81a02b0 [Attributor][NFC] Precommit test by Johannes Doerfert · 1 year, 9 months ago
- 7481b46 [OpenMP] Use default grid value for static grid size by Johannes Doerfert · 1 year, 9 months ago
- c5488c8 [OpenMP] Properly set static thread limit (w/o analysis) by Johannes Doerfert · 1 year, 9 months ago
- 6789dda [OpenMP] make small memory allocations in loop collapse code on the stack by Vadim Paretsky · 1 year, 9 months ago
- 99f59695 [OpenMP] Let primary thread gather topology info for each worker thread by Jonathan Peyton · 1 year, 9 months ago
- 57f0bdc [OpenMP][OMPT] Fix `target enter data` callback ordering & reported device num by Michael Halkenhaeuser · 1 year, 9 months ago
- 11e2975 Fx typos in documentation by Kazu Hirata · 1 year, 9 months ago
- 9c08e76 [Attributor] Introduce AAIndirectCallInfo by Johannes Doerfert · 1 year, 9 months ago
- f0221fb [OpenMP] Add option to use different units for blocktime by Terry Wilmarth · 1 year, 9 months ago
- 5eb7a42 [Attributor][NFC] Precommit tests by Johannes Doerfert · 1 year, 9 months ago
- 4fcd5f9 [OpenMPOpt] Mark more runtime functions as SPMD compatible by Johannes Doerfert · 1 year, 9 months ago
- 5717329 [Libomptarget] Disable deadlocking bug49334.cpp test on AMDGPU by Joseph Huber · 1 year, 9 months ago
- 41f3626 [OpenMP][OMPT] Fix reported target pointer for data alloc callback by Michael Halkenhaeuser · 1 year, 9 months ago
- 1c822e1 [libomptarget] Avoid unintialized GenericPluginTy::NumDevices by Ye Luo · 1 year, 9 months ago
- 06adac8 [Libomptarget] Configure the RPC port count from the plugin by Joseph Huber · 1 year, 9 months ago
- 4dce6d3 [OpenMP] Disable some offloading/api tests for AArch64 by Carlos Eduardo Seo · 1 year, 9 months ago
- 7eba3e5 [OpenMP][AMDGPU] Add Envar for controlling HSA busy queue tracking by Michael Halkenhaeuser · 1 year, 9 months ago
- b8e297d [OpenMP][libomptarget] Improve kernel initialization in plugins by Kevin Sala · 1 year, 9 months ago
- 14d5754 [NFC][OpenMP] Fix compile warnings introduced in recent patches by Shilei Tian · 1 year, 9 months ago
- 73cb01d [OpenMP] Support for OpenMP-Offload Record Replay by koparasy · 1 year, 10 months ago
- ed16143 [OpenMP][FIX] Ensure __assert_fail is compatible with the host by Johannes Doerfert · 1 year, 10 months ago
- fcf1a10 [OMPX] Change `thread_dim` to `block_dim` and the original `block_dim` to `grid_dim` by Shilei Tian · 1 year, 10 months ago
- c96cba3 [Libomptarget] Fix compilation of libomptarget with old GCC by Joseph Huber · 1 year, 10 months ago
- 46642cc [Libomptarget] Remove debug RAII from libomptarget by Joseph Huber · 1 year, 10 months ago
- 4f46a48 [OpenMP][libomptarget] Remove unused virtual functions in GenericKernelTy by Kevin Sala · 1 year, 10 months ago
- f7e0208 [OpenMP][libomptarget] Add missing field in GenericELF64bit grid values by Kevin Sala · 1 year, 10 months ago
- ab15b11 [NFC][OMPT] Move `pop_macro` to the right place to fix compile warnings by Shilei Tian · 1 year, 10 months ago
- 5b19f42 [OpenMP][AMDGPU] Single eager resource init + HSA queue utilization tracking by Michael Halkenhaeuser · 1 year, 10 months ago
- e5a3d5b [OpenMP][NFC] Enable more runtime tests and also run them with O3 by Johannes Doerfert · 1 year, 10 months ago
- 6368455 [OpenMP][NFC] Add offloading tests for the new ompx APIs by Johannes Doerfert · 1 year, 10 months ago
- deb0ea3 [OpenMP] Add ompx wrappers for __syncthreads by Johannes Doerfert · 1 year, 10 months ago
- daef6d3 [OpenMP] Introduce ompx.h and 3D wrappers (threadId, threadDim, ...) by Johannes Doerfert · 1 year, 10 months ago
- 1f3a28d [OpenMP][NFC] Reorganize the ompx::mapping layer in the GPU runtime by Johannes Doerfert · 1 year, 10 months ago
- b34c7d8 [OpenMP] Introduce hybrid core attributes to OMP_PLACES and KMP_AFFINITY by Jonathan Peyton · 1 year, 10 months ago
- 5c0f98c [OpenMP][Docs] Added offloading command line reference to OpenMP FAQ by Anton Rydahl · 1 year, 10 months ago
- daf36b5 Revert "[OpenMP][Docs] Added offloading command line reference to OpenMP FAQ" by antonrydahl · 1 year, 10 months ago
- b880552 [OpenMP][Docs] Updated the OpenMP documentation about building the OpenMP documentation with Sphinx by Anton Rydahl · 1 year, 10 months ago
- 4166ff61 [OpenMP][Docs] Added offloading command line reference to OpenMP FAQ by antonrydahl · 1 year, 10 months ago
- 141c4e7 [OpenMP] Do not always emit unused extern variables by Joseph Huber · 1 year, 10 months ago
- 7b2745b [OpenMP][libomptarget] Process resources when getting/returning from managers by Kevin Sala · 1 year, 10 months ago
- 523ac0f [OpenMP][libomptarget] Retrieve multiple resources from resource managers by Kevin Sala · 1 year, 10 months ago
- 53e4c7c [OpenMP][libomptarget] Improving plugin resource managers by Kevin Sala · 1 year, 10 months ago
- 10068cd [OpenMP] Introduce kernel environment by Shilei Tian · 1 year, 10 months ago
- 1dec417 [OpenMP] [OMPT] [7/8] Invoke tool-supplied callbacks before and after target launch and data transfer operations by Michael Halkenhaeuser · 1 year, 10 months ago
- 4706251 Clear release notes for 18.x by Tobias Hieta · 1 year, 10 months ago upstream/llvmorg-18-init
- cf119df Revert "[OpenMP] [OMPT] [7/8] Invoke tool-supplied callbacks before and after target launch and data transfer operations" by Michael Halkenhaeuser · 1 year, 10 months ago
- 5fa5c39 [OpenMP] Add OMPT release note by Michael Halkenhaeuser · 1 year, 10 months ago