[Bug target/97102] [nvptx] PTX JIT compilation failed when using aliases

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 18 08:04:08 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97102

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Tobias Burnus from comment #0)
> .visible .func (.param.u32 %value_out) foo

https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#kernel-and-function-directives-alias

has the example:

.visible .func bar(.param .u32 p);
.alias bar, foo;

And the note:
.alias directive requires sm_30 or higher.


More information about the Gcc-bugs mailing list