summaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)Author
2024-11-13[Offload] Add support for riscv64 to host plugin (#115773)aurel32
2024-11-07[Offload] Provide a CMake cache file to easily build offloading (#115074)Joseph Huber
2024-10-29[OpenMP] Add support for custom callback in AMDGPUStream (#112785)Joseph Huber
2024-10-23[AMDGPU] Add a new target for gfx1153 (#113138)Carl Ritson
2024-10-10[flang][driver] rename flang-new to flang (#110023)Brad Richardson
2024-10-06[libc] GPU RPC interface: add return value to `rpc_host_call` (#111288)Ivan Butygin
2024-09-26[OpenMP] Add critical region lock for NVPTX targets (#110148)Joseph Huber
2024-09-26[Flang][Offload][Tests] Set default OpenMP version to 5.2 (52) (#110138)agozillon
2024-09-23[NFC][offload][OMPT] Cleanup of OMPT internals (#109005)Michael Halkenhäuser
2024-09-18[OpenMP] Fix not linking C libraries when enabled (#109168)Joseph Huber
2024-09-13[OpenMP] Fix redefining `stdint.h` types (#108607)Joseph Huber
2024-09-06Fix typo in test.Akash Banerjee
2024-09-05[Offload][NFC] Reorganize `utils::` and make Device/Host/Shared clearer (#100...Johannes Doerfert
2024-09-05[OpenMP][Flang] Fix dynamic-extent array mapping (#107247)Akash Banerjee
2024-09-03[Offload] Change x86_64-pc-linux to x86_64-unknown-linux (#107023)Jan Patrick Lehr
2024-08-31[Offload] Fix stray libomptarget message helper calls (#106837)WÁNG Xuěruì
2024-08-31[Offload] Fix disabling of cuda target on unsupported platforms (#106835)WÁNG Xuěruì
2024-08-23[Flang][OpenMP] Align map clause generation and fix issue with non-shared al...agozillon
2024-08-22[PGO][OpenMP] Instrumentation for GPU devices (Revision of #76587) (#102691)Ethan Luis McDonough
2024-08-21[Offload] Improve error reporting on memory faults (#104254)Johannes Doerfert
2024-08-20[OpenMP] Temporarily disable test to keep bots greenJoseph Huber
2024-08-20[OpenMP] Map `omp_default_mem_alloc` to global memory (#104790)Joseph Huber
2024-08-20[llvm][offload] Move AMDGPU offload utilities to LLVM (#102487)Fabian Mora
2024-08-19[offload] - Fix issue with standalone debug offload build (#104647)estewart08
2024-08-14[OpenMP] Fix buildbot failing on allocator testJoseph Huber
2024-08-14[OpenMP] Implement 'omp_alloc' on the device (#102526)Joseph Huber
2024-08-13[Offload] Ensure to load images when the device is used (#103002)Johannes Doerfert
2024-08-13[LinkerWrapper] Always pass `-flto` if the linker supports it (#102972)Joseph Huber
2024-08-12[Offload] Add the right paths to the CUDA lit tests (#102997)Johannes Doerfert
2024-08-12[Offload][CUDA] Allow CUDA kernels to use LLVM/Offload (#94549)Johannes Doerfert
2024-08-02Test faild with amd. (#101781)jyu2-git
2024-08-02[OpenMP] Generate implicit default mapper for mapping array section. (#101101)jyu2-git
2024-08-01[Offload][OpenMP] Prettify error messages by "demangling" the kernel name (#1...Johannes Doerfert
2024-07-31[Offload] Allow to record kernel launch stack traces (#100472)Johannes Doerfert
2024-07-30[Offload] Implement double free (and other allocation error) reporting (#100261)Johannes Doerfert
2024-07-29[OpenMP] Re-enable test after correctly forwarding `mllvm`Joseph Huber
2024-07-26Reapply "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)"Joseph Huber
2024-07-26Revert "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)"Joseph Huber
2024-07-26[OpenMP][libc] Remove special handling for OpenMP printf (#98940)Joseph Huber
2024-07-26[OpenMP] Do not define '__assert_fail' if we have the GPU libc (#100409)Joseph Huber
2024-07-24[Offload] Repair and rename `llvm-omp-device-info` (to `-offload-`) (#100309)Johannes Doerfert
2024-07-24Reapply "[libc] Remove 'packaged' GPU build support (#100208)"Joseph Huber
2024-07-23[OpenMP] Ensure the actual kernel is annotated with launch bounds (#99927)Johannes Doerfert
2024-07-23[Offload] Re-enable tests that are now passingJoseph Huber
2024-07-22[NFC][Offload] Move variables to where they are used (#99956)Shilei Tian
2024-07-22[OMPIRBuilder] - Handle dependencies in `createTarget` (#93977)Pranav Bhandarkar
2024-07-17[Offload][OMPT] Add callbacks for (dis)associate_ptr (#99046)Jan Patrick Lehr
2024-07-15[Offload] XFAIL four tests while working on fix (#98899)Jan Patrick Lehr
2024-07-10[Offload][test]Fix typo of requires (#98327)Jinsong Ji
2024-07-03[Clang][OpenMP] This is addition fix for #92210. (#94802)jyu2-git