aboutsummaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[NFC][Offload] Rename a function (#175673)Hansang Bae1-6/+6
2026-01-12[Offload] Fix level_zero plugin build (#175664)Hansang Bae1-2/+0
2026-01-12[Offload] Update debug message printig in the plugins (#175205)Hansang Bae17-264/+302
2026-01-12[OFFLOAD] Add memory data locking API for libomptarget migration (#173138)fineg745-3/+149
2026-01-12[OFFLOAD][OpenMP] Remove old style REPORT support (#175607)Alex Duran4-21/+6
2026-01-12[CMake][NFC] Don't use uninitialized LLVM_REQUIRES_* (#175554)Alexis Engelke1-1/+1
2026-01-09[OpenMP] Preserve the original address when `use_device_ptr/addr` lookup fail...Abhinav Gaba11-118/+74
2026-01-09[Offload] Fix failing Fortran test w/ line number (#175247)Jan Patrick Lehr1-1/+1
2026-01-09[OpenMP] Fix tests that depend on the line numberJoseph Huber11-34/+34
2026-01-09[OpenMP] Remove testing LTO variant on CPU targets (#175187)Joseph Huber31-85/+7
2026-01-09[flang][OpenMP] Prevent `omp.map.info` ops with user-defined mappers from bei...Kareem Ergawy1-0/+34
2026-01-08[offload][lit] Enable llvm-omp-device-info.c on Intel GPUs (#175084)Nick Sarnie1-1/+0
2026-01-08[OFFLOAD] Make L0 provide more information about device to be consistent with...fineg742-1/+26
2026-01-08[Offload] Fix line numbers after #174804 (#174932)Jan Patrick Lehr12-35/+33
2026-01-07[offload][lit] XFAIL all failing tests on the Level Zero plugin (#174804)Nick Sarnie217-4/+246
2026-01-05[offload][lit] Use '%not' instead of 'not' in requires.c (#174506)Nick Sarnie1-1/+1
2026-01-05[offload][lit] Fix requires.c after 'not' behavior change (#174499)Nick Sarnie1-1/+1
2026-01-03[offload] [test] Mark bug 51781 test as requiring GPU (#174284)Michał Górny1-0/+1
2025-12-23[Clang][OpenMP] Handle check for non-contiguous mapping in pointer-based arra...Amit Tiwari12-0/+1182
2025-12-21[offload] Fix unittests when multiple devices are available (#173209)Kevin Sala Penades1-6/+6
2025-12-21[offload] Fix kernel launch unittest (#173203)Kevin Sala Penades1-2/+2
2025-12-19[Offload] Make sure error is consumed (#172924)Hansang Bae1-2/+2
2025-12-18[OFFLOAD][L0] Expose native ELF to upper layers (#172819)Alex Duran5-94/+91
2025-12-18[OFFLOAD] Recognize level_zero backend in liboffload (#172818)Alex Duran2-0/+3
2025-12-18[OFFLOAD][L0] Improve symbol device lookup (#172820)Alex Duran3-12/+11
2025-12-18[OFFLOAD][L0] Fix usages of getDebugLevel in L0 plugin (#172815)Alex Duran2-50/+60
2025-12-18[OpenMP][Offload] Fix test after #172382 (#172865)Jan Patrick Lehr1-0/+2
2025-12-18Revert "[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget" (#1...Joachim6-480/+21
2025-12-18[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget (#156020)Kaloyan Ignatov6-21/+480
2025-12-18[OFFLOAD] Add plugin with support for Intel oneAPI Level Zero (#158900)Alex Duran26-1/+5888
2025-12-17[Offload] Debug message update part 3 (#171684)Hansang Bae5-127/+140
2025-12-17[Offload] Debug message update part 2 (#171683)Hansang Bae7-109/+128
2025-12-17[Offload] Debug message update part 1 (#171672)Hansang Bae3-134/+149
2025-12-17[NFC][Offload] Missing test change in #153683 (#172587)Hansang Bae1-1/+1
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 Gaba4-1/+76
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 Duran3-7/+14
2025-12-15[OpenMP][Clang] Use `ATTACH` map-type for list-items with base-pointers. (#15...Abhinav Gaba23-82/+55
2025-12-15[NFC][Offload] Fix minor debug print issues introduced in #170425. (#172377)Abhinav Gaba3-24/+25
2025-12-14[offload] Fix CUDA args size by subtracting tail padding (#172249)Kevin Sala Penades7-5/+52
2025-12-10[OpenMP][Offload] Continue to update libomptarget debug messages (#170425)Alex Duran3-253/+336
2025-12-05Reland "[Flang][OpenMP] Add lowering support for is_device_ptr clause (#16933...Akash Banerjee1-0/+60
2025-12-04Revert "[Flang][OpenMP] Add lowering support for is_device_ptr clause" (#170778)theRonShark1-60/+0
2025-12-04[Flang][OpenMP] Add lowering support for is_device_ptr clause (#169331)Akash Banerjee1-0/+60
2025-12-02[OFFLOAD][LIBOMPTARGET] Start to update debug messages in libomptarget (#170265)Alex Duran3-142/+205
2025-12-01Reland: [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler5-0/+146
2025-11-26[OpenMP][clang] Register vtables on device for indirect calls runtime (#167011)Jason-VanBeusekom4-19/+167
2025-11-26[OFFLOAD] Add support for indexed per-thread containers (#164263)Alex Duran2-59/+208