public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs][patch][OpenACC] gcc-14/changes.html: OpenACC - mention support for first 2.7 features
@ 2023-11-24 16:22 Tobias Burnus
  2023-11-26  8:48 ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Burnus @ 2023-11-24 16:22 UTC (permalink / raw)
  To: gcc-patches, Thomas Schwinge, Gerald Pfeifer

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

Comments before I commit it?

Current version: https://gcc.gnu.org/gcc-14/changes.html#general

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

[-- Attachment #2: openacc.diff --]
[-- Type: text/x-patch, Size: 711 bytes --]

gcc-14/changes.html: OpenACC - mention support for first 2.7 features

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 455798d1..c9d5f08a 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -81,4 +91,10 @@ a work-in-progress.</p>
   </ul>
   </li>
+  <li id="openacc"><a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a>
+    <li>OpenACC 2.7: The <code>self</code> clause was added to be used on
+      compute constructs and the <code>default</code> clause for data
+      constructs.<li>
+  </ul>
+  </li>
   <li>For offload-device code generated via OpenMP and OpenACC, the math
       and the Fortran runtime libraries will now automatically be linked,


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

* Re: [wwwdocs][patch][OpenACC] gcc-14/changes.html: OpenACC - mention support for first 2.7 features
  2023-11-24 16:22 [wwwdocs][patch][OpenACC] gcc-14/changes.html: OpenACC - mention support for first 2.7 features Tobias Burnus
@ 2023-11-26  8:48 ` Gerald Pfeifer
  2023-11-26  9:18   ` Andreas Schwab
  2023-11-27 10:13   ` Tobias Burnus
  0 siblings, 2 replies; 4+ messages in thread
From: Gerald Pfeifer @ 2023-11-26  8:48 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: gcc-patches, Thomas Schwinge

On Fri, 24 Nov 2023, Tobias Burnus wrote:
> Comments before I commit it?

+  <li id="openacc"><a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a>
+    <li>OpenACC 2.7: The <code>self</code> clause was added to be used on
+      compute constructs and the <code>default</code> clause for data
+      constructs.<li>
+  </ul>
+  </li>

Where does that </ul> come from? I'm afraid this won't validate/render 
properly.

Gerald

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

* Re: [wwwdocs][patch][OpenACC] gcc-14/changes.html: OpenACC - mention support for first 2.7 features
  2023-11-26  8:48 ` Gerald Pfeifer
@ 2023-11-26  9:18   ` Andreas Schwab
  2023-11-27 10:13   ` Tobias Burnus
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2023-11-26  9:18 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Tobias Burnus, gcc-patches, Thomas Schwinge

On Nov 26 2023, Gerald Pfeifer wrote:

> On Fri, 24 Nov 2023, Tobias Burnus wrote:
>> Comments before I commit it?
>
> +  <li id="openacc"><a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a>
> +    <li>OpenACC 2.7: The <code>self</code> clause was added to be used on
> +      compute constructs and the <code>default</code> clause for data
> +      constructs.<li>
                    </li>

> +  </ul>
> +  </li>
>
> Where does that </ul> come from? I'm afraid this won't validate/render 
> properly.

Neither that extra <li>, I think.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

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

* Re: [wwwdocs][patch][OpenACC] gcc-14/changes.html: OpenACC - mention support for first 2.7 features
  2023-11-26  8:48 ` Gerald Pfeifer
  2023-11-26  9:18   ` Andreas Schwab
@ 2023-11-27 10:13   ` Tobias Burnus
  1 sibling, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2023-11-27 10:13 UTC (permalink / raw)
  To: Gerald Pfeifer, Thomas Schwinge; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 979 bytes --]

On 26.11.23 09:48, Gerald Pfeifer wrote:
> On Fri, 24 Nov 2023, Tobias Burnus wrote:
>> Comments before I commit it?
> +  <li id="openacc"><a href="https://gcc.gnu.org/wiki/OpenACC
> +    <li>OpenACC 2.7: The <code>self</code> clause was added to be used on
> +      compute constructs and the <code>default</code> clause for data
> +      constructs.<li>
> +  </ul>
> +  </li>
>
> Where does that </ul> come from? I'm afraid this won't validate/render
> properly.

That's the disadvantage of splitting patches from the same file ... The
'<ul>' starts / should start just before the quoted line, namely as
attached. (Updated patch attach - minor changes but syntactically relevant.)

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

[-- Attachment #2: openacc-v2.diff --]
[-- Type: text/x-patch, Size: 808 bytes --]

gcc-14/changes.html: OpenACC - mention support for first 2.7 features

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 2088ee91..4ceed13d 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -90,6 +91,13 @@ a work-in-progress.</p>
     </li>
   </ul>
   </li>
+  <li id="openacc"><a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a>
+  <ul>
+    <li>OpenACC 2.7: The <code>self</code> clause was added to be used on
+      compute constructs and the <code>default</code> clause for data
+      constructs.</li>
+  </ul>
+  </li>
   <li>For offload-device code generated via OpenMP and OpenACC, the math
       and the Fortran runtime libraries will now automatically be linked,
       when the user or compiler links them on the host side. Thus, it is no


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

end of thread, other threads:[~2023-11-27 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-24 16:22 [wwwdocs][patch][OpenACC] gcc-14/changes.html: OpenACC - mention support for first 2.7 features Tobias Burnus
2023-11-26  8:48 ` Gerald Pfeifer
2023-11-26  9:18   ` Andreas Schwab
2023-11-27 10:13   ` Tobias Burnus

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