diff options
author | Carlo Bertolli <carlo.bertolli@amd.com> | 2021-12-07 21:00:11 +0000 |
---|---|---|
committer | Jon Chesterfield <jonathanchesterfield@gmail.com> | 2021-12-07 21:02:45 +0000 |
commit | d9b1d827d2e9ae135901b6eccf25a05ef49f38af (patch) | |
tree | e831ef7c584fea122b6436618406c9423d78570f /llvm/lib/CodeGen/CodeGen.cpp | |
parent | f65be726ab50ff13ccafd2f134599edb33cb1e7e (diff) | |
download | llvm-d9b1d827d2e9ae135901b6eccf25a05ef49f38af.zip llvm-d9b1d827d2e9ae135901b6eccf25a05ef49f38af.tar.gz llvm-d9b1d827d2e9ae135901b6eccf25a05ef49f38af.tar.bz2 |
[NFC][OpenMP] Prepare amdgpu plugin for asynchronous implementation of 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
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions