diff mbox series

[wwwdocs] gcc-12/changes.html: nvptx - new __PTX_SM__ macro

Message ID 21df74c2-873c-e77f-569e-e343b443507f@mentor.com
State New
Headers show
Series [wwwdocs] gcc-12/changes.html: nvptx - new __PTX_SM__ macro | expand

Commit Message

Tobias Burnus Aug. 30, 2021, 10:54 a.m. UTC
Document Roger's patch
https://gcc.gnu.org/g:3c496e92d795a8fe5c527e3c5b5a6606669ae50d

OK? Suggestions?

Tobias

PS: I have a pending wwwdocs patch for OpenMP, but I think I will hold
off with an updated version until Jakub's next patch – to avoid too many
updates.

PPS: I also have a pending wwwdocs patch for GCN, but there one tuning
follow-up patch is missing before it is fully implemented. Hence,
holding off that one as well.

-----------------
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

Tom de Vries Aug. 31, 2021, 1:57 p.m. UTC | #1
On 8/30/21 12:54 PM, Tobias Burnus wrote:
> Document Roger's patch
> https://gcc.gnu.org/g:3c496e92d795a8fe5c527e3c5b5a6606669ae50d
> 
> OK? Suggestions?
> 

LGTM.

Thanks,
- Tom
diff mbox series

Patch

gcc-12/changes.html: nvptx - new __PTX_SM__ macro

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index a8859882..d217f1c8 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -149,6 +149,8 @@  a work-in-progress.</p>
       for the generated code; permitted values are <code>3.1</code>
       (default, matches previous GCC versions) and <code>6.3</code>.
   </li>
+  <li>The <code>__PTX_SM__</code> predefined macro allows code to check the
+      compute model being targeted by the compiler.</li>
 </ul>
 <!-- <h3 id="hppa">PA-RISC</h3> -->