[Openmp-commits] [PATCH] D138389: [OpenMP][libomptarget] Add AMDGPU NextGen plugin with asynchronous behavior

Kevin Sala Penadés via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 15 10:40:34 PST 2022


kevinsala updated this revision to Diff 483232.
kevinsala set the repository for this revision to rG LLVM Github Monorepo.
kevinsala added a comment.

Rebasing and several fixes:

- Fixing hang in streams (thanks @jdoerfert for finding it!)
- Fixing reuse of signals
- Fixing `dataSubmitImpl ` when host pinned memory is detected
- Implementing `queryAsyncImpl` introduced in https://reviews.llvm.org/D132005
- Adding changes to be compatible with https://reviews.llvm.org/D139792
- Other minor fixes


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138389/new/

https://reviews.llvm.org/D138389

Files:
  openmp/libomptarget/plugins-nextgen/CMakeLists.txt
  openmp/libomptarget/plugins-nextgen/amdgpu/CMakeLists.txt
  openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
  openmp/libomptarget/plugins/amdgpu/dynamic_hsa/hsa.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138389.483232.patch
Type: text/x-patch
Size: 105686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221215/0d2db7ac/attachment-0001.bin>


More information about the Openmp-commits mailing list