Deutsch   English   Français   Italiano  
<v88sk4$kdv2$4@dont-email.me>

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

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: comp.arch
Subject: Re: Memory ordering
Date: Mon, 29 Jul 2024 13:04:19 -0700
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <v88sk4$kdv2$4@dont-email.me>
References: <b5d4a172469485e9799de44f5f120c73@www.novabbs.org>
 <v7ubd4$2e8dr$1@dont-email.me> <v7uc71$2ec3f$1@dont-email.me>
 <2024Jul26.190007@mips.complang.tuwien.ac.at>
 <2032da2f7a4c7c8c50d28cacfa26c9c7@www.novabbs.org>
 <2024Jul29.152110@mips.complang.tuwien.ac.at>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 29 Jul 2024 22:04:21 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e7ff1aa5790f368a9ad3a21131725cb1";
	logging-data="669666"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/UcTt5xkyrZ9syeQLrc1h83XUBpSNPndM="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:FsL8YcODPW4zBjktkBTAXZy4bSE=
In-Reply-To: <2024Jul29.152110@mips.complang.tuwien.ac.at>
Content-Language: en-US
Bytes: 1607

On 7/29/2024 6:21 AM, Anton Ertl wrote:
> communication between the cores

Communication between cores should be reduced down to its bare minimum! 
Try to _strive_ to gain an embarrassingly parallel scheme, if possible. 
If it MUST be done wrt "communication between the cores". Well, it 
better be using highly efficient algorithms to get the job done... Fair 
enough?