As a first step, pass '-c/--compile-only' to ptxas so that it
doesn't complain about references to external function. This
will successfully generate object files, but they won't work
at runtime because the registration routines need to adapted.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/clang/Driver/Options.td | ||
---|---|---|
572 ↗ | (On Diff #132865) | Does the options show up in clang --help? |
Comment Actions
Hide help for -fcuda-rdc until support is ready.
include/clang/Driver/Options.td | ||
---|---|---|
572 ↗ | (On Diff #132865) | Good idea, I'll submit a patch enabling the help text and adding release notes after full support has landed. |