aboutsummaryrefslogtreecommitdiff
path: root/offload/test
AgeCommit message (Expand)AuthorFilesLines
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
2025-10-22[OpenMP] Adds omp_target_is_accessible routine (#138294)Nicole Aschenbrenner1-0/+40
2025-10-22[NFC][Offload][OMPT] Improve readability of liboffload OMPT tests (#163181)Kaloyan Ignatov12-266/+327
2025-10-21[NFC][OpenMP] Update a test that was failing on aarch64. (#164456)Abhinav Gaba1-5/+9
2025-10-20[NFC][OpenMP] Add small class-member use_device_ptr/addr unit tests. (#164039)Abhinav Gaba8-0/+300
2025-10-16[Offload] XFAIL pgo tests until resolved (#163722)Jan Patrick Lehr4-0/+4
2025-10-15[OpenMP] Disable a few more tests to get the bot green (#163614)Joseph Huber2-1/+4
2025-10-15[OpenMP] Add test to print interop identifiers (#161434)Jan Patrick Lehr1-0/+83
2025-10-09[Flang][OpenMP] Defer descriptor mapping for assumed dummy argument types (#1...agozillon1-0/+101
2025-10-02[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee1-0/+43
2025-09-29[OpenMP] Mark problematic tests as XFAIL / UNSUPPORTED (#161267)Joseph Huber17-42/+58
2025-09-29[OpenMP][Flang] Fix no-loop test (#161162)Dominik Adamski1-0/+1
2025-09-26[Flang][OpenMP] Enable no-loop kernels (#155818)Dominik Adamski1-0/+96