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

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Tom de Vries from comment #0)
> Currently, we're at ptx isa v3.1:
> ...
> static void
> nvptx_file_start (void)
> {
>   fputs ("// BEGIN PREAMBLE\n", asm_out_file);
>   fputs ("\t.version\t3.1\n", asm_out_file);
> ...
> 
> Using a newer isa could give some benefits, f.i. starting PTX ISA 6.3 we
> have atom.cas.b16.

As well as .alias, see PR97102.

A standalone test run with the patch from PR97102 comment 4 which bumps ISA to
6.3, runs into a few problems.

In libgomp testing: shfl deprecated, should use shfl.sync.

Reply via email to