[PATCH] D151576: Fix runtime crash inside __kmpc_init_allocator

Ron Lieberman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 26 16:32:46 PDT 2023


ronlieb added a comment.

observing failure in our amdgpu buildbot , 3 tests
see: https://lab.llvm.org/staging/#/builders/247/builds/947

7: __tgt_target_table *__tgt_rtl_load_binary(int32_t, __tgt_device_image *): Assertion `Table != nullptr && "Invalid table"' failed.

if you have a quick fix, please apply, otherwise please revert and fix.
if you need someone to work with on our end, let me know.

also , i see you marked one test unsupported, but it seems like it should be reported.
please consult with us to see if there is a better solution than instantly xfailing the test.

also i see two additional failures

  libomptarget :: amdgcn-amd-amdhsa :: jit/empty_kernel_lvl1.c
  libomptarget :: amdgcn-amd-amdhsa :: jit/empty_kernel_lvl2.c


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151576



More information about the cfe-commits mailing list