aboutsummaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2025-11-13[Offload] Add device info for shared memory (#167817)Kevin Sala Penades1-0/+13
2025-11-06[Offload] Remove handling for device memory pool (#163629)Joseph Huber1-14/+0
2025-11-04[Offload] Add device UID (#164391)Robert Imschweiler2-0/+15
2025-10-22[OpenMP] Adds omp_target_is_accessible routine (#138294)Nicole Aschenbrenner1-0/+24
2025-10-21[Offload] Use `amd_signal_async_handler` for host function calls (#154131)Ross Brunton1-18/+32
2025-10-09[OFFLOAD] Remove unused init_device_info plugin interface (#162650)Alex Duran1-11/+1
2025-10-06[Offload] Remove check on kernel argument sizes (#162121)Joseph Huber1-5/+0
2025-10-02[OFFLOAD] Restore interop functionality (#161429)Alex Duran1-0/+31
2025-09-26[Offload] Use Error for allocating/deallocating in plugins (#160811)Kevin Sala Penades1-43/+34
2025-09-20[Offload] Remove non-blocking allocation type (#159851)Joseph Huber1-2/+0
2025-09-19[OpenMP][NFC] Clean up a bunch of warnings and clang-tidy messages (#159831)Joseph Huber1-22/+25
2025-09-16[Offload] Copy loaded images into managed storage (#158748)Joseph Huber1-14/+14
2025-08-29[Offload] Add `OL_DEVICE_INFO_MAX_WORK_SIZE[_PER_DIMENSION]` (#155823)Ross Brunton1-2/+3
2025-08-28[Offload] Add PRODUCT_NAME device info (#155632)Ross Brunton1-1/+1
2025-08-26[Offload] Full AMD support for olMemFill (#154958)Ross Brunton1-25/+88
2025-08-22[Offload] Implement olMemFill (#154102)Callum Fare1-0/+25
2025-08-22[Offload] `OL_EVENT_INFO_IS_COMPLETE` (#153194)Ross Brunton1-0/+22
2025-08-19[Offload] Add olCalculateOptimalOccupancy (#142950)Ross Brunton1-0/+10
2025-08-19[Offload] Define additional device info properties (#152533)Rafal Bielski3-3/+29
2025-08-15[Offload] Introduce dataFence plugin interface. (#153793)Abhinav Gaba1-0/+7
2025-08-15[Offload] `olLaunchHostFunction` (#152482)Ross Brunton1-0/+48
2025-08-08[Offload] Make olLaunchKernel test thread safe (#149497)Ross Brunton1-13/+12
2025-08-07[Offload] Don't create events for empty queues (#152304)Ross Brunton1-0/+11
2025-08-06[AMDGPU][Offload] Enable memory manager use for up to ~3GB allocation size in...hidekisaito1-0/+34
2025-08-04[Offload] Rework `MAX_WORK_GROUP_SIZE` (#151926)Ross Brunton1-2/+3
2025-07-21[Offload] Verify SyncCycle for events in AMDGPU (#149524)Ross Brunton1-0/+5
2025-07-18[Offload] Allow "tagging" device info entries with offload keys (#147317)Ross Brunton1-4/+7
2025-07-18[Offload] Implement event sync in amdgpu (#149300)Ross Brunton1-2/+50
2025-07-10[Offload] Allow querying the size of globals (#147698)Ross Brunton1-2/+3
2025-07-04[Offload][amdgpu] Map `INVALID_CODE_OBJECT` to `INVALID_BINARY` (#147070)Ross Brunton1-0/+3
2025-06-26[Offload] Add default for HSA agent type to silence warning (#145943)Joseph Huber1-0/+3
2025-06-25[Offload] Add an `unloadBinary` interface to PluginInterface (#143873)Ross Brunton1-13/+7
2025-06-13[Offload] Replace device info queue with a tree (#144050)Ross Brunton1-22/+23
2025-06-02[Offload][AMDGPU] Correctly handle variable implicit argument sizes (#142199)Joseph Huber2-20/+49
2025-06-02[Offload] Make AMDGPU plugin handle empty allocation properly (#142383)Joseph Huber1-4/+1
2025-05-20[Offload] Use new error code handling mechanism and lower-case messages (#139...Ross Brunton2-70/+106
2025-03-26[Offload] Guard HSA implicit arguments if they aren't created (#133073)Joseph Huber1-21/+18
2025-03-24[Offload] Remove handling for COV4 binaries from offload/ (#131033)Joseph Huber2-24/+13
2025-02-19[AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and libclc (#125826)Fabian Ritter1-6/+0
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss1-24/+24
2025-01-24[Offload] Move RPC server handling to a dedicated thread (#112988)Joseph Huber1-27/+32
2024-12-09[Offload][AMDGPU] accept generic target (#118919)hidekisaito1-21/+22
2024-12-06[Offload][OMPX] Add the runtime support for multi-dim grid and block (#118042)Shilei Tian1-31/+38
2024-12-04Fix to account for multiple ISA enumeration (#118676)hidekisaito1-1/+1
2024-12-04[offload] Standalone build fixes (#118173)Michał Górny1-2/+1
2024-12-02[OpenMP] Unconditionally provide an RPC client interface for OpenMP (#117933)Joseph Huber1-3/+1
2024-11-22[AMDGPU] Remove uses of deprecreated HSA executable functions (#117241)Joseph Huber3-14/+39
2024-10-29[OpenMP] Add support for custom callback in AMDGPUStream (#112785)Joseph Huber1-25/+44
2024-09-05[Offload][NFC] Reorganize `utils::` and make Device/Host/Shared clearer (#100...Johannes Doerfert2-44/+49
2024-08-21[Offload] Improve error reporting on memory faults (#104254)Johannes Doerfert1-1/+11