Don Y
2024-04-27 23:11:30 UTC
I've had to refactor my RTOS design to accommodate the likelihood of SMT
in future architectures.
Thinking (hoping?) these logical cores to be the "closest to the code",
I call them "Processors" (hysterical raisins). Implicit in SMT is the
notion that they are architecturally similar/identical.
These are part of PHYSICAL cores -- that I appropriately call "Cores".
These Cores are part of "Hosts" (ick; term begs for clarity!)... what
one would casually call "chips"/CPUs. Note that a host can house dissimilar
Cores (e.g., big.LITTLE).
Two or more hosts can be present on a "Node" (the smallest unit intended to
be added to or removed from a "System"). Again, they can be dissimilar
(think CPU/GPU).
I believe this covers the composition/hierarchy of any (near) future
system architectures. And, places the minimum constraints on said.
Are there any other significant developments in the pipeline that
could alter my conception of future hardware designs?
in future architectures.
Thinking (hoping?) these logical cores to be the "closest to the code",
I call them "Processors" (hysterical raisins). Implicit in SMT is the
notion that they are architecturally similar/identical.
These are part of PHYSICAL cores -- that I appropriately call "Cores".
These Cores are part of "Hosts" (ick; term begs for clarity!)... what
one would casually call "chips"/CPUs. Note that a host can house dissimilar
Cores (e.g., big.LITTLE).
Two or more hosts can be present on a "Node" (the smallest unit intended to
be added to or removed from a "System"). Again, they can be dissimilar
(think CPU/GPU).
I believe this covers the composition/hierarchy of any (near) future
system architectures. And, places the minimum constraints on said.
Are there any other significant developments in the pipeline that
could alter my conception of future hardware designs?