summaryrefslogtreecommitdiff
path: root/offload/test
AgeCommit message (Expand)Author
2025-07-09[libomptarget] fix test offloading/disable_default_device.cYe Luo
2025-07-08[NFC][OpenMP] Add tests for mapping pointers and their dereferences. (#146934)Abhinav Gaba
2025-06-30[libomptarget] Add a test for OMP_TARGET_OFFLOAD=disabled (#146385)Ye Luo
2025-06-29[OpenMP] Fix crash with duplicate mapping on target directive (#146136)Julian Brown
2025-06-23[Offload] Fix entry_points.td test (#145292)Ross Brunton
2025-06-12[Offload][PGO] Fix new GPU PGO tests (#143645)Ethan Luis McDonough
2025-06-11[Clang][OpenMP] Fix mapping of arrays of structs with members with mappers (#...Abhinav Gaba
2025-06-05[Offload] Fix APU detection for MI300 testing (#143026)Joseph Huber
2025-06-03[OpenMP][Offload] Fix typo in error message (#142589)Jan Patrick Lehr
2025-06-02[Offload] Make AMDGPU plugin handle empty allocation properly (#142383)Joseph Huber
2025-05-28[Offload] Fix broken tablegen test after #140879 (#141796)Ross Brunton
2025-05-20[OpenMP][GPU][FIX] Enable generic barriers in single threaded contexts (#140786)Johannes Doerfert
2025-05-14[PGO][Offload] Update PGO GPU tests (#132262)Ethan Luis McDonough
2025-05-12[Flang][OpenMP] Initial defaultmap implementation (#135226)agozillon
2025-05-09[Flang][OpenMP] Generate correct present checks for implicit maps of optional...agozillon
2025-04-29[Offload] Add check-offload-unit for liboffload unittests (#137312)Callum Fare
2025-04-23[Offload] Fix handling of 'bare' mode when environment missing (#136794)Joseph Huber
2025-04-22[Offload] Implement the remaining initial Offload API (#122106)Callum Fare
2025-04-18[Offload] Fix JIT testJoseph Huber
2025-04-18[Offload] Fix typo on `-Xoffload-linker`Joseph Huber
2025-04-18[OpenMP] Remove 'libomptarget.devicertl.a' fatbinary and use static library (...Joseph Huber
2025-04-14[Flang][OpenMP][MLIR] Check for presence of Box type before emitting store in...agozillon
2025-04-10[AMDGPU] Fix code object version not being set to 'none' (#135036)Joseph Huber
2025-04-09Revert "Reland "Symbolize line zero as if no source info is available (#12484...Zequan Wu
2025-04-09[PGO][Offload] Use %profdata in PGO tests (#135015)Joel E. Denny
2025-04-07[MLIR][OpenMP] Add codegen for teams reductions (#133310)Jan Leyonberg
2025-03-31Reland "Symbolize line zero as if no source info is available (#124846)" (#13...Zequan Wu
2025-03-28[PGO][Offload] Disable PGO on NVPTX (#133522)Ethan Luis McDonough
2025-03-28[offload] Remove bad assert in StaticLoopChunker::Distribute (#132705)macurtis-amd
2025-03-19[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)Ethan Luis McDonough
2025-03-12[flang][OpenMP] Map ByRef if size/alignment exceed that of a pointer (#130832)Krzysztof Parzyszek
2025-03-10[flang][OpenMP] Implement HAS_DEVICE_ADDR clause (#128568)Krzysztof Parzyszek
2025-03-07[Flang][OpenMP][MLIR] Implement close, present and ompx_hold modifiers for Fl...agozillon
2025-02-25[Offload][OpenMP] Fix check-prefix (#128599)Jan Patrick Lehr
2025-02-24Revert "[Offload] Fix assumptions on symbols after #124846 (#126238)"Zequan Wu
2025-02-19[AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and libclc (#125826)Fabian Ritter
2025-02-18[MLIR][OpenMP] Add LLVM translation support for OpenMP UserDefinedMappers (#1...Akash Banerjee
2025-02-14Reapply "[LinkerWrapper] Clean up options after proper forwarding" (#126495)Joseph Huber
2025-02-12[PGO][Offload] Fix pgo1.c (#126864)Ethan Luis McDonough
2025-02-11 [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (#...Ethan Luis McDonough
2025-02-07[Offload] Fix assumptions on symbols after #124846 (#126238)Jan Patrick Lehr
2025-02-06Update test for symbolizer fixDavid Blaikie
2025-02-02[offload] [test] Use test compiler ID rather than host (#124408)Michał Górny
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss
2025-01-30[Flang][MLIR][OpenMP] Fix Target Data if (present(...)) causing LLVM-IR branc...agozillon
2025-01-29[MLIR][OpenMP] Emit nullary check for mapped pointer members and appropriate ...agozillon
2025-01-28[Offload] Rework offloading entry type to be more generic (#124018)Joseph Huber
2025-01-24[Offload] Move RPC server handling to a dedicated thread (#112988)Joseph Huber
2025-01-20[OpenMP] Fix mispelled attribute and warningJoseph Huber
2025-01-14[Offload][PGO] Fix dump of array in ProfData (#122039)Jinsong Ji