[all-commits] [llvm/llvm-project] 28309c: [OpenMP] Part 2 of At present, amdgpu plugin merge...

carlobertolli via All-commits all-commits at lists.llvm.org
Fri Dec 10 11:21:30 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28309c543669b674516ae24022b3c29642531eda
      https://github.com/llvm/llvm-project/commit/28309c543669b674516ae24022b3c29642531eda
  Author: Carlo Bertolli <Carlo.Bertolli at amd.com>
  Date:   2021-12-10 (Fri, 10 Dec 2021)

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

  Log Message:
  -----------
  [OpenMP] Part 2 of At present, amdgpu plugin merges both asynchronous
and synchronous kernel launch implementations into a single
synchronous version.  This patch prepares the plugin for asynchronous
implementation by:

    Privatizing actual kernel launch code (valid in both cases) into
    an anonymous namespace base function (submitted at D115267)

    - Separating the control flow path of asynchronous and synchronous
      kernel launch functions** (this diff)

Reviewed By: JonChesterfield

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




More information about the All-commits mailing list