summaryrefslogtreecommitdiff
path: root/offload/unittests/OffloadAPI/kernel
AgeCommit message (Expand)Author
2025-10-06[Offload] Remove check on kernel argument sizes (#162121)Joseph Huber
2025-08-19[Offload] Add olCalculateOptimalOccupancy (#142950)Ross Brunton
2025-08-08[Offload] Make olLaunchKernel test thread safe (#149497)Ross Brunton
2025-07-24[Offload] Replace "EventOut" parameters with `olCreateEvent` (#150217)Ross Brunton
2025-07-23[Offload] Rename olWaitEvent/Queue to olSyncEvent/Queue (#150023)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-09[Offload] Tests for global memory and constructors (#147537)Ross Brunton
2025-07-07[Offload] Add liboffload unit tests for shared/local memory (#147040)Ross Brunton
2025-06-23[Offload] Fix type mismatch warning in test (#143700)Ross Brunton
2025-06-12[Offload] Add `ol_dimensions_t` and convert ranges from size_t -> uint32_t (#...Ross Brunton
2025-06-06[Offload] Allow setting null arguments in olLaunchKernel (#141958)Ross Brunton
2025-06-02[Offload] Set size correctly in olLaunchKernel cts test (#142398)Ross Brunton
2025-05-20[Offload] Use new error code handling mechanism and lower-case messages (#139...Ross Brunton
2025-05-02[Offload] Ensure all `llvm::Error`s are handled (#137339)Ross Brunton
2025-04-29[Offload] Add check-offload-unit for liboffload unittests (#137312)Callum Fare
2025-04-22[Offload] Implement the remaining initial Offload API (#122106)Callum Fare