[Openmp-commits] [PATCH] D102107: [OpenMP] Codegen aggregate for outlined function captures

Pushpinder Singh via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 22 03:04:10 PDT 2021


pdhaliwal added a comment.

I got this after changing __kmpc_impl_malloc to return 0xdeadbeef. So, this confirms that missing malloc implementation is the root cause.

> Memory access fault by GPU node-4 (Agent handle: 0x1bc5000) on address 0xdeadb000. Reason: Page not present or supervisor privilege.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102107



More information about the Openmp-commits mailing list