aboutsummaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)AuthorFilesLines
2025-07-02[Offload] Add missing license header to Common.td (#146737)Callum Fare1-0/+12
2025-07-02[Offload] Add `MAX_WORK_GROUP_SIZE` device info query (#143718)Ross Brunton5-1/+64
2025-07-02[Offload] Store kernel name in GenericKernelTy (#142799)Ross Brunton2-3/+3
2025-07-02[Offload] Improve liboffload documentation (#142403)Callum Fare3-43/+102
2025-07-01[Offload][cmake] Add GPU test job limit for AMDGPU buildbot cmake cache (#146...Kewen121-0/+1
2025-07-01[Offload] Add skeleton for offload conformance tests (#146391)Joseph Huber5-0/+49
2025-07-01[NFC][Offload] Fix possible edge cases in offload-tblgen (#146511)Callum Fare2-4/+11
2025-06-30[libomptarget] Add a test for OMP_TARGET_OFFLOAD=disabled (#146385)Ye Luo1-0/+22
2025-06-30[Offload] Refactor device/platform info queries (#146345)Ross Brunton2-50/+90
2025-06-30[Offload] Implement `olShutDown` (#144055)Ross Brunton3-22/+61
2025-06-29[OpenMP] Fix crash with duplicate mapping on target directive (#146136)Julian Brown3-0/+78
2025-06-27[Offload] Store device info tree in device handle (#145913)Ross Brunton1-20/+21
2025-06-27[Offload] Make CUDA Driver Version a string (#146049)Ross Brunton1-1/+3
2025-06-26[Offload] Add default for HSA agent type to silence warning (#145943)Joseph Huber1-0/+3
2025-06-25[Offload] Add a stub unloadBinaryImpl for host device (#145716)Ross Brunton1-0/+6
2025-06-25[Offload] Add an `unloadBinary` interface to PluginInterface (#143873)Ross Brunton6-66/+77
2025-06-24[Offload] Properly report errors when jit compiling (#145498)Ross Brunton3-2/+5
2025-06-24[Offload] Fix cmake warning (#145488)Ross Brunton1-1/+1
2025-06-23[Offload] Fix entry_points.td test (#145292)Ross Brunton1-2/+2
2025-06-23[Offload] Fix type mismatch warning in test (#143700)Ross Brunton1-2/+2
2025-06-20[Offload] Rework compiling device code for unit test suites (#144776)Joseph Huber2-68/+74
2025-06-20[Offload] Add type information to device info nodes (#144535)Ross Brunton2-21/+38
2025-06-20[Offload] Check for initialization (#144370)Ross Brunton7-1/+44
2025-06-19[Offload] Move (most) global state to an `OffloadContext` struct (#144494)Ross Brunton4-56/+80
2025-06-17[Offload][libc] Add cmake cache AMDGPU buildbot (#144500)Jan Patrick Lehr1-0/+20
2025-06-13[Offload] Replace device info queue with a tree (#144050)Ross Brunton6-106/+125
2025-06-12[Offload][PGO] Fix new GPU PGO tests (#143645)Ethan Luis McDonough2-6/+6
2025-06-12[Offload] Add `ol_dimensions_t` and convert ranges from size_t -> uint32_t (#...Ross Brunton4-21/+22
2025-06-11[Clang][OpenMP] Fix mapping of arrays of structs with members with mappers (#...Abhinav Gaba1-4/+2
2025-06-11[OpenMP][Offload] Update the Logic for Configuring Auto Zero-Copy (#143638)Kewen121-7/+7
2025-06-10[PGO][Offload] Fix offload coverage mapping (#143490)Ethan Luis McDonough3-23/+19
2025-06-09[Offload] Add `OFFLOAD_INCLUDE_TESTS` (#143388)Ross Brunton1-10/+14
2025-06-06[Offload] Make olMemcpy src parameter const (#143161)Callum Fare2-2/+2
2025-06-06[Offload] Allow setting null arguments in olLaunchKernel (#141958)Ross Brunton4-6/+35
2025-06-05[Offload] Fix APU detection for MI300 testing (#143026)Joseph Huber1-2/+1
2025-06-04[Offload] Explicitly create directories that contain tablegen output (#142817)Callum Fare2-0/+2
2025-06-04[Offload] Fix missing dependencies in Offload API generation (#142776)Callum Fare1-0/+2
2025-06-03[Offload] Don't check in generated files (#141982)Callum Fare15-2768/+70
2025-06-03[OpenMP][Offload] Fix typo in error message (#142589)Jan Patrick Lehr4-4/+4
2025-06-02[Offload] Optimistically accept SM architectures (#142399)Joseph Huber1-2/+1
2025-06-02[Offload] Split offload unittests into multiple files (#142418)Ross Brunton2-25/+41
2025-06-02[Offload][AMDGPU] Correctly handle variable implicit argument sizes (#142199)Joseph Huber2-20/+49
2025-06-02[Offload] Set size correctly in olLaunchKernel cts test (#142398)Ross Brunton2-5/+8
2025-06-02[Offload] Make AMDGPU plugin handle empty allocation properly (#142383)Joseph Huber2-4/+7
2025-05-29[Offload] Fix Error checking (#141939)Ross Brunton1-7/+9
2025-05-28[Offload] Fix broken tablegen test after #140879 (#141796)Ross Brunton2-3/+3
2025-05-28[Offload] Add specifier for the host type (#141635)Joseph Huber5-1/+15
2025-05-27[Offload] Fix segfault when looking for host device name (#141632)Joseph Huber2-0/+16
2025-05-27[Offload][NFCI] Remove coupling to `omp` target for version scripting (#141637)Joseph Huber3-13/+4
2025-05-27[Offload] Use llvm::Error throughout liboffload internals (#140879)Ross Brunton8-320/+334