[Openmp-commits] [PATCH] D86039: [OpenMP][CUDA] Keep one kernel list per device, not globally.

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Aug 16 09:24:47 PDT 2020


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

Patch is good, thanks.

loadBinary can be called from multiple host threads, at least when there are multiple devices. I'm not sure whether it can be called for the same DeviceId from multiple threads at the same time or not.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86039



More information about the Openmp-commits mailing list