aboutsummaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)AuthorFilesLines
2026-03-06[OFFLOAD] Replace C-style casts with C++ style casts in obtainInfoImpl (#185023)Ɓukasz Plewa1-12/+12
2026-03-03[OpenMP][clang] Indirect and Virtual function call mapping from host to devic...Jason Van Beusekom8-0/+1576
2026-03-03Revert "[OpenMP][clang] Indirect and Virtual function call mapping from host ...Jason Van Beusekom8-1577/+0
2026-03-03[OpenMP][clang] Indirect and Virtual function call mapping from host to devic...Jason Van Beusekom8-0/+1577
2026-03-03[NFC][OpenMP] Remove redundant prints in `target` regions from tests added in...Abhinav Gaba5-10/+5
2026-03-02Reland "[OpenMP][Offload] Handle `present/to/from` when a different entry did...Abhinav Gaba17-76/+765
2026-03-02Revert "[OpenMP][Offload] Handle `present/to/from` when a different entry did...Abhinav Gaba17-764/+76
2026-03-02[OpenMP][Offload] Handle `present/to/from` when a different entry did `alloc/...Abhinav Gaba17-76/+764
2026-03-02[flang][OpenMP] Support custom mappers in target update to/from clauses (#169...Krish Gupta1-0/+85
2026-02-27[Offload] Remove unused data type (#183840)Hansang Bae1-14/+0
2026-02-27[flang-rt] Enable more runtime functions for the GPU target (#183649)Joseph Huber1-0/+50
2026-02-25[Offload] Fix type mismatch by using `uint64_t` instead of `size_t` (#183375)Johannes Doerfert1-2/+3
2026-02-24[Offload][clang-linker-wrapper][SPIRV] Tell spirv-link to not optimize out ex...Nick Sarnie1-1/+0
2026-02-23[Offload] Enable memory usage printing with `alloc` debug type (#182938)Hansang Bae1-3/+3
2026-02-23[Offload] Fix copy-elision warning (#182848)Jan Patrick Lehr1-2/+2
2026-02-21[OFFLOAD][L0] Remove leftover global constructor (#182611) (#182665)Alex Duran4-12/+11
2026-02-20[flang-rt] Add support for formatted I/O on the GPU (#182580)Joseph Huber1-0/+67
2026-02-20[libc] Support array tags in the RPC dispatch helpers (#181395)Joseph Huber1-1/+24
2026-02-20[flang-rt] Implement basic support for I/O from OpenMP GPU Offloading (#181039)Joseph Huber3-0/+42
2026-02-18[offload][lit] Enable/disable tests on Level Zero when using DeviceRTL (#182128)Nick Sarnie89-90/+63
2026-02-18[Offload] Always check/consume Error (#182008)Jan Patrick Lehr1-1/+3
2026-02-17[Offload] Fix missing end to string in .td fileJoseph Huber1-1/+1
2026-02-17[OFFLOAD] Extend olMemRegister API to handle cases when a memory block may ha...fineg745-192/+203
2026-02-17[Offload] Add argument to 'olInit' for global configuration options (#181872)Joseph Huber7-16/+65
2026-02-17Reapply x2 "[Offload][lit] Link against SPIR-V DeviceRTL if present" (#181429)Nick Sarnie1-3/+1
2026-02-17[Offload][test] Use just-compiled lld and llvm-symbolizer (#181793)Michael Kruse1-0/+15
2026-02-16[libc] Replace RPC 'close()' mechanism with RAII handler (#181690)Joseph Huber1-1/+0
2026-02-13[OFFLOAD] Fix issue where host plugin is added twice to the plugin list (#181...Alex Duran1-1/+5
2026-02-13[OFFLOAD] Add support for host offloading device (#177307)fineg745-111/+261
2026-02-12[libc] Small change to accept lambda types in rpc::dispatchJoseph Huber1-8/+14
2026-02-11[Offload] Try to load Level Zero loader with version suffix (#180042)Hansang Bae1-2/+28
2026-02-11[libc] Add RPC helpers for dispatching functions to the host (#179085)Joseph Huber2-66/+205
2026-02-11[OFFLOAD] Support host plugin on Windows (#180401)Alex Duran3-43/+48
2026-02-10Revert "Reapply [Offload][lit] Link against SPIR-V DeviceRTL if present" (#18...Nick Sarnie2-3/+3
2026-02-10[OFFLOAD] Implement excluding filters for debugging (#180538)Alex Duran1-12/+32
2026-02-09Reapply [Offload][lit] Link against SPIR-V DeviceRTL if present (#180231)Nick Sarnie2-3/+3
2026-02-09[offload] Adapt tests to new PluginInterface quoting [NFC] (#180505)Robert Imschweiler13-18/+22
2026-02-06Revert "[Offload][lit] Link against SPIR-V DeviceRTL if present" (#180211)Nick Sarnie1-3/+2
2026-02-06[Offload] Make the RPC callbacks private to each running server (#178901)Joseph Huber2-14/+21
2026-02-06[OFFLOAD] Fix TARGET_NAME in plugins common code (#180151)Alex Duran1-1/+1
2026-02-05[Offload][lit] Link against SPIR-V DeviceRTL if present (#180030)Nick Sarnie1-2/+3
2026-02-05 [offload] Fix DeviceImage to handle OffloadBinary::create returning vector ...Yury Plyakhin1-4/+10
2026-02-03[OpenMP] Enable XFAIL OpenMP tests that pass now (#179344)Joseph Huber6-13/+3
2026-02-02[Offload] Only issue a warning for building `offload` on the GPU and return (...Joseph Huber1-0/+4
2026-01-30[Offload] Add a function to register an RPC Server callback (#178774)Joseph Huber9-8/+169
2026-01-29[Offload] Provide a cache file for building OpenMP w/ Flang offloading (#178472)Joseph Huber1-0/+13
2026-01-29[MLIR][OpenMP] Fix recursive mapper emission. (#178453)Akash Banerjee1-0/+40
2026-01-28[Offload][AMDGPU] Fix olQueryQueue uninitialized output parameter (#178464)puneeth_aditya_56561-0/+3
2026-01-28[MLIR][OpenMP] Fix mapper being attached to partial maps. (#178247)Akash Banerjee1-0/+53
2026-01-28Use reportFatalUsageError in llvm-omp-kernel-replay (#178371)Sladyn1-7/+9