[all-commits] [llvm/llvm-project] bd6df0: Reapply "[LLVM] Make the GPU loader utilities an L...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Mar 21 09:05:55 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd6df0fe21faeaf3fd2a8ad17074f10620c78378
      https://github.com/llvm/llvm-project/commit/bd6df0fe21faeaf3fd2a8ad17074f10620c78378
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-03-21 (Fri, 21 Mar 2025)

  Changed paths:
    M libc/CMakeLists.txt
    M libc/src/__support/RPC/rpc_server.h
    R libc/utils/gpu/CMakeLists.txt
    R libc/utils/gpu/loader/CMakeLists.txt
    R libc/utils/gpu/loader/Loader.h
    R libc/utils/gpu/loader/Main.cpp
    R libc/utils/gpu/loader/amdgpu/CMakeLists.txt
    R libc/utils/gpu/loader/amdgpu/amdhsa-loader.cpp
    R libc/utils/gpu/loader/nvptx/CMakeLists.txt
    R libc/utils/gpu/loader/nvptx/nvptx-loader.cpp
    M llvm/CMakeLists.txt
    M llvm/runtimes/CMakeLists.txt
    M llvm/tools/CMakeLists.txt
    A llvm/tools/llvm-gpu-loader/CMakeLists.txt
    A llvm/tools/llvm-gpu-loader/amdhsa.cpp
    A llvm/tools/llvm-gpu-loader/llvm-gpu-loader.cpp
    A llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h
    A llvm/tools/llvm-gpu-loader/nvptx.cpp
    A llvm/tools/llvm-gpu-loader/server.h

  Log Message:
  -----------
  Reapply "[LLVM] Make the GPU loader utilities an LLVM tool (#132096)" (#132277)

Summary:
There were a few issues with the first one, leading to some errors and
warnings. Most importantly, this was building on MSVC which isn't
supported.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list