aboutsummaryrefslogtreecommitdiff
path: root/offload/include
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[Clang][OpenMP] Validate omp_initial_device omp_invalid_device as device IDs ...Amit Tiwari1-0/+1
2026-04-22[offload] Allow replay repetitions and report basic timing (#193388)Kevin Sala Penades2-4/+11
2026-04-17[offload] Add mechanism to return info to kernel replay tool (#192611)Kevin Sala Penades3-8/+22
2026-04-15[offload] Fix kernel record/replay and add extensible mechanism (#190588)Kevin Sala Penades1-4/+7
2026-04-01[Offload] Add support for measuring elapsed time between events (#186856)Leandro Lacerda1-10/+10
2026-03-12[OpenMP][Offload] Add offload runtime support for dyn_groupprivate clause (#1...Kevin Sala Penades4-3/+46
2026-03-02Reland "[OpenMP][Offload] Handle `present/to/from` when a different entry did...Abhinav Gaba1-15/+103
2026-03-02Revert "[OpenMP][Offload] Handle `present/to/from` when a different entry did...Abhinav Gaba1-103/+15
2026-03-02[OpenMP][Offload] Handle `present/to/from` when a different entry did `alloc/...Abhinav Gaba1-15/+103
2026-02-10[OFFLOAD] Implement excluding filters for debugging (#180538)Alex Duran1-12/+32
2026-01-30[Offload] Add a function to register an RPC Server callback (#178774)Joseph Huber1-0/+5
2026-01-27[Offload] Allow specifying debug level with `all` debug type (#178213)Hansang Bae1-2/+8
2026-01-21[OpenMP][Offload] Remove old DP macro (#177156)Alex Duran1-5/+2
2026-01-15[OpenMP][Offload] Translate Info types to Debug types when debug enabled (#17...Alex Duran1-1/+37
2026-01-15[OpenMP][Offload] Add a buffer layer to debug messaging (#176153)Alex Duran1-18/+20
2026-01-14[OpenMP][Offload] Add FB_NULLIFY map-type for `use_device_ptr(fb_nullify)`. (...Abhinav Gaba1-0/+4
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