aboutsummaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)AuthorFilesLines
2026-04-28Revert "[Flang][OpenMP] Clear close on descriptor members for box parents in ...Jan Patrick Lehr1-49/+0
2026-04-28[Clang][OpenMP] Validate omp_initial_device omp_invalid_device as device IDs ...Amit Tiwari1-0/+1
2026-04-28[Flang][OpenMP] Clear close on descriptor members for box parents in USM (#19...Kareem Ergawy1-0/+49
2026-04-27[offload] Un-XFAIL interop-print.c test for nvidia (#194447)Kevin Sala Penades1-2/+0
2026-04-27[Offload] Make kernel dynamic memory handling more generic (#194403)Ivan R. Ivanov1-2/+6
2026-04-27[offload][lit] Enable ctor_dtor.cpp on Intel GPUs (#194389)Nick Sarnie1-1/+0
2026-04-27[offload] Fix use of AsyncInfoWrapper's finalize function (#194098)Kevin Sala Penades3-15/+7
2026-04-27[MLIR][OpenMP][OMPIRBuilder] Improve shared memory checks (#161864)Sergio Afonso1-0/+109
2026-04-27[OpenMPOpt] Make parallel regions reachable from new DeviceRTL loop functions...Sergio Afonso2-0/+169
2026-04-27[offload] fix compilation issue caused by #193233 (#194350)Łukasz Plewa1-2/+1
2026-04-27[offload] Add floating-point support detection queries (#193233)Łukasz Plewa12-17/+245
2026-04-24[offload] Fix compilation (#194081)Ivan R. Ivanov1-2/+2
2026-04-24[Offload][AMDGPU] Use ROCr API for APU check (#193887)Kewen Meng2-14/+20
2026-04-22[offload] Allow replay repetitions and report basic timing (#193388)Kevin Sala Penades8-54/+154
2026-04-22[offload] Get kernel argument sizes from Level Zero (#192487)Łukasz Plewa4-8/+41
2026-04-21[offload] Fix synchronization when record replay is enabled (#193291)Kevin Sala Penades2-22/+42
2026-04-20[offload] Remove unnecessary extra allocations in kernel replay tool (#193108)Kevin Sala Penades1-23/+9
2026-04-20[offload] Verify replay config of teams/threads is allowed (#192784)Kevin Sala Penades2-5/+46
2026-04-20[offload] Cleanup of llvm-omp-kernel-replay tool (#192779)Kevin Sala Penades1-119/+210
2026-04-17[offload] Add mechanism to return info to kernel replay tool (#192611)Kevin Sala Penades15-71/+249
2026-04-17[offload] Add backend L0 to offload deviceinfo tool (#192622)Weronika Lewandowska1-0/+3
2026-04-16[NFC][OpenMP] Make map ordering tests for no host->tgt transfer more robust (...Abhinav Gaba4-7/+5
2026-04-16[OpenMP] Fix convention of SPIRV outline functions (#192450)Alex Duran1-1/+0
2026-04-16[OpenMP][Device] Fix __llvm_omp_indirect_call_lookup function pointer types (...Nick Sarnie3-3/+0
2026-04-15[offload] Fix asserts in kernel record replay (#192379)Kevin Sala Penades2-4/+4
2026-04-15[offload] Fix kernel record/replay and add extensible mechanism (#190588)Kevin Sala Penades21-644/+1284
2026-04-15[offload][OpenMP] Require CUDA 11.8 (#191100)Kevin Sala Penades5-3/+32
2026-04-14[OFFLOAD] Fix interop-print test commands (#191969)Alex Duran1-4/+2
2026-04-14[OFFLOAD][OpenMP][L0] Add Intel strings to interop-print test (#191901)Alex Duran1-1/+6
2026-04-13[OFFLOAD][L0] Handle group sizes correctly for multidimensional bare kernels ...Alex Duran2-27/+31
2026-04-10[Offload] Fix inefficient GNU Hash ELF symbol lookup (#191477)Joseph Huber1-8/+8
2026-04-10[OpenMP][NFC] Refactor Non-contiguous Update Tests (#190923)Amit Tiwari32-0/+0
2026-04-08[flang][DoConcurrent] Map reduction variables as tofrom ByRef for device offl...Kareem Ergawy1-0/+48
2026-04-07[Offload] Fix trailing '\0' in ISA name (#190791)Joseph Huber1-3/+2
2026-04-07[libc] Make rpc_server.h independent from libc internals (#190423)Joseph Huber1-1/+1
2026-04-07[OFFLOAD][L0] Remove dependence from level zero headers for dlopen build (#18...Alex Duran6-17/+895
2026-04-07[offload] fix invalid symbol handling in l0 plugin (#189442)Łukasz Plewa2-2/+6
2026-04-04[offload][CUDA] Fix DLWRAP for memory routines (#190500)Kevin Sala Penades1-2/+2
2026-04-03offload: Parse triple using to identify amdgcn-amd-amdhsa (#190319)Matt Arsenault1-4/+15
2026-04-03[Buildbot][AMDGPU] Adapt to recent CMake change (#190381)Kewen Meng1-1/+1
2026-04-03[compiler-rt] Split the GPU.cmake cache file to AMDGPU and NVPTX (#190349)Joseph Huber3-5/+5
2026-04-03[offload][libc] Adapt test to changes in #190239 (#190330)Robert Imschweiler1-1/+1
2026-04-02[libc] Rename rpc::Status to rpc::RPCStatus to reduce conflicts (#190239)Joseph Huber1-9/+9
2026-04-02[Runtimes] Introduce variables containing resource dir paths (#177953)Michael Kruse1-0/+3
2026-04-01[Offload] Add support for measuring elapsed time between events (#186856)Leandro Lacerda16-61/+518
2026-04-01[Offload] Run liboffload unit tests as a part of check-offload (#189731)Joseph Huber1-7/+9
2026-03-31[offload][lit] Disable target_critical_region.cpp on Intel GPU (#189682)Nick Sarnie1-0/+1
2026-03-30[offload][lit] Disable tests failing on Intel GPU (#189422)Nick Sarnie36-35/+26
2026-03-27[OFFLOAD] Disable tests that may cause hangs in CI (#189116)fineg7412-2/+25
2026-03-27[OFFLOAD] Add spirv implementation for named barrier (#180393)fineg7487-87/+34