[PATCH] D45449: [CUDA] Document recent changes

2018-04-20 Thread Jonas Hahnfeld via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC330426: [CUDA] Document recent changes (authored by Hahnfeld, committed by ). Repository: rC Clang https://reviews.llvm.org/D45449 Files: docs/ReleaseNotes.rst include/clang/Driver/Options.td

[PATCH] D45449: [CUDA] Document recent changes

2018-04-10 Thread Jonas Hahnfeld via Phabricator via cfe-commits
Hahnfeld added a comment. In https://reviews.llvm.org/D45449#1062642, @tra wrote: > We could use specific instructions for what exactly one needs to do in order > to use relocatable device code in practice. Could be a separate patch. Maybe I should add an example to

[PATCH] D45449: [CUDA] Document recent changes

2018-04-09 Thread Artem Belevich via Phabricator via cfe-commits
tra accepted this revision. tra added a comment. This revision is now accepted and ready to land. Overall LGTM. We could use specific instructions for what exactly one needs to do in order to use relocatable device code in practice. Could be a separate patch. Repository: rC Clang

[PATCH] D45449: [CUDA] Document recent changes

2018-04-09 Thread Jonas Hahnfeld via Phabricator via cfe-commits
Hahnfeld created this revision. Hahnfeld added reviewers: tra, jlebar, rsmith. Herald added a subscriber: cfe-commits. Hahnfeld added a dependency: D42922: [CUDA] Register relocatable GPU binaries. - Finding installations via ptxas binary - Relocatable device code Repository: rC Clang