Re: Can we please have the old mailing list back

2020-04-10 Thread Andreas Schwab
On Apr 10 2020, Bernd Edlinger wrote:

> Interesting point with gmane.io, do they have a web-interface?

No.

Andreas.

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


Re: Can we please have the old mailing list back

2020-04-10 Thread Bernd Edlinger



On 4/10/20 9:06 AM, Andreas Schwab wrote:
> On Apr 10 2020, Bernd Edlinger wrote:
> 
>> Interesting point with gmane.io, do they have a web-interface?
> 
> No.
> 

Hmm.  Not good.

How do you access that data base ? NNTP ?


Bernd.

> Andreas.
> 


Re: Can we please have the old mailing list back

2020-04-10 Thread Andreas Schwab
On Apr 10 2020, Bernd Edlinger wrote:

> How do you access that data base ? NNTP ?

Yes, at news.gmane.io.

Andreas.

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


OpenACC with AMD Radeon GPU offloading

2020-04-10 Thread Thomas Schwinge
Hi!

On 2020-04-07T00:12:41+0430, MAHDI LOTFI via Gcc  wrote:
> I am a researcher from Jam Petrochemical company I want to use OpenACC with
> GCC compiler(FORTRAN language).

Thanks for your interest.

Please, use a proper Subject for your emails (see how I changed it), and
include any relevant information.  For example:

> I have a question about your compiler.

Which GCC version?  Binary packages retrieved from somewhere (such as
distribution packages; that's all off-topic here), or built from source,
exact commands used for building, etc.?

> I could not offload OpenACC computing block  on AMD Radeon GPU!!

..., and which "AMD Radeon GPU" exactly?

> and
> OpenACC code run on the host(CPU).
> How can I select AMD Radeon GPU as target device?
> I run mu code with :
> gfortran -fopenacc -fno-automatic -s Test.f90 -o Test

I don't know off-hand what '-s' means here, but otherwise that should be
good -- assuming GCC has been built with AMD GPU offloading support, has
been properly installed, and does support your GPU hardware.  Otherwise,
host fallback is the default.


Grüße
 Thomas
-
Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany
Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander 
Walter


Re: OpenACC with AMD Radeon GPU offloading

2020-04-10 Thread Maciej W. Rozycki
On Fri, 10 Apr 2020, Thomas Schwinge wrote:

> > I run mu code with :
> > gfortran -fopenacc -fno-automatic -s Test.f90 -o Test
> 
> I don't know off-hand what '-s' means here, but otherwise that should be
> good -- assuming GCC has been built with AMD GPU offloading support, has
> been properly installed, and does support your GPU hardware.  Otherwise,
> host fallback is the default.

 The `-s' option is to strip output.

 FWIW,

  Maciej


gcc-8-20200410 is now available

2020-04-10 Thread GCC Administrator via Gcc
Snapshot gcc-8-20200410 is now available on
  https://gcc.gnu.org/pub/gcc/snapshots/8-20200410/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 8 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch releases/gcc-8 
revision c4f7e2bee23afa4c6b5b39cc5cb19c767cdf123a

You'll find:

 gcc-8-20200410.tar.xzComplete GCC

  SHA256=a2c596991e0324a876ac7fd12a7c6d9c537d72490b7d617448f368e5ef3e9387
  SHA1=8f9517795fbe8ec310f7ce5221acd306cbdec006

Diffs from 8-20200403 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-8
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.