[PATCH] D46476: [HIP] Add action builder
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 4 14:17:33 PDT 2018
yaxunl created this revision.
yaxunl added reviewers: rjmccall, tra.
To support separate compile/link and linking across device IR in different source files,
a new HIP action builder is introduced. Basically it compiles/links host and device
code separately, and embed fat binary in host linking stage through link script.
https://reviews.llvm.org/D46476
Files:
lib/Driver/Driver.cpp
test/Driver/cuda-phases.cu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46476.145296.patch
Type: text/x-patch
Size: 44279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180504/78324db8/attachment-0001.bin>
More information about the cfe-commits
mailing list