[Openmp-commits] [PATCH] D110306: [AMDGPU][Libomptarget] Simplify host memory pool lookup

Pushpinder Singh via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 22 22:44:45 PDT 2021


pdhaliwal created this revision.
pdhaliwal added a reviewer: JonChesterfield.
Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
pdhaliwal requested review of this revision.
Herald added subscribers: openmp-commits, wdng.
Herald added a project: OpenMP.

Using lambda for host memory pool was causing stack smashing
error on CI. Using plain for loop fixed the issue.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110306

Files:
  openmp/libomptarget/plugins/amdgpu/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110306.374443.patch
Type: text/x-patch
Size: 4240 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210923/03439fb2/attachment-0001.bin>


More information about the Openmp-commits mailing list