I had assumed those slides had already been released because some of the ones in the story were already shown elsewhere, perhaps there was some reuse.
There's nothing in the story itself that I thought was new, though.
Hopefully there's more to come.
TechReport's article looks like the first one actually worth reading:
http://www.techreport.com/articles.x/19514
Dedicated MMX pipes?
Looks like anand posted all the slides from hotchips:
Here the slide states, "When only one thread is active, it has access to all shared resources".
Does that mean one single thread can share across all 8 integer pipelines, or do those not count as a 'shared resource'?
Here the slide states, "When only one thread is active, it has access to all shared resources".
Does that mean one single thread can share across all 8 integer pipelines, or do those not count as a 'shared resource'?
There's no speculative execution.
from what i read, in single thread mode the second core can be used to execute a speculative istruction in parallel, so if it predict right it increase the ipc
Nope, that would be problematic on a number of levels. What the "use all shared resources" means is that a single-thread can have its instructions decoded across the entire decoder width, use both the 128-bit FMACs rather than just one etc.