diff mbox series

wwwdocs: Deprecate offloading to HSAIL

Message ID ri6blnuywwl.fsf@suse.cz
State New
Headers show
Series wwwdocs: Deprecate offloading to HSAIL | expand

Commit Message

Martin Jambor April 14, 2020, 2:17 p.m. UTC
Hi,

for reasons described in my earlier email, I'd like to commit the
following to gcc-10/changes.html to mark offloading to HSAIL as
deprecated.

OK?

Thanks,

Martin


---
 htdocs/gcc-10/changes.html | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Richard Biener April 14, 2020, 2:28 p.m. UTC | #1
On Tue, Apr 14, 2020 at 4:17 PM Martin Jambor <mjambor@suse.cz> wrote:
>
> Hi,
>
> for reasons described in my earlier email, I'd like to commit the
> following to gcc-10/changes.html to mark offloading to HSAIL as
> deprecated.
>
> OK?

OK.

Richard.

> Thanks,
>
> Martin
>
>
> ---
>  htdocs/gcc-10/changes.html | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
> index ca49e626..17679812 100644
> --- a/htdocs/gcc-10/changes.html
> +++ b/htdocs/gcc-10/changes.html
> @@ -57,6 +57,11 @@ a work-in-progress.</p>
>      of the default via <code>--param allow-store-data-races</code> will
>      now be diagnosed and build systems have to be adjusted accordingly.
>    </li>
> +  <li>
> +    Offloading to Heterogeneous System Architecture Intermediate
> +    Language (HSAIL) has been deprecated and will likely be removed in
> +    a future release.
> +  </li>
>  </ul>
>
>
> --
> 2.26.0
>
Gerald Pfeifer April 14, 2020, 2:55 p.m. UTC | #2
On Tue, 14 Apr 2020, Martin Jambor wrote:
> for reasons described in my earlier email, I'd like to commit the
> following to gcc-10/changes.html to mark offloading to HSAIL as
> deprecated.
> 
> OK?

Yes, thank you.

Though given what I saw/understand, you could write "...will likely
be removed in GCC 11" (instead of "a future release").

Gerald
diff mbox series

Patch

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index ca49e626..17679812 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -57,6 +57,11 @@  a work-in-progress.</p>
     of the default via <code>--param allow-store-data-races</code> will
     now be diagnosed and build systems have to be adjusted accordingly.
   </li>
+  <li>
+    Offloading to Heterogeneous System Architecture Intermediate
+    Language (HSAIL) has been deprecated and will likely be removed in
+    a future release.
+  </li>
 </ul>