summaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)Author
2025-07-02[Offload] Add missing license header to Common.td (#146737)Callum Fare
2025-07-02[Offload] Add `MAX_WORK_GROUP_SIZE` device info query (#143718)Ross Brunton
2025-07-02[Offload] Store kernel name in GenericKernelTy (#142799)Ross Brunton
2025-07-02[Offload] Improve liboffload documentation (#142403)Callum Fare
2025-07-01[Offload][cmake] Add GPU test job limit for AMDGPU buildbot cmake cache (#146...Kewen12
2025-07-01[Offload] Add skeleton for offload conformance tests (#146391)Joseph Huber
2025-07-01[NFC][Offload] Fix possible edge cases in offload-tblgen (#146511)Callum Fare
2025-06-30[libomptarget] Add a test for OMP_TARGET_OFFLOAD=disabled (#146385)Ye Luo
2025-06-30[Offload] Refactor device/platform info queries (#146345)Ross Brunton
2025-06-30[Offload] Implement `olShutDown` (#144055)Ross Brunton
2025-06-29[OpenMP] Fix crash with duplicate mapping on target directive (#146136)Julian Brown
2025-06-27[Offload] Store device info tree in device handle (#145913)Ross Brunton
2025-06-27[Offload] Make CUDA Driver Version a string (#146049)Ross Brunton
2025-06-26[Offload] Add default for HSA agent type to silence warning (#145943)Joseph Huber
2025-06-25[Offload] Add a stub unloadBinaryImpl for host device (#145716)Ross Brunton
2025-06-25[Offload] Add an `unloadBinary` interface to PluginInterface (#143873)Ross Brunton
2025-06-24[Offload] Properly report errors when jit compiling (#145498)Ross Brunton
2025-06-24[Offload] Fix cmake warning (#145488)Ross Brunton
2025-06-23[Offload] Fix entry_points.td test (#145292)Ross Brunton
2025-06-23[Offload] Fix type mismatch warning in test (#143700)Ross Brunton
2025-06-20[Offload] Rework compiling device code for unit test suites (#144776)Joseph Huber
2025-06-20[Offload] Add type information to device info nodes (#144535)Ross Brunton
2025-06-20[Offload] Check for initialization (#144370)Ross Brunton
2025-06-19[Offload] Move (most) global state to an `OffloadContext` struct (#144494)Ross Brunton
2025-06-17[Offload][libc] Add cmake cache AMDGPU buildbot (#144500)Jan Patrick Lehr
2025-06-13[Offload] Replace device info queue with a tree (#144050)Ross Brunton
2025-06-12[Offload][PGO] Fix new GPU PGO tests (#143645)Ethan Luis McDonough
2025-06-12[Offload] Add `ol_dimensions_t` and convert ranges from size_t -> uint32_t (#...Ross Brunton
2025-06-11[Clang][OpenMP] Fix mapping of arrays of structs with members with mappers (#...Abhinav Gaba
2025-06-11[OpenMP][Offload] Update the Logic for Configuring Auto Zero-Copy (#143638)Kewen12
2025-06-10[PGO][Offload] Fix offload coverage mapping (#143490)Ethan Luis McDonough
2025-06-09[Offload] Add `OFFLOAD_INCLUDE_TESTS` (#143388)Ross Brunton
2025-06-06[Offload] Make olMemcpy src parameter const (#143161)Callum Fare
2025-06-06[Offload] Allow setting null arguments in olLaunchKernel (#141958)Ross Brunton
2025-06-05[Offload] Fix APU detection for MI300 testing (#143026)Joseph Huber
2025-06-04[Offload] Explicitly create directories that contain tablegen output (#142817)Callum Fare
2025-06-04[Offload] Fix missing dependencies in Offload API generation (#142776)Callum Fare
2025-06-03[Offload] Don't check in generated files (#141982)Callum Fare
2025-06-03[OpenMP][Offload] Fix typo in error message (#142589)Jan Patrick Lehr
2025-06-02[Offload] Optimistically accept SM architectures (#142399)Joseph Huber
2025-06-02[Offload] Split offload unittests into multiple files (#142418)Ross Brunton
2025-06-02[Offload][AMDGPU] Correctly handle variable implicit argument sizes (#142199)Joseph Huber
2025-06-02[Offload] Set size correctly in olLaunchKernel cts test (#142398)Ross Brunton
2025-06-02[Offload] Make AMDGPU plugin handle empty allocation properly (#142383)Joseph Huber
2025-05-29[Offload] Fix Error checking (#141939)Ross Brunton
2025-05-28[Offload] Fix broken tablegen test after #140879 (#141796)Ross Brunton
2025-05-28[Offload] Add specifier for the host type (#141635)Joseph Huber
2025-05-27[Offload] Fix segfault when looking for host device name (#141632)Joseph Huber
2025-05-27[Offload][NFCI] Remove coupling to `omp` target for version scripting (#141637)Joseph Huber
2025-05-27[Offload] Use llvm::Error throughout liboffload internals (#140879)Ross Brunton