summaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen/cuda
AgeCommit message (Expand)Author
2025-11-13[Offload] Add device info for shared memory (#167817)Kevin Sala Penades
2025-11-06[OpenMP] Fix tests relying on the heap size variableJoseph Huber
2025-11-06[Offload] Remove handling for device memory pool (#163629)Joseph Huber
2025-11-04[Offload] Add device UID (#164391)Robert Imschweiler
2025-10-09[OFFLOAD] Remove unused init_device_info plugin interface (#162650)Alex Duran
2025-10-02[OFFLOAD] Restore interop functionality (#161429)Alex Duran
2025-09-26[Offload] Use Error for allocating/deallocating in plugins (#160811)Kevin Sala Penades
2025-09-20[Offload] Remove non-blocking allocation type (#159851)Joseph Huber
2025-09-19[OpenMP][NFC] Clean up a bunch of warnings and clang-tidy messages (#159831)Joseph Huber
2025-09-17[LLVM] Fix offload and update CUDA ABI for all SM values (#159354)Joseph Huber
2025-09-16[Offload] Copy loaded images into managed storage (#158748)Joseph Huber
2025-08-29[Offload] Add `OL_DEVICE_INFO_MAX_WORK_SIZE[_PER_DIMENSION]` (#155823)Ross Brunton
2025-08-28[Offload] Add PRODUCT_NAME device info (#155632)Ross Brunton
2025-08-27[NFC][offload] Fix error message for cuFuncSetAttribute (#155655)Kevin Sala Penades
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-04[Offload] Rework `MAX_WORK_GROUP_SIZE` (#151926)Ross Brunton
2025-07-21[LLVM] Update CUDA ELF flags for their new ABI (#149534)Joseph Huber
2025-07-18[Offload] Allow "tagging" device info entries with offload keys (#147317)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-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-06-27[Offload] Make CUDA Driver Version a string (#146049)Ross Brunton
2025-06-25[Offload] Add an `unloadBinary` interface to PluginInterface (#143873)Ross Brunton
2025-06-13[Offload] Replace device info queue with a tree (#144050)Ross Brunton
2025-05-20[Offload] Use new error code handling mechanism and lower-case messages (#139...Ross Brunton
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss
2025-01-24[Offload] Add cuLaunchHostFunc to dynamic cudaJoseph Huber
2025-01-24[Offload] Move RPC server handling to a dedicated thread (#112988)Joseph Huber
2024-12-06[Offload][OMPX] Add the runtime support for multi-dim grid and block (#118042)Shilei Tian
2024-12-02[OpenMP] Unconditionally provide an RPC client interface for OpenMP (#117933)Joseph Huber
2024-09-05[Offload][NFC] Reorganize `utils::` and make Device/Host/Shared clearer (#100...Johannes Doerfert
2024-06-13[Offload] Use flat array for cuLaunchKernel (#95116)Johannes Doerfert
2024-06-06[Libomptarget] Rework device initialization and image registration (#93844)Joseph Huber
2024-05-23[Offload] Fix enabling plugins on unsupported platforms (#93186)Joseph Huber
2024-05-22[Offload] Rework handling for loading vendor runtimes (#93073)Joseph Huber
2024-05-22[Offload] Use newer CUDA API functions when dynamically loaded (#93057)Joseph Huber
2024-05-22[Offload] libomptarget force dlopen vendor libraries by default. (#92788)Ye Luo
2024-05-17[Offload][NFC] Remove 'libomptarget' message helpers (#92581)Joseph Huber
2024-05-17[Offload][NFC] Remove all trailing whitespace from offload/ (#92578)Joseph Huber
2024-05-17[Offload][NFC] Remove header license in CMake files (#92544)Joseph Huber