summaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen
AgeCommit message (Expand)Author
2025-09-08[OpenMP] Move `__omp_rtl_data_environment' handling to OpenMP (#157182)Joseph Huber
2025-09-01[OpenMP][Offload] Mark `SPMD_NO_LOOP` as a valid exec mode (#155990)Ross Brunton
2025-08-29[Offload] Add `OL_DEVICE_INFO_MAX_WORK_SIZE[_PER_DIMENSION]` (#155823)Ross Brunton
2025-08-29[Offload] Improve `olDestroyQueue` logic (#153041)Ross Brunton
2025-08-28[Offload] Add PRODUCT_NAME device info (#155632)Ross Brunton
2025-08-28[OpenMP][Offload] Add SPMD-No-Loop mode to OpenMP offload runtime (#154105)Dominik Adamski
2025-08-27[NFC][offload] Fix error message for cuFuncSetAttribute (#155655)Kevin Sala Penades
2025-08-26[Offload] Full AMD support for olMemFill (#154958)Ross Brunton
2025-08-22[Offload] Implement olMemFill (#154102)Callum Fare
2025-08-22[Offload] `OL_EVENT_INFO_IS_COMPLETE` (#153194)Ross Brunton
2025-08-19[Offload] Add olCalculateOptimalOccupancy (#142950)Ross Brunton
2025-08-19[Offload] Define additional device info properties (#152533)Rafal Bielski
2025-08-15[Offload] Introduce dataFence plugin interface. (#153793)Abhinav Gaba
2025-08-15[Offload] `olLaunchHostFunction` (#152482)Ross Brunton
2025-08-13[Offload] Implement hasPendingWork on CUDA (#152728)Callum Fare
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-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-04[Offload] Rework `MAX_WORK_GROUP_SIZE` (#151926)Ross Brunton
2025-07-25[Offload] Erase entries from JIT cache when program is destroyed (#148847)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-14[Offload] Return error rather than dropping it (#148609)Ross Brunton
2025-07-10[Offload] Allow querying the size of globals (#147698)Ross Brunton
2025-07-09[Offload] Generate OffloadInfo.inc (#147316)Ross Brunton
2025-07-08[Offload] Provide proper memory management for Images on host device (#146066)Ross Brunton
2025-07-08[Offload] Implement 'Vendor Name' device info for CUDA (#147334)Callum Fare
2025-07-07[Offload] Allow CUDA Kernels to use arbitrarily large shared memory (#145963)Giorgi Gvalia
2025-07-04[Offload][amdgpu] Map `INVALID_CODE_OBJECT` to `INVALID_BINARY` (#147070)Ross Brunton
2025-07-02[Offload] Store kernel name in GenericKernelTy (#142799)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-20[Offload] Add type information to device info nodes (#144535)Ross Brunton
2025-06-13[Offload] Replace device info queue with a tree (#144050)Ross Brunton
2025-06-10[PGO][Offload] Fix offload coverage mapping (#143490)Ethan Luis McDonough
2025-06-04[Offload] Explicitly create directories that contain tablegen output (#142817)Callum Fare
2025-06-03[Offload] Don't check in generated files (#141982)Callum Fare
2025-06-02[Offload] Optimistically accept SM architectures (#142399)Joseph Huber
2025-06-02[Offload][AMDGPU] Correctly handle variable implicit argument sizes (#142199)Joseph Huber
2025-06-02[Offload] Make AMDGPU plugin handle empty allocation properly (#142383)Joseph Huber
2025-05-20[Offload] Use new error code handling mechanism and lower-case messages (#139...Ross Brunton
2025-05-19[Offload] Add Error Codes to PluginInterface (#138258)Ross Brunton