invoke.texi: Add sm_35 to Nvidia PTX's -misa=
Commit Message
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
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
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
invoke.texi: Add sm_35 to Nvidia PTX's -misa=
gcc/ChangeLog:
* doc/invoke.texi (Nvidia PTX): Add sm_35 to -misa.
@@ -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