aboutsummaryrefslogtreecommitdiff
path: root/offload/include
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[Offload] Update debug message printig in the plugins (#175205)Hansang Bae2-17/+32
2026-01-12[OFFLOAD][OpenMP] Remove old style REPORT support (#175607)Alex Duran2-19/+4
2025-12-18Revert "[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget" (#1...Joachim1-20/+9
2025-12-18[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget (#156020)Kaloyan Ignatov1-9/+20
2025-12-18[OFFLOAD] Add plugin with support for Intel oneAPI Level Zero (#158900)Alex Duran1-0/+1
2025-12-17[Offload] Debug message update part 2 (#171683)Hansang Bae4-12/+22
2025-12-17[OpenMP][Offload] Add support for lambdas with debug conditions (#172573)Alex Duran1-9/+45
2025-12-16[OpenMP][Offload] Add `LIBOMPTARGET_TREAT_ATTACH_AUTO_AS_ALWAYS` to treat `at...Abhinav Gaba1-0/+11
2025-12-16Revert "[OpenMP][Offload] Add support for lambdas with debug conditions" (#17...Alex Duran1-46/+9
2025-12-16[OpenMP][Offload] Add support for lambdas with debug conditions (#172107)Alex Duran1-9/+46
2025-12-16[OpenMP][Offload] Revert format of changed messages (#171995)Alex Duran1-0/+7
2025-12-10[OpenMP][Offload] Continue to update libomptarget debug messages (#170425)Alex Duran1-0/+53
2025-12-02[OFFLOAD][LIBOMPTARGET] Start to update debug messages in libomptarget (#170265)Alex Duran1-131/+192
2025-12-01Reland: [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler2-0/+10
2025-11-26[OpenMP][clang] Register vtables on device for indirect calls runtime (#167011)Jason-VanBeusekom1-0/+2
2025-11-26[OFFLOAD] Add support for indexed per-thread containers (#164263)Alex Duran2-59/+208
2025-11-20[OFFLOAD] Add support for more fine grained debug messages control (#165416)Alex Duran1-0/+281
2025-11-18Revert "[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler2-9/+0
2025-11-18[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (#16...Robert Imschweiler2-0/+9
2025-11-08[Offload] Remove unused KernelArgsTy instantiation (#167197)Kevin Sala Penades1-4/+0
2025-11-06[Offload] Remove handling for device memory pool (#163629)Joseph Huber1-22/+0
2025-10-24[OFFLOAD] Remove weak from __kmpc_* calls and gather them in one header (#164...Alex Duran3-7/+18
2025-10-22[OpenMP] Adds omp_target_is_accessible routine (#138294)Nicole Aschenbrenner2-0/+4
2025-10-17[OFFLOAD] Interop fixes for Windows (#162652)Alex Duran1-6/+6
2025-09-20[Offload] Remove non-blocking allocation type (#159851)Joseph Huber1-2/+0
2025-09-15[Offload][OpenMP] Support shadow-pointer tracking for Fortran descriptors. (#...Abhinav Gaba1-3/+56
2025-09-08[OpenMP] Move `__omp_rtl_data_environment' handling to OpenMP (#157182)Joseph Huber1-0/+2
2025-08-17[Offload] Introduce ATTACH map-type support for pointer attachment. (#149036)Abhinav Gaba3-2/+45
2025-08-10[Offload][NFC] Re-enable clang-format for omptarget.h (#152937)Kevin Sala Penades1-22/+19
2025-08-08[Offload] Make olLaunchKernel test thread safe (#149497)Ross Brunton1-0/+4
2025-08-06[OFFLOAD][OPENMP] 6.0 compatible interop interface (#143491)Alex Duran5-28/+296
2025-06-03[Offload] Don't check in generated files (#141982)Callum Fare2-138/+0
2025-05-20[Offload] Use new error code handling mechanism and lower-case messages (#139...Ross Brunton2-17/+67
2025-05-19[Offload] Add Error Codes to PluginInterface (#138258)Ross Brunton2-0/+88
2025-04-21[OpenMP] Remove dependency on LLVM include directory from DeviceRTL (#136359)Joseph Huber1-10/+2
2025-03-28[OFFLOAD] Stricter enforcement of user offload disable (#133470)Alex1-1/+6
2025-03-18[openmp][nfc] Use builtin align in the devicertl (#131918)Jon Chesterfield1-4/+0
2025-02-11 [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (#...Ethan Luis McDonough1-0/+1
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss4-5/+5
2025-01-28[Offload] Rework offloading entry type to be more generic (#124018)Joseph Huber1-0/+6
2025-01-21[Offload][NFC] Factor out and rename the `__tgt_offload_entry` struct (#123785)Joseph Huber4-31/+27
2025-01-09[OpenMP] Use __builtin_bit_cast instead of UB type punning (#122325)Joseph Huber1-5/+0
2024-12-02[OpenMP] Unconditionally provide an RPC client interface for OpenMP (#117933)Joseph Huber1-0/+25
2024-09-23[NFC][offload][OMPT] Cleanup of OMPT internals (#109005)Michael Halkenhäuser2-9/+9
2024-09-13[OpenMP] Fix redefining `stdint.h` types (#108607)Joseph Huber3-26/+4
2024-09-05[Offload][NFC] Reorganize `utils::` and make Device/Host/Shared clearer (#100...Johannes Doerfert3-55/+123
2024-08-13[Offload] Ensure to load images when the device is used (#103002)Johannes Doerfert1-0/+9
2024-08-12[Offload][CUDA] Allow CUDA kernels to use LLVM/Offload (#94549)Johannes Doerfert2-3/+4
2024-07-31[Offload] Allow to record kernel launch stack traces (#100472)Johannes Doerfert1-1/+5
2024-07-24[Offload] Repair and rename `llvm-omp-device-info` (to `-offload-`) (#100309)Johannes Doerfert1-2/+8