[Openmp-commits] [PATCH] D110957: [Libomptarget] Add an external interface to dynamic shared memory

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Oct 8 07:21:33 PDT 2021


JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.

The plumbing here is all uncontroversial, it's just a wrapper over the openmp pragma.

This won't work on amdgpu as-is, will need to pass the environment variable through to the HSA packet, and see what code clang emits for the allocator construct, and if that doesn't match what hip are using add lowering in the back end. There's nothing there that can't be done, just need to find the time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110957



More information about the Openmp-commits mailing list