invoke.texi: Add sm_35 to Nvidia PTX's -misa=

Message ID 7869b0e4-33c0-7a9d-22e7-99de89cdd962@codesourcery.com
State New
Headers
Series invoke.texi: Add sm_35 to Nvidia PTX's -misa= |

Commit Message

Tobias Burnus Dec. 12, 2021, 4:01 p.m. UTC
  Hi Tom,

this documents the new sm_35 value to -misa=, which Roger added
(and uses for _Float16).

OK?

Tobias
-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955
  

Comments

Tobias Burnus Dec. 12, 2021, 4:08 p.m. UTC | #1
I want to WITHDRAW that patch.

I should read _emails_ before acting on _commit_ logs ...

Reason is given by Tom at:
https://gcc.gnu.org/pipermail/gcc-patches/2021-December/586649.html

However, we still shouldn't forget to update *.texi and t-omp-device
eventually.

Tobias

On 12.12.21 17:01, Tobias Burnus wrote:
> Hi Tom,
>
> this documents the new sm_35 value to -misa=, which Roger added
> (and uses for _Float16).
>
> OK?
>
> Tobias
-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955
  
Tom de Vries Dec. 12, 2021, 4:51 p.m. UTC | #2
On 12/12/21 5:08 PM, Tobias Burnus wrote:
> I want to WITHDRAW that patch.
> 
> I should read _emails_ before acting on _commit_ logs ...
> 

heh :)

> Reason is given by Tom at:
> https://gcc.gnu.org/pipermail/gcc-patches/2021-December/586649.html
> 
> However, we still shouldn't forget to update *.texi and t-omp-device
> eventually.
> 

Agreed.

Thanks,
- Tom

> Tobias
> 
> On 12.12.21 17:01, Tobias Burnus wrote:
>> Hi Tom,
>>
>> this documents the new sm_35 value to -misa=, which Roger added
>> (and uses for _Float16).
>>
>> OK?
>>
>> Tobias
> -----------------
> Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201,
> 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer:
> Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München;
> Registergericht München, HRB 106955
  

Patch

invoke.texi: Add sm_35 to Nvidia PTX's -misa=

gcc/ChangeLog:

	* doc/invoke.texi (Nvidia PTX): Add sm_35 to -misa.

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 9b4371b9213..b68905436e5 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -27035,8 +27035,8 @@  supported.
 @item -misa=@var{ISA-string}
 @opindex march
 Generate code for given the specified PTX ISA (e.g.@: @samp{sm_35}).  ISA
-strings must be lower-case.  Valid ISA strings include @samp{sm_30} and
-@samp{sm_35}.  The default ISA is sm_35.
+strings must be lower-case.  Valid ISA strings include @samp{sm_30}, 
+@samp{sm_35} and @samp{sm_53}.  The default ISA is sm_35.
 
 @item -mptx=@var{version-string}
 @opindex mptx