Skip to content

Commit

Permalink
[NFC][OpenMP] Prepare amdgpu plugin for asynchronous implementation o…
Browse files Browse the repository at this point in the history
…f target region launch

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

Actual separation of kernel launch code (async vs sync) is a following patch.

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D115267
  • Loading branch information
carlobertolli authored and JonChesterfield committed Dec 7, 2021
1 parent f65be72 commit d9b1d82
Showing 1 changed file with 770 additions and 775 deletions.

0 comments on commit d9b1d82

Please sign in to comment.