Re: Is Intel exceptionally unsuccessful as an architecture designer?

Liste des GroupesRevenir à c arch 
Sujet : Re: Is Intel exceptionally unsuccessful as an architecture designer?
De : david.brown (at) *nospam* hesbynett.no (David Brown)
Groupes : comp.arch
Date : 19. Sep 2024, 20:06:55
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vchp80$lo31$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Mozilla Thunderbird
On 19/09/2024 18:09, MitchAlsup1 wrote:
On Thu, 19 Sep 2024 7:01:13 +0000, David Brown wrote:
 
On 19/09/2024 00:54, Lawrence D'Oliveiro wrote:
On Wed, 18 Sep 2024 16:23:01 +0000, MitchAlsup1 wrote:
>
But if it’s supposed to be for “interactive” use, it’s still going to
take
those 400 memory-cycle times to return a response.
>
In human terms, those 400 memory cycles are completely negligible.  For
most purposes, anything else than 100 milliseconds is an instant
response.  For high-speed games played by experts, 10 milliseconds is a
good target.  For the most demanding tasks, such as making music, 1
millisecond might be required.
 400 cycles IS negligible.
400 cycles for each LD is non-negligible.
 
Sure.
My understanding was that the extra cycles were latency on the handling of particular events or requests - after that, you had the data locally.   If you had that kind of delay individually for each load, then I completely agree it is far from negligible.

Remember LDs are 20%-22% of the instruction stream and with 400 cycles
per LD you see an average of 80-cycles per instruction even if all
other instructions take 1 cycle. This is 160× SLOWER than current
CPUs. But GPUs with thousands of cores can use memory that slow and
still deliver big gains in performance (6×-50×).
 
For anything interactive, an extra 400 memory cycles latency means
nothing - even if it is relatively slow memory - as long as you can keep
the throughput.  Network latency is massively bigger than this extra
memory latency would be.
 Most CPUs can't even deliver control in 400 cycles to an interrupt
or exception handler.

Date Sujet#  Auteur
13 Sep 24 * Is Intel exceptionally unsuccessful as an architecture designer?136John Dallman
14 Sep 24 +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1MitchAlsup1
14 Sep 24 +* Re: Is Intel exceptionally unsuccessful as an architecture designer?10Anton Ertl
14 Sep23:06 i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?9Michael S
15 Sep00:49 i +* Re: Is Intel exceptionally unsuccessful as an architecture designer?6MitchAlsup1
15 Sep10:22 i i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?5Michael S
17 Sep01:48 i i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?4MitchAlsup1
17 Sep09:57 i i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Michael S
17 Sep21:58 i i   `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2MitchAlsup1
17 Sep23:50 i i    `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Michael S
15 Sep02:42 i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Lawrence D'Oliveiro
15 Sep02:51 i  `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Michael S
18 Sep01:30 `* Re: Is Intel exceptionally unsuccessful as an architecture designer?124Lawrence D'Oliveiro
18 Sep01:45  +* Re: Is Intel exceptionally unsuccessful as an architecture designer?90MitchAlsup1
18 Sep02:44  i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?52Lawrence D'Oliveiro
18 Sep02:57  ii+* Re: Is Intel exceptionally unsuccessful as an architecture designer?23MitchAlsup1
18 Sep03:27  iii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?22Lawrence D'Oliveiro
18 Sep15:34  iii `* Re: Is Intel exceptionally unsuccessful as an architecture designer?21MitchAlsup1
18 Sep16:37  iii  +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1MitchAlsup1
18 Sep18:00  iii  +* Re: Is Intel exceptionally unsuccessful as an architecture designer?18Michael S
18 Sep19:01  iii  i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?4David Brown
18 Sep20:48  iii  ii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?3MitchAlsup1
19 Sep08:52  iii  ii +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1David Brown
19 Sep10:40  iii  ii `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
19 Sep01:51  iii  i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?13Lawrence D'Oliveiro
20 Sep17:21  iii  i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?12Stefan Monnier
20 Sep23:32  iii  i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?11Lawrence D'Oliveiro
20 Sep23:54  iii  i   `* Re: Is Intel exceptionally unsuccessful as an architecture designer?10Chris M. Thomasson
21 Sep00:11  iii  i    +* Re: Is Intel exceptionally unsuccessful as an architecture designer?8MitchAlsup1
21 Sep03:12  iii  i    i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?6Brett
21 Sep03:43  iii  i    ii+- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
21 Sep03:48  iii  i    ii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?4MitchAlsup1
21 Sep04:28  iii  i    ii `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Chris M. Thomasson
21 Sep04:32  iii  i    ii  +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
21 Sep10:26  iii  i    ii  `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
21 Sep10:25  iii  i    i`- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
21 Sep10:24  iii  i    `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
19 Sep01:48  iii  `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
18 Sep18:04  ii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?28Michael S
18 Sep18:23  ii `* Re: Is Intel exceptionally unsuccessful as an architecture designer?27MitchAlsup1
19 Sep00:54  ii  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?26Lawrence D'Oliveiro
19 Sep02:29  ii   +* Re: Is Intel exceptionally unsuccessful as an architecture designer?2MitchAlsup1
19 Sep06:27  ii   i`- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
19 Sep09:01  ii   `* Re: Is Intel exceptionally unsuccessful as an architecture designer?23David Brown
19 Sep09:26  ii    +* Re: Is Intel exceptionally unsuccessful as an architecture designer?15Terje Mathisen
19 Sep10:00  ii    i+* Perception of lag (Re: Is Intel exceptionally unsuccessful as an architecture designer?)2John Dallman
19 Sep18:12  ii    ii`- Re: Perception of lag (Re: Is Intel exceptionally unsuccessful as an architecture designer?)1MitchAlsup1
19 Sep11:10  ii    i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?12David Brown
19 Sep12:54  ii    i +* Re: Is Intel exceptionally unsuccessful as an architecture designer?6Terje Mathisen
20 Sep01:40  ii    i i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?4Lawrence D'Oliveiro
20 Sep09:14  ii    i ii+- Re: Is Intel exceptionally unsuccessful as an architecture designer?1David Brown
20 Sep09:55  ii    i ii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Terje Mathisen
20 Sep23:33  ii    i ii `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
20 Sep16:57  ii    i i`- Local (predictive?) echoing (was: Is Intel exceptionally unsuccessful as an architecture designer?)1Stefan Monnier
19 Sep18:16  ii    i +* Re: Is Intel exceptionally unsuccessful as an architecture designer?2MitchAlsup1
20 Sep01:38  ii    i i`- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
20 Sep22:06  ii    i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3John Dallman
20 Sep22:17  ii    i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2MitchAlsup1
20 Sep23:39  ii    i   `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
19 Sep18:09  ii    `* Re: Is Intel exceptionally unsuccessful as an architecture designer?7MitchAlsup1
19 Sep20:06  ii     +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1David Brown
20 Sep01:37  ii     `* Re: Is Intel exceptionally unsuccessful as an architecture designer?5Lawrence D'Oliveiro
20 Sep02:58  ii      `* Re: Is Intel exceptionally unsuccessful as an architecture designer?4MitchAlsup1
20 Sep06:05  ii       `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Lawrence D'Oliveiro
20 Sep12:52  ii        +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Paul A. Clayton
20 Sep22:06  ii        `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1John Dallman
18 Sep07:40  i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?37Anton Ertl
18 Sep08:31  i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?36Lawrence D'Oliveiro
18 Sep22:09  i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?35Anton Ertl
19 Sep01:47  i   `* Re: Is Intel exceptionally unsuccessful as an architecture designer?34Lawrence D'Oliveiro
19 Sep09:44  i    `* Re: Is Intel exceptionally unsuccessful as an architecture designer?33Niklas Holsti
19 Sep10:43  i     +* Re: Is Intel exceptionally unsuccessful as an architecture designer?13Lawrence D'Oliveiro
19 Sep15:25  i     i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?12Niklas Holsti
19 Sep21:29  i     i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?11Brett
19 Sep21:31  i     i  +* Re: Is Intel exceptionally unsuccessful as an architecture designer?8Thomas Koenig
20 Sep02:15  i     i  i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?7Brett
20 Sep07:46  i     i  i +* Re: Is Intel exceptionally unsuccessful as an architecture designer?5Thomas Koenig
20 Sep09:37  i     i  i i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?4David Brown
20 Sep17:18  i     i  i i +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Stefan Monnier
20 Sep17:21  i     i  i i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Brett
20 Sep19:10  i     i  i i  `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1David Brown
21 Sep10:42  i     i  i `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
19 Sep23:43  i     i  +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Niklas Holsti
21 Sep10:34  i     i  `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
19 Sep11:35  i     `* Re: Is Intel exceptionally unsuccessful as an architecture designer?19David Brown
19 Sep12:59  i      +* Re: Is Intel exceptionally unsuccessful as an architecture designer?16Terje Mathisen
19 Sep16:15  i      i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?7David Brown
19 Sep18:23  i      ii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?6MitchAlsup1
19 Sep20:12  i      ii +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1David Brown
19 Sep22:48  i      ii `* Re: Is Intel exceptionally unsuccessful as an architecture designer?4Lawrence D'Oliveiro
19 Sep23:35  i      ii  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3MitchAlsup1
20 Sep01:43  i      ii   +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
20 Sep02:59  i      ii   `- Re: quanta vs AI, not Is Intel exceptionally unsuccessful as an architecture designer?1John Levine
19 Sep22:53  i      i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?8Lawrence D'Oliveiro
20 Sep00:08  i      i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?7Niklas Holsti
20 Sep23:40  i      i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?6Lawrence D'Oliveiro
21 Sep00:07  i      i   +* Re: Is Intel exceptionally unsuccessful as an architecture designer?4MitchAlsup1
21 Sep00:33  i      i   i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Chris M. Thomasson
21 Sep10:22  i      i   ii`- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
21 Sep10:20  i      i   i`- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
21 Sep09:40  i      i   `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Niklas Holsti
19 Sep18:18  i      `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2MitchAlsup1
18 Sep01:54  +* Re: Is Intel exceptionally unsuccessful as an architecture designer?30Michael S
18 Sep06:57  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Stephen Fuld

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal