[all-commits] [llvm/llvm-project] 44ee97: [libomptarget][nfc] Refactor amdgpu partial barrie...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Thu May 6 15:53:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44ee974e2f3ef120e1890d8aafb02fedc3c135e9
      https://github.com/llvm/llvm-project/commit/44ee974e2f3ef120e1890d8aafb02fedc3c135e9
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
    M openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.hip

  Log Message:
  -----------
  [libomptarget][nfc] Refactor amdgpu partial barrier to simplify adding a second one

[libomptarget][nfc] Refactor amdgpu partial barrier to simplify adding a second one

D101976 would require a second barrier instance. This NFC to amdgpu makes it
simpler to add one (an extra global, one more line in init). Also renames the
current barrier to L0.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D102016




More information about the All-commits mailing list