[PATCH] D128441: [CUDA] Do not embed a fatbinary when using the new driver

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 23 10:54:29 PDT 2022


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

> The linker wrapper cannot do anything with these embedded PTX files because we do not know how to link them,

Neither, apparently does `nvlink`. It does have `--emip-ptx <file>` option, but only if LTO is enabled, which matches the new driver behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128441



More information about the cfe-commits mailing list