[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
Fri Aug 5 11:49:40 PDT 2022
tra added a comment.
In D128441#3702816 <https://reviews.llvm.org/D128441#3702816>, @jhuber6 wrote:
> Is it spitting it out as `foo123.cubin` instead?
That's the output name it passes to `ptxas`, but it's treated as a temporary file and is removed at the end, so the user gets nothing.
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