[all-commits] [llvm/llvm-project] 6558e5: [libc] Update HSA queues to use the maximum size a...

Joseph Huber via All-commits all-commits at lists.llvm.org
Sat Sep 28 14:49:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6558e5615ae9e6af6168b0a363808854fd66663f
      https://github.com/llvm/llvm-project/commit/6558e5615ae9e6af6168b0a363808854fd66663f
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-09-28 (Sat, 28 Sep 2024)

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

  Log Message:
  -----------
  [libc] Update HSA queues to use the maximum size and set the barrier bit (#110034)

Summary:
It's safer to use the maximum size, as this prevents the runtime from
oversubscribing with multiple producers. Additionally we should set the
barrier bit to ensure that the queue entries block if multiple are
submitted (Which shouldn't happen for this tool).



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