llvm-capstone/openmp/libomptarget/plugins-nextgen
Joseph Huber 89cdd48a22
[Libomptarget] Remove temporary files in AMDGPU JIT impl (#77980)
Summary:
This patch cleans up some of the JIT handling for AMDGPU as well as
removing its temporary files. Previously these would be left in the
temporary directory after the program was run. This costs some extra
time, but the correct solution to avoid that is to create a sufficient
entrypoint into `ld.lld` that we can simply pass a memory buffer into.
2024-01-15 19:03:19 -06:00
..
aarch64 [OpenMP] Delete old plugins 2023-07-05 17:39:47 -05:00
amdgpu [Libomptarget] Remove temporary files in AMDGPU JIT impl (#77980) 2024-01-15 19:03:19 -06:00
common [Libomptarget] Fix GPU Dtors referencing possibly deallocated image (#77828) 2024-01-11 15:00:53 -06:00
cuda [Libomptarget] Fix GPU Dtors referencing possibly deallocated image (#77828) 2024-01-11 15:00:53 -06:00
generic-elf-64bit [Libomptarget][NFC] Format in-line comments consistently (#77530) 2024-01-10 10:10:08 -06:00
ppc64 [OpenMP] Delete old plugins 2023-07-05 17:39:47 -05:00
ppc64le [OpenMP] Delete old plugins 2023-07-05 17:39:47 -05:00
s390x Add openmp support to System z (#66081) 2023-11-03 12:42:55 +01:00
x86_64 [OpenMP] Delete old plugins 2023-07-05 17:39:47 -05:00
CMakeLists.txt [Libomptarget] Do not run CPU tests if FFI was not found 2024-01-10 07:22:23 -06:00
exports