[Openmp-commits] [PATCH] D109512: [libomptarget][amdgpu] Precisely manage hsa lifetime

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Sep 9 09:09:34 PDT 2021


JonChesterfield marked an inline comment as done.
JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/plugins/amdgpu/src/rtl.cpp:846
 
     Err = hsa_shut_down();
     if (Err != HSA_STATUS_SUCCESS) {
----------------
pdhaliwal wrote:
> This can be removed.
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109512



More information about the Openmp-commits mailing list