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

Pushpinder Singh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 22 01:41:10 PDT 2021


pdhaliwal added a comment.

It looks like from IR diff that this patch is adding use of kmpc_alloc_shared method. These methods likely won't work on AMDGPU as device malloc is not available. Not sure what could be done apart from marking those tests as XFAIL on amdgcn. :(


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102107



More information about the cfe-commits mailing list