aboutsummaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen/cuda
AgeCommit message (Expand)AuthorFilesLines
2025-11-06[OpenMP] Fix tests relying on the heap size variableJoseph Huber1-0/+1
2025-11-06[Offload] Remove handling for device memory pool (#163629)Joseph Huber1-5/+0
2025-11-04[Offload] Add device UID (#164391)Robert Imschweiler3-0/+12
2025-10-09[OFFLOAD] Remove unused init_device_info plugin interface (#162650)Alex Duran1-17/+0
2025-10-02[OFFLOAD] Restore interop functionality (#161429)Alex Duran1-0/+44
2025-09-26[Offload] Use Error for allocating/deallocating in plugins (#160811)Kevin Sala Penades1-27/+18
2025-09-20[Offload] Remove non-blocking allocation type (#159851)Joseph Huber1-19/+0
2025-09-19[OpenMP][NFC] Clean up a bunch of warnings and clang-tidy messages (#159831)Joseph Huber1-4/+4
2025-09-17[LLVM] Fix offload and update CUDA ABI for all SM values (#159354)Joseph Huber1-1/+1
2025-09-16[Offload] Copy loaded images into managed storage (#158748)Joseph Huber1-15/+10
2025-08-29[Offload] Add `OL_DEVICE_INFO_MAX_WORK_SIZE[_PER_DIMENSION]` (#155823)Ross Brunton1-1/+7
2025-08-28[Offload] Add PRODUCT_NAME device info (#155632)Ross Brunton1-1/+3
2025-08-27[NFC][offload] Fix error message for cuFuncSetAttribute (#155655)Kevin Sala Penades1-1/+1
2025-08-22[Offload] Implement olMemFill (#154102)Callum Fare3-0/+75
2025-08-22[Offload] `OL_EVENT_INFO_IS_COMPLETE` (#153194)Ross Brunton3-0/+16
2025-08-19[Offload] Add olCalculateOptimalOccupancy (#142950)Ross Brunton3-0/+18
2025-08-19[Offload] Define additional device info properties (#152533)Rafal Bielski1-4/+13
2025-08-15[Offload] Introduce dataFence plugin interface. (#153793)Abhinav Gaba1-0/+7
2025-08-15[Offload] `olLaunchHostFunction` (#152482)Ross Brunton1-0/+13
2025-08-13[Offload] Implement hasPendingWork on CUDA (#152728)Callum Fare1-2/+12
2025-08-10[Offload] Fix return error with a condition (#152876)Kevin Sala Penades1-3/+4
2025-08-08[Offload] Make olLaunchKernel test thread safe (#149497)Ross Brunton1-17/+15
2025-08-07[Offload] Don't create events for empty queues (#152304)Ross Brunton1-0/+5
2025-08-04[Offload] Rework `MAX_WORK_GROUP_SIZE` (#151926)Ross Brunton1-2/+3
2025-07-21[LLVM] Update CUDA ELF flags for their new ABI (#149534)Joseph Huber1-1/+5
2025-07-18[Offload] Allow "tagging" device info entries with offload keys (#147317)Ross Brunton1-4/+6
2025-07-14[Offload] Return error rather than dropping it (#148609)Ross Brunton1-1/+1
2025-07-10[Offload] Allow querying the size of globals (#147698)Ross Brunton1-1/+3
2025-07-08[Offload] Implement 'Vendor Name' device info for CUDA (#147334)Callum Fare1-0/+2
2025-07-07[Offload] Allow CUDA Kernels to use arbitrarily large shared memory (#145963)Giorgi Gvalia3-0/+16
2025-06-27[Offload] Make CUDA Driver Version a string (#146049)Ross Brunton1-1/+3
2025-06-25[Offload] Add an `unloadBinary` interface to PluginInterface (#143873)Ross Brunton1-14/+13
2025-06-13[Offload] Replace device info queue with a tree (#144050)Ross Brunton1-10/+11
2025-05-20[Offload] Use new error code handling mechanism and lower-case messages (#139...Ross Brunton2-71/+107
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss1-5/+5
2025-01-24[Offload] Add cuLaunchHostFunc to dynamic cudaJoseph Huber2-2/+5
2025-01-24[Offload] Move RPC server handling to a dedicated thread (#112988)Joseph Huber3-22/+21
2024-12-06[Offload][OMPX] Add the runtime support for multi-dim grid and block (#118042)Shilei Tian1-10/+9
2024-12-02[OpenMP] Unconditionally provide an RPC client interface for OpenMP (#117933)Joseph Huber1-3/+1
2024-09-05[Offload][NFC] Reorganize `utils::` and make Device/Host/Shared clearer (#100...Johannes Doerfert1-1/+1
2024-06-13[Offload] Use flat array for cuLaunchKernel (#95116)Johannes Doerfert2-10/+22
2024-06-06[Libomptarget] Rework device initialization and image registration (#93844)Joseph Huber1-29/+26
2024-05-23[Offload] Fix enabling plugins on unsupported platforms (#93186)Joseph Huber1-7/+0
2024-05-22[Offload] Rework handling for loading vendor runtimes (#93073)Joseph Huber1-2/+2
2024-05-22[Offload] Use newer CUDA API functions when dynamically loaded (#93057)Joseph Huber1-0/+9
2024-05-22[Offload] libomptarget force dlopen vendor libraries by default. (#92788)Ye Luo1-1/+1
2024-05-17[Offload][NFC] Remove 'libomptarget' message helpers (#92581)Joseph Huber1-6/+6
2024-05-17[Offload][NFC] Remove all trailing whitespace from offload/ (#92578)Joseph Huber1-1/+1
2024-05-17[Offload][NFC] Remove header license in CMake files (#92544)Joseph Huber1-11/+0
2024-05-14[Offload] Remove support for old "BUILD_PLUGIN" options. (#91644)Joseph Huber1-7/+0