[all-commits] [llvm/llvm-project] ee57a6: [libc] Make a dedicated thread for the RPC server ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Oct 7 05:31:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee57a685fae2f8feb81015b89f784a44e1b2bfa7
      https://github.com/llvm/llvm-project/commit/ee57a685fae2f8feb81015b89f784a44e1b2bfa7
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
    M libc/utils/gpu/loader/amdgpu/amdhsa-loader.cpp
    M libc/utils/gpu/loader/nvptx/nvptx-loader.cpp

  Log Message:
  -----------
  [libc] Make a dedicated thread for the RPC server (#111210)

Summary:
Make a separate thread to run the server when we launch. This is
required by CUDA, which you can force with `export
CUDA_LAUNCH_BLOCKING=1`. I figured I might as well be consistent and do
it for the AMD implementation as well even though I believe it's not
necessary.



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