summaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)Author
2025-08-13[Offload] Store globals in the program's global list rather than the kernel l...Ross Brunton
2025-08-13[Offload] Implement hasPendingWork on CUDA (#152728)Callum Fare
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-10[Offload][NFC] Re-enable clang-format for omptarget.h (#152937)Kevin Sala Penades
2025-08-10[Offload] Fix return error with a condition (#152876)Kevin Sala Penades
2025-08-08[Offload] Make olLaunchKernel test thread safe (#149497)Ross Brunton
2025-08-08[Offload] OL_QUEUE_INFO_EMPTY (#152473)Ross Brunton
2025-08-07[Offload][Conformance] Add support for CUDA Math and HIP Math providers (#152...Leandro Lacerda
2025-08-07[NFC][Offload] Move conformance test warning outside of function (#152466)Ross Brunton
2025-08-07[Offload] Don't create events for empty queues (#152304)Ross Brunton
2025-08-06[AMDGPU][Offload] Enable memory manager use for up to ~3GB allocation size in...hidekisaito
2025-08-06[OFFLOAD] Fix typo in assert (#152316)Alex Duran
2025-08-06[OFFLOAD][OPENMP] 6.0 compatible interop interface (#143491)Alex Duran
2025-08-06[NFC][Offload] Clarify `olDestroyQueue` (#152132)Ross Brunton
2025-08-05[OpenMP] Fix weak linkage on malloc declarationJoseph Huber
2025-08-05[Offload][Conformance] Add tests for single-precision math functions (#152013)Leandro Lacerda
2025-08-04[Offload] Rework `MAX_WORK_GROUP_SIZE` (#151926)Ross Brunton
2025-08-04[Offload][UnitTests] Build device code as C++ (#151714)Leandro Lacerda
2025-08-02[Offload][UnitTests] Fix incorrect CUDA path variable in CMake helper (#151820)Leandro Lacerda
2025-08-01[OpenMP] Use the `libc` malloc for AMDGPU if available (#151241)Joseph Huber
2025-07-30[offload] Add missing build dependency (#149326)Joachim
2025-07-29[Offload] Add framework for math conformance tests (#149242)Leandro Lacerda
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[Offload] Erase entries from JIT cache when program is destroyed (#148847)Ross Brunton
2025-07-25[Flang][OpenMP] Appropriately emit present/load/store in all cases in MapInfo...agozillon
2025-07-25[Offload] Refactor device information queries to use new tagging (#147318)Ross Brunton
2025-07-24[Offload] Fix olWaitEvents tests after change to events API (#150465)Callum Fare
2025-07-24[Offload] Replace "EventOut" parameters with `olCreateEvent` (#150217)Ross Brunton
2025-07-23[AMDGPU][Offload][LIT] Run unified_shared_memory tests on gfx950 (#150372)hidekisaito
2025-07-23[Offload] Add olWaitEvents (#150036)Ross Brunton
2025-07-23[Offload] Rename olWaitEvent/Queue to olSyncEvent/Queue (#150023)Ross Brunton
2025-07-21[LLVM] Update CUDA ELF flags for their new ABI (#149534)Joseph Huber
2025-07-21[Offload] Verify SyncCycle for events in AMDGPU (#149524)Ross Brunton
2025-07-18[Offload] Allow "tagging" device info entries with offload keys (#147317)Ross Brunton
2025-07-18[Offload] Implement event sync in amdgpu (#149300)Ross Brunton
2025-07-16[Offload] Cache symbols in program (#148209)Ross Brunton
2025-07-14[Offload] Check plugins aren't already deinitialized when tearing down (#148642)Callum Fare
2025-07-14[Offload] Skip event tests on AMDGPU (#148632)Kenneth Benzie (Benie)
2025-07-14[Offload] Return error rather than dropping it (#148609)Ross Brunton
2025-07-14[Offload] Add tagged type to enumerator docs (#147998)Kenneth Benzie (Benie)
2025-07-11[Offload] Add global variable address/size queries (#147972)Ross Brunton
2025-07-11[Offload] Add `olGetSymbolInfo[Size]` (#147962)Ross Brunton
2025-07-11[Offload] Replace `GetKernel` with `GetSymbol` with global support (#148221)Ross Brunton
2025-07-10[Offload] Change `ol_kernel_handle_t` -> `ol_symbol_handle_t` (#147943)Ross Brunton
2025-07-10[Offload] Allow querying the size of globals (#147698)Ross Brunton