Re: Is Intel exceptionally unsuccessful as an architecture designer?

Liste des Groupes 
Sujet : Re: Is Intel exceptionally unsuccessful as an architecture designer?
De : terje.mathisen (at) *nospam* tmsw.no (Terje Mathisen)
Groupes : comp.arch
Date : 19. Sep 2024, 09:26:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vcgjns$g1mt$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.19
David Brown wrote:
On 19/09/2024 00:54, Lawrence D'Oliveiro wrote:
On Wed, 18 Sep 2024 16:23:01 +0000, MitchAlsup1 wrote:
>
On the other hand, and this is where the deprecation of the CPUs come
in, The engines consuming the data are bandwidth machines {GPUs and
Inference engines} which are quite insensitive to latency (they are not
not latency bound machines like CPUs).
>
When doing GPUs, a memory access taking 400 cycles would hardly degrade
the overall GPU performance--while it would KILL any typical CPU
architecture.
>
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
You actually need 20 Hz/50 ms even for joystick/mouse response when you ar enot in a hurry. (Was proven by the space station external arm joystick controller which was initially specified to operate at 10 Hz, but that turned out to be far too laggy for the astronauts so it was doubled to 20 Hz.

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.
My cousin Nils has hearing loss after a lifetime spent in studios and playing music, he can't use the offered hearing aids because they add 3-4 ms of latency. (Something which he noticed _immediately_ when first trying a pair.)
 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.
 
Early multiplayer games had to invent all sorts of tricks to try to hide away that latency, and well before that, around 1987 (?) I made a version of my terminal emulator which could do the same:
I.e. give instant feedback for keystrokes while in reality buffering them so that I could send out a single packet (over pay-per-packet X.25 networks) when I got a keystroke that I could not handle locally.
This one hack (designed and implemented overnight) saved Hydro and the Oseberg project NOK 2 Mill per year per remote location.
The only noticable (to the user) artifact was when they were entering data into an uppercase-only field: They would see the lowercase local response until they hit enter or tab, then the remote response would overwrite the field with uppercase instead. Normally I simply checked if the new remote data was reducing the offset between the local buffer and the official terminal view.
Terje
--
- <Terje.Mathisen at tmsw.no>
"almost all programming can be viewed as an exercise in caching"

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