Deutsch   English   Français   Italiano  
<vdv79m$1dc01$10@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.arch
Subject: Re: is Vax addressing sane today
Date: Sun, 6 Oct 2024 23:42:47 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <vdv79m$1dc01$10@dont-email.me>
References: <2024Oct3.085754@mips.complang.tuwien.ac.at>
	<memo.20241003234930.19028I@jgd.cix.co.uk>
	<2024Oct4.170717@mips.complang.tuwien.ac.at> <vdsmgb$ukl1$3@dont-email.me>
	<2024Oct6.091859@mips.complang.tuwien.ac.at>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 07 Oct 2024 01:42:47 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="7b8f76882c2a47de8eae1b7c16ac24d2";
	logging-data="1486849"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX197hQw6SC2UCWFp60WgoAQA"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:mH0qGVD+qs6ymE1d7UK6HBJ+LYc=
Bytes: 2012

On Sun, 06 Oct 2024 07:18:59 GMT, Anton Ertl wrote:

> However, in most supercomputers (including Summit) the GPGPUs provide
> the bulk of the FLOPS ...

That tends to go back and forth, between CPU and GPU.

See this
<https://www.nextplatform.com/2020/03/05/software-evolution-on-ornls-summit-supercomputer/>
interview with Dr Tjerk Straatsma, group lead for scientific computing
at ORNL. Seems their supers have made heavy use of NVidia GPUs up to
now, but this was set to change:

    Frontier, the next system for the OLCF, will have AMD CPUs and
    GPUs.

    To prepare for this system, software developers may want to make
    changes to their programming approach, with OpenMP directive-based
    and HIP native offloading as the most comparable to the OpenACC
    and CUDA approaches on Summit today.

I wonder what happened to OpenCL as the cross-platform architecture
for GPU computing?