Re: [PATCH] wwwdocs: Deprecate offloading to HSAIL

2020-04-14 Thread Gerald Pfeifer
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


Re: [PATCH] wwwdocs: Deprecate offloading to HSAIL

2020-04-14 Thread Richard Biener via Gcc-patches
On Tue, Apr 14, 2020 at 4:17 PM Martin Jambor  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.
>  of the default via --param allow-store-data-races will
>  now be diagnosed and build systems have to be adjusted accordingly.
>
> +  
> +Offloading to Heterogeneous System Architecture Intermediate
> +Language (HSAIL) has been deprecated and will likely be removed in
> +a future release.
> +  
>  
>
>
> --
> 2.26.0
>