aboutsummaryrefslogtreecommitdiff
path: root/offload/test
AgeCommit message (Expand)AuthorFilesLines
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
2025-09-25Revert "[Flang][OpenMP] Implicitly map nested allocatable components in deriv...Akash Banerjee1-43/+0
2025-09-24[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee1-0/+43
2025-09-19[OpenMP][MLIR] Preserve to/from flags in mapper base entry for mappers (#159799)Akash Banerjee1-0/+48
2025-09-17[NFC][flang][do concurent] Add saxpy offload tests for OpenMP mapping (#155993)Kareem Ergawy2-0/+106
2025-09-16[OpenMP] Fix force-usm test after #157182 (#159095)Jan Patrick Lehr1-1/+1
2025-09-10[offload] Fix finding libomptarget in runtimes build (#157856)Michał Górny1-0/+2
2025-09-09[Flang][OpenMP] Fix mapping of character type with LEN > 1 specified (#154172)agozillon2-0/+52
2025-09-08[OpenMP] Fix incorrect CUDA bc path after library change (#157547)Joseph Huber1-1/+1
2025-09-08[OpenMP] Add tests for mapping of chained 'containing' structs (#156703)Julian Brown3-0/+351
2025-09-07Revert "[Offload] Run unit tests as a part of check-offload" (#157346)Michał Górny1-1/+1
2025-09-04[Offload] Fix CHECK string in llvm-omp-device-info test (#156872)Jan Patrick Lehr1-2/+2
2025-09-03[Offload] Run unit tests as a part of check-offload (#156675)Joseph Huber1-1/+1
2025-09-03[Offload][OpenMP] Enable more tests on AMDGPU (#156626)Jan Patrick Lehr2-4/+41
2025-08-29[Offload] Update tablegen tests (#156041)Ross Brunton8-26/+13
2025-08-28[Offload][OpenMP] Tests require libc on GPU for printf (#155785)Jan Patrick Lehr6-0/+12
2025-08-25[NFC][OpenMP] Add several use_device_ptr/addr tests. (#154939)Abhinav Gaba15-4/+1481
2025-08-18Fix test added in 1fd1d634630754cc9b9c4b5526961d5856f64ff9Akash Banerjee1-0/+1
2025-08-15[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#153048)Akash Banerjee1-0/+36
2025-08-14[NFC][Offload] Add missing maps to OpenMP offloading tests. (#153103)Abhinav Gaba6-17/+21
2025-08-12Revert "[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (...Akash Banerjee1-36/+0
2025-08-12[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#153048)Akash Banerjee1-0/+36
2025-08-12[Clang][OpenMP] Non-contiguous strided update (#144635)Amit Tiwari3-0/+179
2025-08-11Revert "[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (...Akash Banerjee1-36/+0
2025-08-11[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#151989)Akash Banerjee1-0/+36
2025-08-06[AMDGPU][Offload] Enable memory manager use for up to ~3GB allocation size in...hidekisaito3-3/+48
2025-07-25[Offload] Fix typo in shared_lib_fp_mapping.cAiden Grossman1-1/+1
2025-07-25[Offload] Remove uses of %T from lit tests (#150721)Aiden Grossman1-2/+3
2025-07-25[Flang][OpenMP] Appropriately emit present/load/store in all cases in MapInfo...agozillon1-0/+45
2025-07-23[AMDGPU][Offload][LIT] Run unified_shared_memory tests on gfx950 (#150372)hidekisaito1-1/+2
2025-07-09[libomptarget] fix test offloading/disable_default_device.cYe Luo1-2/+1
2025-07-08[NFC][OpenMP] Add tests for mapping pointers and their dereferences. (#146934)Abhinav Gaba6-0/+507
2025-06-30[libomptarget] Add a test for OMP_TARGET_OFFLOAD=disabled (#146385)Ye Luo1-0/+22
2025-06-29[OpenMP] Fix crash with duplicate mapping on target directive (#146136)Julian Brown2-0/+56
2025-06-23[Offload] Fix entry_points.td test (#145292)Ross Brunton1-2/+2
2025-06-12[Offload][PGO] Fix new GPU PGO tests (#143645)Ethan Luis McDonough2-6/+6