Home
Phabricator
Search
Configure Global Search
Log In
Please use
GitHub pull requests
for new patches. Avoid migrating existing patches.
Phabricator shutdown timeline
Transactions
D46472
Change Details
Change Details
Old
New
Diff
To support linking device code in different source files, it is necessary to embed fat binary at host linking stage. This patch emits an external symbol for fat binary in host codegen, then embed the fat binary by lld through a link script.
To support linking device code in different source files, it is necessary to embed fat binary at host linking stage. This patch emits an external symbol for fat binary in host codegen, then embed the fat binary by lld through a linker script.
To support linking device code in different source files, it is necessary to embed fat binary at host linking stage. This patch emits an external symbol for fat binary in host codegen, then embed the fat binary by lld through a link
er
script.
Continue