[Openmp-commits] [PATCH] D102600: [AMDGPU][Libomptarget] Rename & move g_executables to private
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu May 20 08:23:17 PDT 2021
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/plugins/amdgpu/src/rtl.cpp:548
+ Err = hsa_executable_destroy(HSAExecutables[I]);
+ if (Err != HSA_STATUS_SUCCESS) {
+ printf("[%s:%d] %s failed: %s\n", __FILE__, __LINE__,
----------------
JonChesterfield wrote:
> This handling of errors isn't ideal, but matches the current behaviour closely enough
revised this in passing for D102346
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102600/new/
https://reviews.llvm.org/D102600
More information about the Openmp-commits
mailing list