summaryrefslogtreecommitdiff
path: root/offload/test
AgeCommit message (Expand)Author
2025-11-19[Runtimes] Default build must use its own output dirs (#168266)Michael Kruse
2025-11-18Revert "[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler
2025-11-18[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (#16...Robert Imschweiler
2025-11-14[OpenMP][Flang] Emit default declare mappers implicitly for derived types (#1...Akash Banerjee
2025-11-10[PGO][Offload] Fix missing names bug in GPU PGO (#166444)Ethan Luis McDonough
2025-11-06[OpenMP] Fix tests relying on the heap size variableJoseph Huber
2025-11-06[Offload] Remove handling for device memory pool (#163629)Joseph Huber
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon
2025-10-22[OpenMP] Adds omp_target_is_accessible routine (#138294)Nicole Aschenbrenner
2025-10-22[NFC][Offload][OMPT] Improve readability of liboffload OMPT tests (#163181)Kaloyan Ignatov
2025-10-21[NFC][OpenMP] Update a test that was failing on aarch64. (#164456)Abhinav Gaba
2025-10-20[NFC][OpenMP] Add small class-member use_device_ptr/addr unit tests. (#164039)Abhinav Gaba
2025-10-16[Offload] XFAIL pgo tests until resolved (#163722)Jan Patrick Lehr
2025-10-15[OpenMP] Disable a few more tests to get the bot green (#163614)Joseph Huber
2025-10-15[OpenMP] Add test to print interop identifiers (#161434)Jan Patrick Lehr
2025-10-09[Flang][OpenMP] Defer descriptor mapping for assumed dummy argument types (#1...agozillon
2025-10-02[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee
2025-09-29[OpenMP] Mark problematic tests as XFAIL / UNSUPPORTED (#161267)Joseph Huber
2025-09-29[OpenMP][Flang] Fix no-loop test (#161162)Dominik Adamski
2025-09-26[Flang][OpenMP] Enable no-loop kernels (#155818)Dominik Adamski
2025-09-25Revert "[Flang][OpenMP] Implicitly map nested allocatable components in deriv...Akash Banerjee
2025-09-24[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee
2025-09-19[OpenMP][MLIR] Preserve to/from flags in mapper base entry for mappers (#159799)Akash Banerjee
2025-09-17[NFC][flang][do concurent] Add saxpy offload tests for OpenMP mapping (#155993)Kareem Ergawy
2025-09-16[OpenMP] Fix force-usm test after #157182 (#159095)Jan Patrick Lehr
2025-09-10[offload] Fix finding libomptarget in runtimes build (#157856)Michał Górny
2025-09-09[Flang][OpenMP] Fix mapping of character type with LEN > 1 specified (#154172)agozillon
2025-09-08[OpenMP] Fix incorrect CUDA bc path after library change (#157547)Joseph Huber
2025-09-08[OpenMP] Add tests for mapping of chained 'containing' structs (#156703)Julian Brown
2025-09-07Revert "[Offload] Run unit tests as a part of check-offload" (#157346)Michał Górny
2025-09-04[Offload] Fix CHECK string in llvm-omp-device-info test (#156872)Jan Patrick Lehr
2025-09-03[Offload] Run unit tests as a part of check-offload (#156675)Joseph Huber
2025-09-03[Offload][OpenMP] Enable more tests on AMDGPU (#156626)Jan Patrick Lehr
2025-08-29[Offload] Update tablegen tests (#156041)Ross Brunton
2025-08-28[Offload][OpenMP] Tests require libc on GPU for printf (#155785)Jan Patrick Lehr
2025-08-25[NFC][OpenMP] Add several use_device_ptr/addr tests. (#154939)Abhinav Gaba
2025-08-18Fix test added in 1fd1d634630754cc9b9c4b5526961d5856f64ff9Akash Banerjee
2025-08-15[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#153048)Akash Banerjee
2025-08-14[NFC][Offload] Add missing maps to OpenMP offloading tests. (#153103)Abhinav Gaba
2025-08-12Revert "[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (...Akash Banerjee
2025-08-12[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#153048)Akash Banerjee
2025-08-12[Clang][OpenMP] Non-contiguous strided update (#144635)Amit Tiwari
2025-08-11Revert "[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (...Akash Banerjee
2025-08-11[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#151989)Akash Banerjee
2025-08-06[AMDGPU][Offload] Enable memory manager use for up to ~3GB allocation size in...hidekisaito
2025-07-25[Offload] Fix typo in shared_lib_fp_mapping.cAiden Grossman
2025-07-25[Offload] Remove uses of %T from lit tests (#150721)Aiden Grossman
2025-07-25[Flang][OpenMP] Appropriately emit present/load/store in all cases in MapInfo...agozillon
2025-07-23[AMDGPU][Offload][LIT] Run unified_shared_memory tests on gfx950 (#150372)hidekisaito
2025-07-09[libomptarget] fix test offloading/disable_default_device.cYe Luo