aboutsummaryrefslogtreecommitdiff
path: root/offload/test
AgeCommit message (Expand)AuthorFilesLines
11 hours[MLIR][OpenMP] Fix recursive mapper emission. (#178453)Akash Banerjee1-0/+40
33 hours[MLIR][OpenMP] Fix mapper being attached to partial maps. (#178247)Akash Banerjee1-0/+53
2 daysReland "[OpenMP][Mappers] Fix ref-count tracking for maps inserted by mappers...Abhinav Gaba1-0/+145
3 days[Flan][OpenMP] Implement TODO support for compatible defaultmap types for imp...Akash Banerjee1-0/+49
6 days[Clang][OpenMP] Codegen for `use_device_ptr(fb_nullify)`. (4/4) (#173931)Abhinav Gaba3-9/+3
6 daysRevert "[OpenMP][Mappers] Fix ref-count tracking for maps inserted by mappers...Abhinav Gaba1-166/+0
7 days[NFC][OpenMP] Mark new mapper test as XFAIL on intelgpu. (#177491)Abhinav Gaba1-0/+2
7 days[OpenMP][Mappers] Fix ref-count tracking for maps inserted by mappers. (#177059)Abhinav Gaba1-0/+164
9 days[flang][OpenMP] Fix mapping of constant arrays. (#176763)Abid Qadeer1-0/+131
9 days[NFC][OpenMP][Offload] Add tests for `use_device_ptr(fb_preserve/nullify)`. (...Abhinav Gaba12-1/+304
9 days[offload][lit] XFAIL failing non-contiguous update tests on Intel (#176955)Nick Sarnie3-0/+6
10 days[Offload][Tests] Non-contiguous_update_to_tests (#169623)Amit Tiwari6-0/+266
2026-01-09[OpenMP] Preserve the original address when `use_device_ptr/addr` lookup fail...Abhinav Gaba10-115/+41
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 Huber30-78/+0
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] 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-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...Joachim4-450/+0
2025-12-18[OMPT][Offload][OpenMP] Fixes for OMPT data used by libomptarget (#156020)Kaloyan Ignatov4-0/+450
2025-12-17[NFC][Offload] Missing test change in #153683 (#172587)Hansang Bae1-1/+1
2025-12-16[OpenMP][Offload] Add `LIBOMPTARGET_TREAT_ATTACH_AUTO_AS_ALWAYS` to treat `at...Abhinav Gaba2-0/+58
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 Gaba1-22/+22
2025-12-14[offload] Fix CUDA args size by subtracting tail padding (#172249)Kevin Sala Penades1-3/+0
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-01Reland: [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler1-0/+76
2025-11-26[OpenMP][clang] Register vtables on device for indirect calls runtime (#167011)Jason-VanBeusekom1-0/+107
2025-11-25[offload][lit] Fix compilation of two offload tests (#169399)Nick Sarnie2-3/+3
2025-11-24[NFC][OpenMP] Add use_device_ptr/addr tests for when the lookup fails. (#169428)Abhinav Gaba3-0/+77
2025-11-24[OpenMP][flang] Lowering of OpenMP custom reductions to MLIR (#168417)Jan Leyonberg1-0/+88
2025-11-24[Flang][OpenMP][MLIR] Initial declare target to for variables implementation ...agozillon3-0/+111
2025-11-24[MLIR][OpenMP] Introduce overlapped record type map support (#119588)agozillon1-0/+56
2025-11-19[Runtimes] Default build must use its own output dirs (#168266)Michael Kruse1-1/+1
2025-11-18Revert "[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler1-76/+0
2025-11-18[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (#16...Robert Imschweiler1-0/+76
2025-11-14[OpenMP][Flang] Emit default declare mappers implicitly for derived types (#1...Akash Banerjee1-0/+65
2025-11-10[PGO][Offload] Fix missing names bug in GPU PGO (#166444)Ethan Luis McDonough4-4/+0
2025-11-06[OpenMP] Fix tests relying on the heap size variableJoseph Huber1-0/+1
2025-11-06[Offload] Remove handling for device memory pool (#163629)Joseph Huber3-1/+3
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon1-0/+61