On Thu, 6 Jun 2024, Tobias Burnus wrote:
> GCC 15 now supports unified-shared memory and the tile/unroll constructs 
> in OpenMP.
> 
> Updates https://gcc.gnu.org/gcc-15/changes.html
> and https://gcc.gnu.org/projects/gomp/

Nice!

> Comments?

--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
+<ul>
+  <li id="openmp"><a href="https://gcc.gnu.org/projects/gomp/";>OpenMP</a>

Can you please make this a relative link, i.e. "../projects/gomp/"?

+      Support for unified-shared memory has been added for some AMD and Nvidia
+      GPUs devices, enabled only when using the

"GPU devices", I believe?

And I think just "enabled" is sufficient.

+    <li>
+      OpenMP 5.1: The <code>unroll</code> and <code>tile</code>
+      loop-transformation constructs are now supported.
+    </li>

I'm thinking "loop transformation" in English? Or is this a specific term 
from the standard?

Fine with these changes.

Thanks,
Gerald

Reply via email to