public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/96005] New: Add possibility to use newer ptx isa
@ 2020-06-30 14:36 vries at gcc dot gnu.org
  2020-09-22  8:10 ` [Bug target/96005] " vries at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vries at gcc dot gnu.org @ 2020-06-30 14:36 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96005
           Summary: Add possibility to use newer ptx isa
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-12 16:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 14:36 [Bug target/96005] New: Add possibility to use newer ptx isa vries at gcc dot gnu.org
2020-09-22  8:10 ` [Bug target/96005] " vries at gcc dot gnu.org
2021-05-11  9:23 ` vries at gcc dot gnu.org
2021-05-12  6:12 ` vries at gcc dot gnu.org
2021-05-12 10:59 ` vries at gcc dot gnu.org
2021-05-12 16:38 ` cvs-commit at gcc dot gnu.org
2021-05-12 16:39 ` vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).