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
Event Timeline
include/clang/Driver/Options.td | ||
---|---|---|
571 | Does the options show up in clang --help? |
Comment Actions
Hide help for -fcuda-rdc until support is ready.
include/clang/Driver/Options.td | ||
---|---|---|
571 | Good idea, I'll submit a patch enabling the help text and adding release notes after full support has landed. |
Does the options show up in clang --help?
If it does, and if you plan to commit patches one at a time, we may want to make it hidden until everything is in place.