[PATCH] D123471: [CUDA] Create offloading entries when using the new driver

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 12:45:50 PDT 2022


yaxunl added a comment.

Is OpenMP runtime able to find these entries without registering them through some API functions? If so, do you have a pointer to the code doing that?

most CUDA/HIP programs assume -fno-gpu-rdc mode, which have multiple sections containing these entries merged by linker, with gaps between them. How do runtime identify such gaps and skip them?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123471



More information about the cfe-commits mailing list