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

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Oct 2 11:38:26 PDT 2021


jhuber6 added a comment.

In D110957#3038169 <https://reviews.llvm.org/D110957#3038169>, @JonChesterfield wrote:

> Exciting! Will take a close look early next week. Surprised there's no change to the GPU plugins needed

That was introduced in D110006 <https://reviews.llvm.org/D110006>, for CUDA it's easy since it's just an argument to the kernel launch function. I haven't implemented it for AMD yet.


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