summaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen
AgeCommit message (Expand)Author
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
2025-05-13[Offload] Remove unused field IsBareKernel. (#139815)Dhruva Chakrabarti
2025-04-23[Offload] Fix handling of 'bare' mode when environment missing (#136794)Joseph Huber
2025-03-26[Offload] Guard HSA implicit arguments if they aren't created (#133073)Joseph Huber
2025-03-24[Offload] Remove handling for COV4 binaries from offload/ (#131033)Joseph Huber
2025-03-19[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)Ethan Luis McDonough
2025-03-13[libc] Make RPC server handling header only (#131205)Joseph Huber
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov
2025-03-06[offload] Fix build after Module::getTargetTriple() changeNikita Popov
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-04[OFFLOAD] Update ffi_cif structure to match libffi (#128756)Alex
2025-02-24[NFC][Offload] Fix typo to output architecture (#128527)Jan Patrick Lehr
2025-02-19[AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and libclc (#125826)Fabian Ritter
2025-02-11 [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (#...Ethan Luis McDonough
2025-02-11[Offload] Properly guard modifications to the RPC device array (#126790)Joseph Huber
2025-02-06[Offload] Make only a single thread handle the RPC server thread (#126067)Joseph Huber
2025-02-05[Offload] Stop the RPC server faiilng with more than one GPU (#125982)Joseph Huber
2025-02-03[OpenMP] Guard OpenMP specific entry handlingJoseph Huber
2025-02-02[offload] `gnu::format` with variadic template functions is Clang-only (#124406)Michał Górny
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss
2025-01-27[Offload] Fix offload-info interfaceJoseph Huber
2025-01-27[Offload] Fix server thread from being shut down if unusedJoseph Huber
2025-01-27[Offload][NFC] Make sure the thread is not running alreadyJoseph Huber
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
2025-01-23[Offload] Make MemoryManager threshold ENV var size_t type. (#124063)hidekisaito
2025-01-21[Offload][NFC] Factor out and rename the `__tgt_offload_entry` struct (#123785)Joseph Huber
2025-01-14[Offload][PGO] Fix dump of array in ProfData (#122039)Jinsong Ji
2024-12-17[Offload] Add support for loongarch64 to host pluginwanglei
2024-12-15libc: Prefix RPC Status code to avoid conflict in windows build (#119991)Jinsong Ji