[all-commits] [llvm/llvm-project] 89cdd4: [Libomptarget] Remove temporary files in AMDGPU JI...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Jan 15 17:03:31 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89cdd48a22cb7aca1695746b70428ac910396d3e
      https://github.com/llvm/llvm-project/commit/89cdd48a22cb7aca1695746b70428ac910396d3e
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list