aboutsummaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)AuthorFilesLines
2024-10-29[OpenMP] Add support for custom callback in AMDGPUStream (#112785)Joseph Huber1-25/+44
2024-10-23[AMDGPU] Add a new target for gfx1153 (#113138)Carl Ritson1-1/+1
2024-10-10[flang][driver] rename flang-new to flang (#110023)Brad Richardson1-2/+2
2024-10-06[libc] GPU RPC interface: add return value to `rpc_host_call` (#111288)Ivan Butygin1-5/+15
2024-09-26[OpenMP] Add critical region lock for NVPTX targets (#110148)Joseph Huber1-0/+4
2024-09-26[Flang][Offload][Tests] Set default OpenMP version to 5.2 (52) (#110138)agozillon1-1/+1
2024-09-23[NFC][offload][OMPT] Cleanup of OMPT internals (#109005)Michael Halkenhäuser6-129/+25
2024-09-18[OpenMP] Fix not linking C libraries when enabled (#109168)Joseph Huber1-1/+6
2024-09-13[OpenMP] Fix redefining `stdint.h` types (#108607)Joseph Huber5-54/+9
2024-09-06Fix typo in test.Akash Banerjee1-1/+1
2024-09-05[Offload][NFC] Reorganize `utils::` and make Device/Host/Shared clearer (#100...Johannes Doerfert36-280/+308
2024-09-05[OpenMP][Flang] Fix dynamic-extent array mapping (#107247)Akash Banerjee1-0/+33
2024-09-03[Offload] Change x86_64-pc-linux to x86_64-unknown-linux (#107023)Jan Patrick Lehr45-119/+114
2024-08-31[Offload] Fix stray libomptarget message helper calls (#106837)WÁNG Xuěruì2-4/+4
2024-08-31[Offload] Fix disabling of cuda target on unsupported platforms (#106835)WÁNG Xuěruì1-2/+2
2024-08-23[Flang][OpenMP] Align map clause generation and fix issue with non-shared al...agozillon1-0/+75
2024-08-22[PGO][OpenMP] Instrumentation for GPU devices (Revision of #76587) (#102691)Ethan Luis McDonough11-3/+269
2024-08-21[Offload] Improve error reporting on memory faults (#104254)Johannes Doerfert11-18/+256
2024-08-20[OpenMP] Temporarily disable test to keep bots greenJoseph Huber1-0/+3
2024-08-20[OpenMP] Map `omp_default_mem_alloc` to global memory (#104790)Joseph Huber1-5/+11
2024-08-20[llvm][offload] Move AMDGPU offload utilities to LLVM (#102487)Fabian Mora3-262/+19
2024-08-19[offload] - Fix issue with standalone debug offload build (#104647)estewart081-7/+9
2024-08-14[OpenMP] Fix buildbot failing on allocator testJoseph Huber1-5/+0
2024-08-14[OpenMP] Implement 'omp_alloc' on the device (#102526)Joseph Huber5-3/+61
2024-08-13[Offload] Ensure to load images when the device is used (#103002)Johannes Doerfert7-229/+303
2024-08-13[LinkerWrapper] Always pass `-flto` if the linker supports it (#102972)Joseph Huber4-8/+10
2024-08-12[Offload] Add the right paths to the CUDA lit tests (#102997)Johannes Doerfert4-9/+15
2024-08-12[Offload][CUDA] Allow CUDA kernels to use LLVM/Offload (#94549)Johannes Doerfert12-7/+229
2024-08-02Test faild with amd. (#101781)jyu2-git1-0/+2
2024-08-02[OpenMP] Generate implicit default mapper for mapping array section. (#101101)jyu2-git1-0/+34
2024-08-01[Offload][OpenMP] Prettify error messages by "demangling" the kernel name (#1...Johannes Doerfert10-23/+87
2024-07-31[Offload] Allow to record kernel launch stack traces (#100472)Johannes Doerfert13-12/+524
2024-07-30[Offload] Implement double free (and other allocation error) reporting (#100261)Johannes Doerfert9-1/+520
2024-07-29[OpenMP] Re-enable test after correctly forwarding `mllvm`Joseph Huber1-1/+0
2024-07-26Reapply "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)"Joseph Huber2-31/+14
2024-07-26Revert "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)"Joseph Huber2-14/+31
2024-07-26[OpenMP][libc] Remove special handling for OpenMP printf (#98940)Joseph Huber2-31/+14
2024-07-26[OpenMP] Do not define '__assert_fail' if we have the GPU libc (#100409)Joseph Huber2-4/+3
2024-07-24[Offload] Repair and rename `llvm-omp-device-info` (to `-offload-`) (#100309)Johannes Doerfert9-54/+100
2024-07-24Reapply "[libc] Remove 'packaged' GPU build support (#100208)"Joseph Huber2-8/+2
2024-07-23[OpenMP] Ensure the actual kernel is annotated with launch bounds (#99927)Johannes Doerfert1-0/+3
2024-07-23[Offload] Re-enable tests that are now passingJoseph Huber3-3/+0
2024-07-22[NFC][Offload] Move variables to where they are used (#99956)Shilei Tian1-3/+4
2024-07-22[OMPIRBuilder] - Handle dependencies in `createTarget` (#93977)Pranav Bhandarkar1-0/+69
2024-07-17[Offload][OMPT] Add callbacks for (dis)associate_ptr (#99046)Jan Patrick Lehr4-0/+136
2024-07-15[Offload] XFAIL four tests while working on fix (#98899)Jan Patrick Lehr4-0/+4
2024-07-10[Offload][test]Fix typo of requires (#98327)Jinsong Ji2-2/+2
2024-07-03[Clang][OpenMP] This is addition fix for #92210. (#94802)jyu2-git1-0/+20
2024-07-02[DeviceRTL] Make defined 'libc' functions weak in OpenMP (#97356)Joseph Huber2-4/+4
2024-07-01[OpenMP] [OMPT] Callback registration should not depend on the device init ca...dhruvachak1-25/+26