Market reasons to ditch the IGP

Article: Intel's Sandy Bridge Microarchitecture
By: Seni (seniike.delete@this.hotmail.com), February 16, 2011 1:39 pm
Room: Moderated Discussions
Nicolas Capens (nicolas.capens@gmail.com) on 2/16/11 wrote:
---------------------------
>Hi Seni,
>
>Seni (seniike@hotmail.com) on 2/11/11 wrote:
>---------------------------
>>>>>So instead of a multi-core CPU with an IGP you might as well have a CPU with a couple more cores.
>>>>
>>>>I'm wondering why you think there is a viable market segment that is too cheap
>>>>to pay $5 for an IGP and yet wants more cores.
>>>>Outside of the server market, some workstations, and a few other niches, the extra cores are not all that useful.
>>>>And the things they work for are things that GPUs do too - media transcoding, offline rendering, games, etc.
>>>>Why would someone who wants no GPU want more cores?
>>>
>>>First of all, an IGP does not cost 5 $. A quad-core Sandy Bridge costs at least
>>>177 $ and the IGP takes 18% of die space. That's over 30 $.
>>>
>>
>>You can't just divide and get the cost like that. The actual cost of the die area
>>is quite small - around $20 for the entire Sandy Bridge chip. The rest of the cost goes to:
>>- cost of the fab
>>- package/pins
>>- testing/binning
>>- cost of the process R&D
>>- cost of the chip design
>>- cost of validation & verification
>>- cost of the mask set
>>- cost of writing drivers
>>- cost of marketing programs
>>- and so on.
>
>If this was a valid argument then a Core i3 would cost only 5$ less than a Core
>i7. Clearly things like testing/binning, R&D/design/validation/verification, mask
>set and drivers also affect the IGP cost.
>

Price is not the same as cost.
Intel can charge different prices for products that are almost the same cost.

>Comparing the area really isn't a bad approximation of the real cost. In fact is
>should be higher since it's entirely different testing/binning and R&D/design/validation/verification
>compared to just varying the number of CPU cores.
>
>>The cost of the die area for the IGP really is about $5. But compared to the way
>>they did it before, moving the IGP onto the CPU probably saves more than $5, so really it's free.
>
>Making one thing a little cheaper doesn't mean some other expensive part suddenly
>became free. The total cost for the IGP is a lot higher than the ~5$ of the chip
>cost alone, and you can save a significant part of this total cost. A 6-core CPU
>would be cheaper than a quad-core with IGP.

The IGP's share of the other costs (fab buildout, etc.) is not entirely clear.

The fabs are the #1 cost. But how much of that cost can be spread out per chip depends on how many customers you can find to buy one chip each.
If there are lots of customers, smaller chip are gonna cost less.
If there are few customers, you can only utilize the fab fully by making big chips, in which case the extra area per chip has no effect on fab costs.
If you have multiple generations of fabs at once, then the cost of idling a fab is more complicated.
An increase in the area of one product at a new fab may cause another product to be shifted to an older fab that would have been idling.

So, for example, by moving Sandy Bridge's IGP on chip, they consume 32nm capacity at a greater rate and free up some 45nm capacity.
They then use up the extra 45nm capacity by delaying the 32nm shrink of Atom.
Would it be any cheaper if they made IGPs on 45nm and both Atoms and non-IGP Sandy Bridges on 32nm? Hard to say.
And if they did that, but replaced the 45nm IGP with software and idled the 45nm fabs?

The IGP's cost of design, v&v, drivers, and so on is shared between current IGPs and any future products that use the same IGP (e.g. future Atom),
and to some extent future products with next-generation IGPs based on modified versions of the current IGP. (e.g. Ivy Bridge)

I think mask costs are pretty much a constant term + a linear term for chip area.
So the mask is more expensive with an IGP than without, but sublinearly, and if the die area were spent on cores or cache instead, the cost would come out the same.
Package and pincount cost is pretty small for an on-chip IGP, but is dramatically higher for a northbridge IGP or a discrete video card.
Software rendering would probably have comparable pincounts to on-chip IGP, except if it makes inefficient use of bandwidth or power (which it almost certainly would).

>>If they did it your way and didn't design an IGP at all, they could save both
>the $5 and that last little bit of R&D...
>>Except that instead of spending money on IGP design, they have to spend it on software renderer design.
>
>How many developers do you think it takes to write a software renderer? Pixomatic
>was written by two people. Now compare that to the number of specialized people
>you need to perform all of the above described tasks to get an IGP onto the CPU.

>Note that a big strength of the move to software processing is that there are millions
>of software developers *eager* to develop for powerful homogenous chips. There's
>no significant difference in cost to design a game for the GPU versus the CPU. In
>fact today a great deal of time is wasted trying to figure out how to get the GPU
>to do what you want. Note that taking detours also results in lower effective performance.
>
>So in the long run what you'd get with a homogenous CPU with FMA and gather/scatter
>is a highly competitive software ecosystem with lots of new exciting products, at

"Competitive software ecosystem" sounds like you want to ditch the existing software ecosystem and start over.
Is that your plan? Abandon backward compatibility with DirectX and OpenGL?

>a lower cost to the end user. No need to pay Intel for something you migth not use
>much. Instead, you get more powerful hardware for your money.
>

At this point, I doubt I can convince you regarding either the cost or the performance.
I dispute all of the following:
-a lower cost to the end user by $5, if even that? who cares?
-No need to pay Intel and where do the extra cores and gather/scatter units come from? Not Intel?
-something you migth not use much gpus are used more than you think even at the low end. The Vista/Win7 gui uses them. Also a few non-game programs are gpu-accelerated.
-more powerful hardware for your money unlikely, as explained by pretty much everyone else commenting.

>>>Secondly, not having an IGP doesn't have to mean replacing it with CPU cores. You
>>>can also opt to save 30 $ and still enjoy having a fast CPU which can adequately
>>>take care of 3D graphics should you need it.
>>
>>A cheap CPU wouldn't be adequate for texture filtering even if it had 2 more cores.
>
>Yes it would. The HD Graphics 3000 IGP has just 2 samplers. A 6-core CPU with FMA
>and gather/scatter would be like having up to 12 slightly slower samplers.
>

Each sampler does a 4-texel quad at a time, so 2 of them do 8 texels per cycle.
Each bilinear-filtered texel lookup requires 4 reads from texture memory, so that makes 32 reads per cycle.
Each Sandy-Bridge-like core (without gather/scatter) has a dual-banked L1, dual ported TLB, etc. and cannot handle more than 2 loads per cycle.
So you would need at least 16 cores to match the IGP at equal clock frequency. Or 8 cores if you figure a 2:1 difference in clock. Just to keep up with the current somewhat-crappy IGP.

If you beef up the gather unit so it can pull multiple source texels from a single L1 cache access in a single cycle, you could catch up a little.
But this would require a swarm of enormous multiplexers in the middle of the L1D/LSU datapath, which would probably add 2 or 3 cycles to L1 latency and would devastating to all non-graphics code.
Also, it's not clear that other supporting parts of the chip could keep up, in particular, the parts of the LSU and TLB associated with enforcing memory ordering, coherency, memory protection checks and so on.

So basically, what we're looking at is that gather/scatter alone needs to make the cores 4 times faster to hit your target of two cores=1 IGP.
But it can't do it without a whole lot of bulky supporting hardware which is probably not compatible with a fast OOO x86 core.

>Note also that while the IGPs samplers can be either a bottleneck or running idle,
>a unified design can achieve higher peak throughput and only pays for delivered throughput.
>

While this is true the benefit of sharing two hardware pools is at best 2:1, from reclaiming the half of the units that would have been idle.
If the benefit of specializing the hardware is more than 2:1, then unifying is a net loss.

I'm still not entirely convinced that unified shaders were a good idea, but at least in that case, the shader code is nearly identical.
Unifying it further with the texture units or the framebuffer blending units for example, would probably be a mistake.

>>>Last but not least, people who use a discrete graphics would much rather have a
>>>6-core CPU with gather/scatter than a 4-core CPU + IGP.
>>
>>The people who would want to trade away the IGP for two extra cores, they already
>>can. There is a separate product for them - namely 6-core Gulftown.
>
>Gulftown doesn't have AVX, and requires a socket 1366 motherboard. So Gulftown
>sales are not a useful representation of the market for a future homogenous CPU with FMA and gather/scatter.
>

I think you completely missed the point here.

The point is there is are two separate the market segments here served by separate product lines.
Gulftown is high-core-count, high TDP, no IGP product, appropriate for mainly for certain uses. (High-end Desktops, Servers...)
Sandy Bridge is a moderate-core-count, moderate TDP, CPU+IGP product, appropriate for other different uses. (DTR Laptops, IGP Laptops...)

You are complaining that Sandy Bridge has too much IGP and not enough cores, but that's because it's not for you. You are in the other market segment.
When the next generations come out, there will still be high-cores/no IGP product and a IGP-based product with less cores.
That is to say, Gulftown will have a successor, and so will Sandy Bridge.
If you're not in the 4-Core+IGP market segment, then you don't buy a Sandy Bridge. You either get a Gulftown, or you wait for Gulftown's successor.
There's nothing to complain about except that you don't like the staggered timing of the product releases.

>>>>Other than misinformed consumers, I expect that market hole is awfully small.
>>>>Generally, consumers either need graphics for gaming, or need neither graphics
>>>>nor cpu power and would be better off with a netbook-class processor.
>>>>The consumer who buys an eight-core processor to browse the web is a fool.
>>>
>>>If that were a valid argument, then there would also be an awfully small market
>>>for Sandy Bridge as-is.
>>
>>Well, firstly, there are many misinformed consumers.
>
>That's true for any product. Most consumers will buy a bigger car than what they
>actually need for daily commutes.

Look at how car sales changed with the rise and fall of gas prices. SUVs and pickup trucks were selling like hotcakes, and then they weren't. And then they are again. And soon they probably won't be again.
So some people buy a car that's more than they need. But they only do it under certain market conditions that are subject to change.

The thing is, misinformed consumers can go in any direction.
They are unpredictable in the longer term and can change behavior with the whims of marketing & fashion.

If your plan is to make an inferior or overpriced product and hope people buy it anyway, it might work. Or it might not.
Making a good product and selling it to informed customers is a more reliable plan (unless you fail at marketing it).

To make a good product, you want to match it to the customer's actual needs, not what they think they need.
And their actual needs, in most cases, is either:
-1 they need a both CPU and a GPU, or
-2 they need basic capability at about a Celeron+IGP level.

In neither case is scrapping the IGP to pack in more cores going to actually help them.
They may not know that yet themselves, but there's a chance that they will catch on. What do you do then?

>So call it misinformation or whatever, people
>will buy the system with the highest performance for the money, even if they could
>do with a little less performance most of the time.
>

They do now. Will it continue? For how long? Who can say for sure?
All it would take is a strong ad campaign from someone people blindly listen too (Apple maybe?) to tell them that multicore CPUs are so uncool, and that some other new thing is the new thing.
Just look at the crash and burn of the Pentium 4/"clockspeed is everything" marketing plan. Suddenly people care about efficiency. The Pentium 4 is now everyone's scapegoat.

>They're still getting a more compelling system. In particular, it should be more
>future proof. History shows that software developers have always come up with ways
>to push the hardware requirements up. The Althon X2 I once paid 500€ for, is now
>a real pain to work on. And my 2500€ laptop with a Core 2 Duo 2.0 GHz is overdue
>for a replacement. And mark my words, multi-core software development is only at
>its infancy. A 6-core CPU is going to look average in just several years time.
>

Right. Performance demand grows over time. But not just demand for cores, but also demand for graphics performance.
You have argued in some of your other posts that you think the demand for graphics performance will saturate, much like the demand for audio performance did.
I don't think this is going to happen anytime soon, given my experience with offline renderers and vast quality gap between them and games.
There is just too much room for further improvement in graphics quality in games.

The wildcard here is the stalled console cycle. This hasn't happened before since the 1970s, IIRC, so it's unclear what effect it will have.
If pc games continue to be mostly console ports, even when there is no new console for 7+ years in a row, it could create a temporary plateau effect.
There might be no popular game demanding enough to need more than an IGP, thus killing the GPU market altogether.

>>Others think before they buy the computer that they will never play games on it.
>>Then they change their minds after it is too late.
>
>It's exactly the same for the CPU. Most still buy a dual-core CPU, based solely
>on the fact that most applications don't take advantage of more cores just yet.
>But they're not taking into account that the software world moves relatively fast
>and they're best off planning ahead 3-5 years.
>

I agree.

>That said, for a desktop system it's never too late to change your mind about gaming
>performance. You can start with a 6-core CPU performing graphics in software, and
>when it turns out you do play more games than anticipated, you can buy a discrete
>graphics card. If instead you started with a CPU+IGP, you'd have wasted money on
>the IGP. And if you need more CPU power, the CPU+IGP solution requires you to upgrade sooner.
>

You assume that GPU upgrades are possible. On desktops, they are. On laptops, they are not.
The desktop market is slowly collapsing.
You don't upgrade laptops. You buy a one, use it for a while, and then buy a whole new one.
This is the direction the whole market is going.


>>>Noone who calls himself a gamer is going to buy a Sandy
>>>Bridge CPU and use the IGP.
>>
>>You might think an IGP would be useless to someone with a proper GPU. It's not.
>>
>>I bought a laptop in 2008 or so, with a Penryn 6M and a Geforce 8800M. It also has an IGP.
>>It offers a low-power mode that is useful when you don't want to waste power using the real GPU.
>
>That's again something you can get from a homogenous CPU as well. When not running
>games, the near-idle power consumption of a modern CPU is lower than that of a hefty
>GPU.
>And if that changes in future designs due to better power gating in the discrete
>GPU, you still got a more powerful CPU while the IGP became useless. Honestly, falling
>back to the IGP because the GPU takes too much power at low load isn't a feat of
>the IGP but poor power management of the GPU. There's no reason it shouldn't be
>able to shut off partially instead of entirely to achieve a good balance. So using
>the IGP instead is just a short-lived band-aid.
>

I basically agree with this. It is a short-lived band-aid. But it is a band-aid that covers a genuine wound, and only costs $5.
It would be better that there be no wound at all, but as it is it's an ok deal.

>I'm happy for you your setup gives you a pracical advantage for the current reality,
>but it's not a long-term argument pro IGPs.
>
>>More importantly it's a backup in case the Geforce dies. Which in fact, it did.
>>So now I use the IGP. If not for the IGP, the system would be unbootable until
>>I got a replacement GPU, which for laptops is a huge pain.
>>Am I glad I spent the extra $5 to get an IGP? Hell yes!
>
>With all due respect that's just a silly argument. It only shows how unreliable
>GPUs really are. Would you buy a car that comes with a free bike, "in case it breaks
>down"? Personally I'd rather buy from a manufacturer who gives me a higher quality
>guarantee. And note this 'bike' isn't actually free.
>

The relative prices and values matter here.
If I buy a known unreliable sports car on account of its speed and general awesomeness, and for just $5 extra, the dealer throws in a perfectly good motorcycle, I'd say that's a good deal.
Well, maybe buying an unreliable sports car at all is not a good deal, but in this case, the options are sorta limited, as all other cars on this market have problems at least equally bad.

With desktops, if your GPU dies, you can just buy a new video card swap it in.
With a laptop, if you GPU dies and you have no IGP, the entire system is pretty much dead, and the only way to fix it is to send it to the manufacturer who hopefully has the spare part.
I think a backup is worth at least $5.

>Seriously, IGP+GPU systems have no future.
>
>>>>Non-consumers are different, as they have non-graphics servers, and non-graphics workstations.
>>>>But there are separate processor lines for servers and whatnot, so they don't really count here.
>>>
>>>It does count for something because designing an IGP has a high R&D cost. In other
>>>words a 6-core CPU can be cheaper than a 4-core CPU + IGP even if the die size is
>>>exactly the same. Furthermore, having different production lines and testing methods
>>>and all that reduces the efficiency so not having to produce CPUs with an IGP not
>>>only saves R&D but also production cost.
>>
>>Having multiple products is necessary anyway (2-core netbook vs. 4-core laptop
>>vs. 6-core workstation vs. 8-core server)
>>The R&D cost can't be reduced unless they completely eliminate all IGPs from their
>entire product line, including Atom.
>
>Yes, multiple products remain necessary, but not another combination of CPUs with
>and without IGP. Reducing the number of product lines, reduces cost per part.
>
>And you appear to imply that Atom uses the same IGP design as Sandy Bridge.

No, what I'm saying is that they are spawned from different generations of the same product lines made by the same hardware design team.
Intel's current netbook IGPs are based on the previous generations of mainstream IGPs.
All of intel's future netbook IGPs will be based on hand-me-down designs of current and future mainstream IGPs.
So, most of the work gets done once, and is shared over time between the two product lines.
If you shut down the mainstream IGP development, you would also lose your netbook IGP development. It's one and the same.
If you keep the netbook IGP development going at all, then you still pay the full development price that you would have paid for both whether you use it twice or not.

So any plan to replace mainstream IGPs with software rendering is workable only if it also works for netbooks.
When do you expect netbooks to have 8+ cores & gather/scatter support?
Right now Atom doesn't even have a dual ported LSU, and most netbooks are still single-core+HT.
They've got a long way to go to catch up with even the terrible IGP they come with.

> That's
>incorrect. Pineview has a GMA 3150, which is the old Direct3D 9 generation GMA 3100
>shrunk to 45 nm. It does vertex processing in software! If all desktop CPUs eliminate
>the IGP and several years later Atom runs out of IGPs to shrink down, Intel can
>still license cheap IGPs from PowerVR. The cost is lower than designing such an

One problem here is that PowerVR IGP drivers are from hell, and any possible fix seems to be blocked by licensing issues that Intel has little control over.
The other problem is having a PowerVR IGP means having an IGP at all, which is what you are arguing against in the first place, isn't it?
Surely if there is cost savings to be had, the netbook market is the ideal place for it.

>IGP in-house since the PowerVR design is licensed to multiple manufacturers. And
>it's definitely cheaper than continuing to design IGPs suited for the desktop market.
>

>So once again ditching the IGP saves money, which translates into more valuable homogenous CPUs for everyone.
>
>Regards,
>
>Nicolas
< Previous Post in ThreadNext Post in Thread >
TopicPosted ByDate
Sandy Bridge CPU article onlineDavid Kanter2010/09/26 09:35 PM
  Sandy Bridge CPU article onlineAlex2010/09/27 05:22 AM
    Sandy Bridge CPU article onlineDavid Kanter2010/09/27 10:06 AM
  Sandy Bridge CPU article onlinesomeone2010/09/27 06:03 AM
    Sandy Bridge CPU article onlineslacker2010/09/27 02:08 PM
      PowerPC is now PowerPaul A. Clayton2010/09/27 04:34 PM
    Sandy Bridge CPU article onlineDave2010/11/10 10:15 PM
  Sandy Bridge CPU article onlinesomeone2010/09/27 06:23 AM
    Sandy Bridge CPU article onlineDavid Kanter2010/09/27 06:39 PM
      Optimizing register clearPaul A. Clayton2010/09/28 12:34 PM
  Sandy Bridge CPU article onlineMS2010/09/27 06:54 AM
    Sandy Bridge CPU article onlineDavid Kanter2010/09/27 10:15 AM
      Sandy Bridge CPU article onlineMS2010/09/27 11:02 AM
      Sandy Bridge CPU article onlinempx2010/09/27 11:44 AM
        Sandy Bridge CPU article onlineMS2010/09/27 02:37 PM
          PreciselyDavid Kanter2010/09/27 03:22 PM
  Sandy Bridge CPU article onlineRichard Cownie2010/09/27 08:27 AM
    Sandy Bridge CPU article onlineDavid Kanter2010/09/27 10:01 AM
      Sandy Bridge CPU article onlineRichard Cownie2010/09/27 10:40 AM
        Sandy Bridge CPU article onlineboots2010/09/27 11:19 AM
          Right, mid-2011, not 2010. Sorry (NT)Richard Cownie2010/09/27 11:42 AM
        bulldozer single thread performanceMax2010/09/27 12:57 PM
          bulldozer single thread performanceMatt Waldhauer2011/03/02 11:32 AM
      Sandy Bridge CPU article onlinePun Zu2010/09/27 11:32 AM
      Sandy Bridge CPU article online?2010/09/27 11:44 AM
        Sandy Bridge CPU article onlineDavid Kanter2010/09/27 01:11 PM
          My opinion is that anything that would take advantage of 256-bit AVXredpriest2010/09/27 01:17 PM
            My opinion is that anything that would take advantage of 256-bit AVXAaron Spink2010/09/27 03:09 PM
              My opinion is that anything that would take advantage of 256-bit AVXredpriest2010/09/27 04:06 PM
                My opinion is that anything that would take advantage of 256-bit AVXDavid Kanter2010/09/27 05:23 PM
                  My opinion is that anything that would take advantage of 256-bit AVXIan Ollmann2010/09/28 03:57 PM
                    My opinion is that anything that would take advantage of 256-bit AVXIan Ollmann2010/09/28 04:35 PM
                      My opinion is that anything that would take advantage of 256-bit AVXMatt Waldhauer2010/09/28 10:58 PM
                My opinion is that anything that would take advantage of 256-bit AVXAaron Spink2010/09/27 06:39 PM
                  My opinion is that anything that would take advantage of 256-bit AVXIan Ollmann2010/09/28 04:14 PM
              My opinion is that anything that would take advantage of 256-bit AVXMegol2010/09/28 02:17 AM
                My opinion is that anything that would take advantage of 256-bit AVXMichael S2010/09/28 05:47 AM
                  PGICarlie Coats2010/09/28 10:23 AM
                    gfortran...Carlie Coats2010/09/29 09:33 AM
                  My opinion is that anything that would take advantage of 256-bit AVXmpx2010/09/28 12:58 PM
                    My opinion is that anything that would take advantage of 256-bit AVXMichael S2010/09/28 01:36 PM
                    My opinion is that anything that would take advantage of 256-bit AVXFoo_2010/09/29 01:08 AM
              My opinion is that anything that would take advantage of 256-bit AVXmpx2010/09/28 11:37 AM
                My opinion is that anything that would take advantage of 256-bit AVXAaron Spink2010/09/28 01:19 PM
                  My opinion is that anything that would take advantage of 256-bit AVXhobold2010/09/28 03:08 PM
                  My opinion is that anything that would take advantage of 256-bit AVXIan Ollmann2010/09/28 04:26 PM
                My opinion is that anything that would take advantage of 256-bit AVXAnthony2010/09/28 10:31 PM
          Sandy Bridge CPU article onlineHans de Vries2010/09/27 02:19 PM
            Sandy Bridge CPU article onlineDavid Kanter2010/09/27 03:19 PM
            Sandy Bridge CPU article online-Sweeper_2010/09/27 05:50 PM
              Sandy Bridge CPU article onlineDavid Kanter2010/09/27 06:41 PM
  Sandy Bridge CPU article onlineMichael S2010/09/27 02:55 PM
  Sandy Bridge CPU article onlineline982010/09/27 03:05 PM
    Sandy Bridge CPU article onlineDavid Kanter2010/09/27 03:20 PM
    Sandy Bridge CPU article onlineMichael S2010/09/27 03:23 PM
      Sandy Bridge CPU article onlineline982010/09/27 03:42 PM
        Sandy Bridge CPU article onlineDavid Kanter2010/09/27 09:33 PM
  Sandy Bridge CPU article onlineRoyi2010/09/27 04:04 PM
    Sandy Bridge CPU article onlineJack2010/09/27 04:40 PM
      Sandy Bridge CPU article onlineRoyi2010/09/27 11:47 PM
        Sandy Bridge CPU article onlineDavid Kanter2010/09/27 11:54 PM
          Sandy Bridge CPU article onlineRoyi2010/09/27 11:59 PM
            Sandy Bridge CPU article onlineJS2010/09/28 01:18 AM
              Sandy Bridge CPU article onlineRoyi2010/09/28 01:31 AM
                Sandy Bridge CPU article onlineJack2010/09/28 06:34 AM
                  Sandy Bridge CPU article onlineRoyi2010/09/28 08:22 AM
                    Sandy Bridge CPU article onlineFoo_2010/09/28 12:53 PM
                      Sandy Bridge CPU article onlinePaul2010/09/28 01:17 PM
                      Sandy Bridge CPU article onlinempx2010/09/28 01:22 PM
                        Sandy Bridge CPU article onlineanonymous2010/09/28 02:06 PM
                      Sandy Bridge CPU article onlineIntelUser20002010/09/29 01:49 AM
                    Sandy Bridge CPU article onlineJack2010/09/28 05:08 PM
                      Sandy Bridge CPU article onlinempx2010/09/29 01:50 AM
                        Sandy Bridge CPU article onlineLinus Torvalds2010/09/29 12:01 PM
                          Sandy Bridge CPU article onlineRoyi2010/09/29 12:48 PM
                          Sandy Bridge CPU article onlinempx2010/09/29 02:15 PM
                            Sandy Bridge CPU article onlineLinus Torvalds2010/09/29 02:27 PM
                              Sandy Bridge CPU article online?2010/09/29 11:18 PM
                                Sandy Bridge CPU article onlinesavantu2010/09/30 12:28 AM
                                  Sandy Bridge CPU article online?2010/09/30 03:43 AM
                                    Sandy Bridge CPU article onlinegallier22010/09/30 04:18 AM
                                      Sandy Bridge CPU article online?2010/09/30 08:38 AM
                                        Sandy Bridge CPU article onlineDavid Hess2010/09/30 10:28 AM
                                      moderation (again)hobold2010/10/01 05:08 AM
                                Sandy Bridge CPU article onlineMegol2010/09/30 02:13 AM
                                  Sandy Bridge CPU article online?2010/09/30 03:47 AM
                              Sandy Bridge CPU article onlineIan Ameline2010/09/30 08:54 AM
                                Sandy Bridge CPU article onlineLinus Torvalds2010/09/30 10:18 AM
                                  Sandy Bridge CPU article onlineIan Ameline2010/09/30 12:04 PM
                                    Sandy Bridge CPU article onlineLinus Torvalds2010/09/30 12:38 PM
                                      Sandy Bridge CPU article onlineMichael S2010/09/30 01:02 PM
                                        Sandy Bridge CPU article onlineNEON cortex2010/11/17 08:09 PM
                                  Sandy Bridge CPU article onlinempx2010/09/30 12:40 PM
                                    Sandy Bridge CPU article onlineLinus Torvalds2010/09/30 01:00 PM
                                    Sandy Bridge CPU article onlineNEON cortex2010/11/17 08:44 PM
                                Sandy Bridge CPU article onlineDavid Hess2010/09/30 10:36 AM
                                  Sandy Bridge CPU article onlinesomeone2010/09/30 11:23 AM
                                    Sandy Bridge CPU article onlinempx2010/09/30 01:50 PM
                                      wii lessonMichael S2010/09/30 02:12 PM
                                        wii lessonDan Downs2010/09/30 03:33 PM
                                        wii lessonKevin G2010/10/01 12:27 AM
                                          wii lessonRohit2010/10/01 07:53 AM
                                            wii lessonKevin G2010/10/02 03:30 AM
                                        wii lessonmpx2010/10/01 09:02 AM
                                        wii lessonIntelUser20002010/10/01 09:31 AM
                                      GPUs and gamesDavid Kanter2010/09/30 08:17 PM
                                        GPUs and gameshobold2010/10/01 05:27 AM
                                          GPUs and gamesanonymous2010/10/01 06:35 AM
                                        GPUs and gamesGabriele Svelto2010/10/01 09:07 AM
                                          GPUs and gamesLinus Torvalds2010/10/01 10:41 AM
                                            GPUs and gamesAnon2010/10/01 11:23 AM
                                            Can Intel do *this* ???Mark Roulo2010/10/03 03:17 PM
                                              Can Intel do *this* ???Anon2010/10/03 03:29 PM
                                                Can Intel do *this* ???Mark Roulo2010/10/03 03:55 PM
                                                  Can Intel do *this* ???Anon2010/10/03 05:45 PM
                                                    Can Intel do *this* ???Ian Ameline2010/10/03 10:35 PM
                                                Graphics, IGPs, and CacheJoe2010/10/10 09:51 AM
                                                  Graphics, IGPs, and CacheAnon2010/10/10 10:18 PM
                                                  Graphics, IGPs, and CacheRohit2010/10/11 06:14 AM
                                                  Graphics, IGPs, and Cachehobold2010/10/11 06:43 AM
                                                  Maybe the IGPU doesn't load into the L3Mark Roulo2010/10/11 08:05 AM
                                                  Graphics, IGPs, and CacheDavid Kanter2010/10/11 09:01 AM
                                              Can Intel do *this* ???Gabriele Svelto2010/10/04 12:31 AM
                                        Kanter's Law.Ian Ameline2010/10/01 02:05 PM
                                          Kanter's Law.David Kanter2010/10/01 02:18 PM
                                            Kanter's Law.Ian Ameline2010/10/01 02:33 PM
                                            Kanter's Law.Kevin G2010/10/01 04:19 PM
                                              Kanter's Law.IntelUser20002010/10/01 10:36 PM
                                                Kanter's Law.Kevin G2010/10/02 03:15 AM
                                                  Kanter's Law.IntelUser20002010/10/02 02:35 PM
                                            Wii vs pc'sRohit2010/10/01 07:34 PM
                                              Wii vs pc'sGabriele Svelto2010/10/01 11:54 PM
                                        GPUs and gamesmpx2010/10/02 11:30 AM
                                          GPUs and gamesFoo_2010/10/02 04:03 PM
                                            GPUs and gamesmpx2010/10/03 11:29 AM
                                              GPUs and gamesFoo_2010/10/03 01:52 PM
                                                GPUs and gamesmpx2010/10/03 03:29 PM
                                                  GPUs and gamesAnon2010/10/03 03:49 PM
                                                    GPUs and gamesmpx2010/10/04 11:42 AM
                                                      GPUs and gamesMS2010/10/04 02:51 PM
                                                      GPUs and gamesAnon2010/10/04 08:29 PM
                                                        persistence of visionhobold2010/10/04 11:47 PM
                                                        GPUs and gamesmpx2010/10/05 12:51 AM
                                                          GPUs and gamesMS2010/10/05 06:49 AM
                                                            GPUs and gamesJack2010/10/05 11:17 AM
                                                              GPUs and gamesMS2010/10/05 05:19 PM
                                                          GPUs and gamesJack2010/10/05 11:11 AM
                                                            GPUs and gamesmpx2010/10/05 12:51 PM
                                                              GPUs and gamesDavid Kanter2010/10/06 09:04 AM
                                                                GPUs and gamesjack2010/10/06 09:34 PM
                                                        GPUs and gamesLinus Torvalds2010/10/05 07:29 AM
                                                  GPUs and gamesFoo_2010/10/04 04:49 AM
                                                    GPUs and gamesJeremiah2010/10/08 10:58 AM
                                                    GPUs and gamesMS2010/10/08 01:37 PM
                                                GPUs and gamesSalvatore De Dominicis2010/10/04 01:41 AM
                                                  GPUs and gamesKevin G2010/10/05 02:13 PM
                                        GPUs and gamesmpx2010/10/03 11:36 AM
                                          GPUs and gamesDavid Kanter2010/10/04 07:08 AM
                                            GPUs and gamesKevin G2010/10/04 10:38 AM
                                    Sandy Bridge CPU article onlineNEON cortex2010/11/17 09:19 PM
                                  Sandy Bridge CPU article onlineIan Ameline2010/09/30 12:06 PM
                                    Sandy Bridge CPU article onlinerwessel2010/09/30 02:29 PM
                                      Sandy Bridge CPU article onlineMichael S2010/09/30 03:06 PM
                                        Sandy Bridge CPU article onlinerwessel2010/09/30 06:55 PM
                                          Sandy Bridge CPU article onlineDavid Hess2010/10/01 03:53 AM
                                            Sandy Bridge CPU article onlinerwessel2010/10/01 08:30 AM
                                              Sandy Bridge CPU article onlineDavid Hess2010/10/01 09:31 AM
                                                Sandy Bridge CPU article onlinerwessel2010/10/01 10:56 AM
                                                  Sandy Bridge CPU article onlineDavid Hess2010/10/01 08:28 PM
                                                    Sandy Bridge CPU article onlineRicardo B2010/10/02 05:38 AM
                                                      Sandy Bridge CPU article onlineDavid Hess2010/10/02 06:59 PM
                                                  which bus more wastefulMichael S2010/10/02 10:38 AM
                                                    which bus more wastefulrwessel2010/10/02 07:15 PM
                                            Sandy Bridge CPU article onlineRicardo B2010/10/01 10:08 AM
                                              Sandy Bridge CPU article onlineDavid Hess2010/10/01 08:31 PM
                                            Sandy Bridge CPU article onlineAndi Kleen2010/10/01 11:55 AM
                                              Sandy Bridge CPU article onlineDavid Hess2010/10/01 08:32 PM
                                      Sandy Bridge CPU article onlinekdg2010/10/01 11:26 AM
                                        Sandy Bridge CPU article onlineAnon2010/10/01 11:33 AM
                                          Analog display out?David Kanter2010/10/01 01:05 PM
                                            Analog display out?mpx2010/10/02 11:46 AM
                                            Analog display out?Anon2010/10/03 03:26 PM
                                              Digital is expensive!David Kanter2010/10/03 06:36 PM
                                                Digital is expensive!Anon2010/10/03 08:07 PM
                                                  Digital is expensive!David Kanter2010/10/03 10:02 PM
                                                    Digital is expensive!Steve Underwood2010/10/04 03:52 AM
                                                      Digital is expensive!David Kanter2010/10/04 07:03 AM
                                                        Digital is expensive!anonymous2010/10/04 07:11 AM
                                                          Digital is not very expensive!Steve Underwood2010/10/04 06:08 PM
                                                            Digital is not very expensive!Anon2010/10/04 08:33 PM
                                                              Digital is not very expensive!Steve Underwood2010/10/04 11:03 PM
                                                                Digital is not very expensive!mpx2010/10/05 01:10 PM
                                                            Digital is not very expensive!Gabriele Svelto2010/10/05 12:24 AM
                                                    Digital is expensive!jal1422010/10/04 11:46 AM
                                                Digital is expensive!mpx2010/10/04 01:04 AM
                                                  Digital is expensive!Gabriele Svelto2010/10/04 03:28 AM
                                                  Digital is expensive!Mark Christiansen2010/10/04 03:12 PM
                                              Analog display out?slacker2010/10/03 06:44 PM
                                                Analog display out?Anon2010/10/03 08:05 PM
                                            Analog display out?Steve Underwood2010/10/04 03:48 AM
                                        Sandy Bridge CPU article onlineDavid Hess2010/10/01 08:37 PM
                                          Sandy Bridge CPU article onlineslacker2010/10/02 02:53 PM
                                            Sandy Bridge CPU article onlineDavid Hess2010/10/02 06:49 PM
                                memory bandwithMax2010/09/30 12:19 PM
                                  memory bandwithAnon2010/10/01 11:28 AM
                                    memory bandwithJack2010/10/01 07:45 PM
                                      memory bandwithAnon2010/10/03 03:19 PM
                                Sandy Bridge CPU article onlinePiedPiper2010/09/30 07:05 PM
                            Sandy Bridge CPU article onlineMatt Sayler2010/09/29 04:38 PM
                            Sandy Bridge CPU article onlineJack2010/09/29 09:39 PM
                              Sandy Bridge CPU article onlinempx2010/09/30 12:24 AM
                                Sandy Bridge CPU article onlinepasser2010/09/30 03:15 AM
                                  Sandy Bridge CPU article onlinempx2010/09/30 03:47 AM
                                    Sandy Bridge CPU article onlinepasser2010/09/30 04:25 AM
                                  SB and web browsingRohit2010/09/30 06:47 AM
                                    SB and web browsingDavid Hess2010/09/30 07:10 AM
                                      SB and web browsingMS2010/09/30 10:21 AM
                                        SB and web browsingpasser2010/09/30 10:26 AM
                                          SB and web browsingMS2010/10/02 06:41 PM
                                      SB and web browsingRohit2010/10/01 08:02 AM
                                Sandy Bridge CPU article onlineDavid Kanter2010/09/30 08:35 AM
                                Sandy Bridge CPU article onlineJack2010/09/30 10:40 PM
                          processor evolutionhobold2010/09/29 02:16 PM
                            processor evolutionFoo_2010/09/30 06:10 AM
                              processor evolutionJack2010/09/30 07:07 PM
                                3D gaming as GPGPU apphobold2010/10/01 04:59 AM
                                  3D gaming as GPGPU appJack2010/10/01 07:39 PM
                              processor evolutionhobold2010/10/01 04:35 AM
                                processor evolutionDavid Kanter2010/10/01 10:02 AM
                                  processor evolutionAnon2010/10/01 11:46 AM
                                    DisplayDavid Kanter2010/10/01 01:26 PM
                                      DisplayRohit2010/10/02 02:56 AM
                                        DisplayLinus Torvalds2010/10/02 07:40 AM
                                          Displayrwessel2010/10/02 08:58 AM
                                            DisplaysJ2010/10/02 10:28 PM
                                              Displayrwessel2010/10/03 08:38 AM
                                            DisplayAnon2010/10/03 03:06 PM
                                              Display tech and compute are differentDavid Kanter2010/10/03 06:33 PM
                                                Display tech and compute are differentAnon2010/10/03 08:16 PM
                                                  Display tech and compute are differentDavid Kanter2010/10/03 10:00 PM
                                                Display tech and compute are differenthobold2010/10/04 01:40 AM
                                          Display?2010/10/03 03:02 AM
                                            DisplayLinus Torvalds2010/10/03 10:18 AM
                                              DisplayRichard Cownie2010/10/03 11:12 AM
                                                DisplayLinus Torvalds2010/10/03 12:16 PM
                                                  Displayslacker2010/10/03 07:35 PM
                                                    current V12 engines with >6.0 displacementanonymous2010/10/04 07:06 AM
                                                      current V12 engines with >6.0 displacementRicardo B2010/10/04 11:44 AM
                                                        current V12 engines with >6.0 displacementanonymous2010/10/04 02:59 PM
                                                          current V12 engines with >6.0 displacementRicardo B2010/10/04 03:13 PM
                                                          current V12 engines with >6.0 displacementAaron Spink2010/10/04 08:58 PM
                                                            current V12 engines with >6.0 displacementslacker2010/10/05 01:39 AM
                                                              current V12 engines with >6.0 displacementMS2010/10/05 06:57 AM
                                                              current V12 engines with >6.0 displacementRicardo B2010/10/05 01:20 PM
                                                              current V12 engines with >6.0 displacementAaron Spink2010/10/05 09:26 PM
                                                                current V12 engines with >6.0 displacementslacker2010/10/06 05:39 AM
                                                                  current V12 engines with >6.0 displacementAaron Spink2010/10/06 01:22 PM
                                                                    current V12 engines with >6.0 displacementRicardo B2010/10/06 03:07 PM
                                                                      current V12 engines with >6.0 displacementAaron Spink2010/10/06 03:56 PM
                                                                    current V12 engines with >6.0 displacementrwessel2010/10/06 03:30 PM
                                                                      current V12 engines with >6.0 displacementAaron Spink2010/10/06 03:53 PM
                                                                      current V12 engines with >6.0 displacementAnonymous2010/10/07 01:32 PM
                                                                        current V12 engines with >6.0 displacementrwessel2010/10/07 07:54 PM
                                                                          current V12 engines with >6.0 displacementAaron Spink2010/10/07 09:02 PM
                                                                    Top Gear is awful, and Jeremy Clarkson cannot drive.slacker2010/10/06 07:20 PM
                                                                      Top Gear is awful, and Jeremy Clarkson cannot drive.Ricardo B2010/10/07 01:32 AM
                                                                        Top Gear is awful, and Jeremy Clarkson cannot drive.slacker2010/10/07 08:15 AM
                                                                          Top Gear is awful, and Jeremy Clarkson cannot drive.Ricardo B2010/10/07 10:51 AM
                                                                current V12 engines with >6.0 displacementanon2010/10/06 05:03 PM
                                                                  current V12 engines with >6.0 displacementAaron Spink2010/10/06 06:26 PM
                                                                    current V12 engines with >6.0 displacementanon2010/10/06 11:15 PM
                                                                      current V12 engines with >6.0 displacementHoward Chu2010/10/07 02:16 PM
                                                              current V12 engines with >6.0 displacementAnon2010/10/05 10:31 PM
                                                                current V12 engines with >6.0 displacementslacker2010/10/06 05:55 AM
                                                                  current V12 engines with >6.0 displacementRicardo B2010/10/06 06:15 AM
                                                                    current V12 engines with >6.0 displacementslacker2010/10/06 06:34 AM
                                                                      I wonder is there any tech area that this forum doesn't have an opinion on (NT)Rob Thorpe2010/10/06 10:11 AM
                                                                        Cunieform tabletsDavid Kanter2010/10/06 12:57 PM
                                                                          Cunieform tabletsLinus Torvalds2010/10/06 01:06 PM
                                                                            Ouch...maybe I should hire a new editor (NT)David Kanter2010/10/06 04:38 PM
                                                                          Cunieform tabletsrwessel2010/10/06 03:41 PM
                                                                          Cunieform tabletsseni2010/10/07 10:56 AM
                                                                            Cunieform tabletsHoward Chu2010/10/07 01:44 PM
                                                                      current V12 engines with >6.0 displacementAnonymous2010/10/06 06:10 PM
                                                                        current V12 engines with >6.0 displacementanonymous2010/10/06 10:44 PM
                                                                        current V12 engines with >6.0 displacementslacker2010/10/07 07:55 AM
                                                                          current V12 engines with >6.0 displacementanonymous2010/10/07 08:51 AM
                                                                            current V12 engines with >6.0 displacementslacker2010/10/07 07:38 PM
                                                                              current V12 engines with >6.0 displacementanonymous2010/10/07 08:33 PM
                                                                                current V12 engines with >6.0 displacementAaron Spink2010/10/07 09:04 PM
                                                                                  Practical vehicles for commutingRob Thorpe2010/10/08 05:50 AM
                                                                                    Practical vehicles for commutingGabriele Svelto2010/10/08 06:05 AM
                                                                                      Practical vehicles for commutingRob Thorpe2010/10/08 06:21 AM
                                                                                        Practical vehicles for commutingj2010/10/08 02:20 PM
                                                                                      Practical vehicles for commutingRob Thorpe2010/12/09 07:00 AM
                                                                                  current V12 engines with >6.0 displacementanonymous2010/10/08 10:14 AM
                                                                          current V12 engines with >6.0 displacementAnonymous2010/10/07 01:23 PM
                                                                            current V12 engines with >6.0 displacementanon2010/10/07 04:08 PM
                                                                              current V12 engines with >6.0 displacementanonymous2010/10/07 05:41 PM
                                                                            current V12 engines with >6.0 displacementslacker2010/10/07 08:05 PM
                                                                              current V12 engines with >6.0 displacementanonymous2010/10/07 08:52 PM
                                                                              current V12 engines with >6.0 displacementAnonymous2010/10/08 07:52 PM
                                                                current V12 engines with >6.0 displacementanon2010/10/06 11:28 PM
                                                                  current V12 engines with >6.0 displacementAaron Spink2010/10/07 12:37 AM
                                                                    current V12 engines with >6.0 displacementRicardo B2010/10/07 01:37 AM
                                                      current V12 engines with >6.0 displacementslacker2010/10/05 02:02 AM
                                                    DisplayLinus Torvalds2010/10/04 10:39 AM
                                                      DisplayGabriele Svelto2010/10/05 12:34 AM
                                                  DisplayRichard Cownie2010/10/04 06:22 AM
                                                    Displayanon2010/10/04 09:22 PM
                                                      DisplayRichard Cownie2010/10/05 06:42 AM
                                              Displaympx2010/10/03 11:55 AM
                                                Displayrcf2010/10/03 01:12 PM
                                                  Displaympx2010/10/03 02:36 PM
                                                    Displayrcf2010/10/03 05:36 PM
                                                      DisplayRicardo B2010/10/04 02:50 PM
                                                        Displaygallier22010/10/05 03:44 AM
                                                          DisplayDavid Hess2010/10/05 05:21 AM
                                                            Displaygallier22010/10/05 08:21 AM
                                                  DisplayDavid Hess2010/10/03 11:21 PM
                                                    Displayrcf2010/10/04 08:06 AM
                                                DisplayDavid Kanter2010/10/03 01:54 PM
                                                  Alternative integrationPaul A. Clayton2010/10/06 08:51 AM
                                              Displayslacker2010/10/03 07:26 PM
                                              Display & marketing & analogies?2010/10/04 02:33 AM
                                                Display & marketing & analogieskdg2010/10/04 06:00 AM
                                      DisplayKevin G2010/10/02 09:49 AM
                                        DisplayAnon2010/10/03 03:43 PM
                        Sandy Bridge CPU article onlineDavid Kanter2010/09/29 03:17 PM
        Sandy Bridge CPU article onlineJack2010/09/28 06:27 AM
    Sandy Bridge CPU article onlineIntelUser20002010/09/28 03:07 AM
      Sandy Bridge CPU article onlinempx2010/09/28 12:34 PM
        Sandy Bridge CPU article onlineAaron Spink2010/09/28 01:28 PM
          Sandy Bridge CPU article onlineJoshW2010/09/28 02:13 PM
          Sandy Bridge CPU article onlinempx2010/09/28 02:54 PM
        Sandy Bridge CPU article onlineFoo_2010/09/29 01:19 AM
          Sandy Bridge CPU article onlinempx2010/09/29 03:06 AM
            Sandy Bridge CPU article onlineJS2010/09/29 03:42 AM
              Sandy Bridge CPU article onlinempx2010/09/29 04:03 AM
            Sandy Bridge CPU article onlineFoo_2010/09/29 05:55 AM
  Sandy Bridge CPU article onlineajensen2010/09/28 12:19 AM
    Sandy Bridge CPU article onlineIan Ollmann2010/09/28 04:52 PM
      Sandy Bridge CPU article onlinea reader2010/09/28 05:05 PM
      Sandy Bridge CPU article onlineajensen2010/09/28 11:35 PM
  Updated: Sandy Bridge CPU articleDavid Kanter2010/10/01 05:11 AM
    Updated: Sandy Bridge CPU articleanon2011/01/07 09:55 PM
      Updated: Sandy Bridge CPU articleEric Bron2011/01/08 03:29 AM
        Updated: Sandy Bridge CPU articleanon2011/01/11 11:24 PM
          Updated: Sandy Bridge CPU articleanon2011/01/15 11:21 AM
            David Kanter can you shed some light? Re Updated: Sandy Bridge CPU articleanon2011/01/16 11:22 PM
              David Kanter can you shed some light? Re Updated: Sandy Bridge CPU articleanonymous2011/01/17 02:04 AM
                David Kanter can you shed some light? Re Updated: Sandy Bridge CPU articleanon2011/01/17 07:12 AM
                  I can try....David Kanter2011/01/18 03:54 PM
                    I can try....anon2011/01/18 08:07 PM
                      I can try....David Kanter2011/01/18 11:24 PM
                        I can try....anon2011/01/19 07:51 AM
                          Wider fetch than execute makes sensePaul A. Clayton2011/01/19 08:53 AM
  Sandy Bridge CPU article onlineNicolas Capens2011/01/04 07:29 AM
    Sandy Bridge CPU article onlineSeni2011/01/04 09:07 PM
      Sandy Bridge CPU article onlinehobold2011/01/04 11:26 PM
        Sandy Bridge CPU article onlineMichael S2011/01/05 02:01 AM
          software assist exceptionshobold2011/01/05 04:36 PM
      Sandy Bridge CPU article onlineMichael S2011/01/05 01:58 AM
        Sandy Bridge CPU article onlineanon2011/01/05 04:51 AM
          Sandy Bridge CPU article onlineSeni2011/01/05 08:53 AM
            Sandy Bridge CPU article onlineMichael S2011/01/05 09:03 AM
              Sandy Bridge CPU article onlineanon2011/01/05 04:14 PM
      Sandy Bridge CPU article onlineNicolas Capens2011/01/05 04:50 AM
        Sandy Bridge CPU article onlineGabriele Svelto2011/01/05 05:00 AM
          Sandy Bridge CPU article onlineNicolas Capens2011/01/05 07:26 AM
            Sandy Bridge CPU article onlineGabriele Svelto2011/01/05 07:50 AM
              Sandy Bridge CPU article onlineMichael S2011/01/05 08:39 AM
              Sandy Bridge CPU article onlineNicolas Capens2011/01/05 03:50 PM
                permuting vector elementshobold2011/01/05 05:03 PM
                  permuting vector elementsNicolas Capens2011/01/05 06:01 PM
                  permuting vector elementsNicolas Capens2011/01/06 08:27 AM
                Sandy Bridge CPU article onlineGabriele Svelto2011/01/11 11:33 AM
                  Sandy Bridge CPU article onlineEduardoS2011/01/11 01:51 PM
                  Sandy Bridge CPU article onlinehobold2011/01/11 02:11 PM
                    Sandy Bridge CPU article onlineDavid Kanter2011/01/11 06:07 PM
                      Sandy Bridge CPU article onlineMichael S2011/01/12 03:25 AM
                        Sandy Bridge CPU article onlinehobold2011/01/12 05:03 PM
                          Sandy Bridge CPU article onlineDavid Kanter2011/01/12 11:27 PM
                            Sandy Bridge CPU article onlineEric Bron2011/01/13 02:38 AM
                            Sandy Bridge CPU article onlineMichael S2011/01/13 03:32 AM
                              Sandy Bridge CPU article onlinehobold2011/01/13 01:53 PM
                            What happened to VPERMIL2PS?Michael S2011/01/13 03:46 AM
                              What happened to VPERMIL2PS?Eric Bron2011/01/13 06:46 AM
                          Lower cost permutePaul A. Clayton2011/01/13 12:11 PM
                          Sandy Bridge CPU article onlineanon2011/01/25 06:31 PM
                  Sandy Bridge CPU article onlineNicolas Capens2011/01/12 06:34 PM
                    Sandy Bridge CPU article onlineGabriele Svelto2011/01/13 07:38 AM
                      Sandy Bridge CPU article onlineNicolas Capens2011/01/15 09:47 PM
                        Sandy Bridge CPU article onlineGabriele Svelto2011/01/16 03:13 AM
                        And just to make a further exampleGabriele Svelto2011/01/16 04:24 AM
                        Sandy Bridge CPU article onlinempx2011/01/16 01:27 PM
                      Sandy Bridge CPU article onlineNicolas Capens2011/01/25 02:56 PM
                        Sandy Bridge CPU article onlineDavid Kanter2011/01/25 04:11 PM
                          Sandy Bridge CPU article onlineNicolas Capens2011/01/26 08:49 AM
                            Sandy Bridge CPU article onlineEduardoS2011/01/26 04:35 PM
                              Sandy Bridge CPU article onlineNicolas Capens2011/01/27 02:51 AM
                                Sandy Bridge CPU article onlineEduardoS2011/01/27 02:40 PM
                                  Sandy Bridge CPU article onlineNicolas Capens2011/01/28 03:24 AM
                                    Sandy Bridge CPU article onlineEric Bron2011/01/28 03:49 AM
                                      Sandy Bridge CPU article onlineNicolas Capens2011/01/30 02:11 PM
                                        Sandy Bridge CPU article onlineEric Bron2011/01/31 03:43 AM
                                          Sandy Bridge CPU article onlineNicolas Capens2011/02/01 04:02 AM
                                            Sandy Bridge CPU article onlineEric Bron2011/02/01 04:28 AM
                                            Sandy Bridge CPU article onlineEric Bron2011/02/01 04:43 AM
                                    Sandy Bridge CPU article onlineEduardoS2011/01/28 07:14 PM
                                      Sandy Bridge CPU article onlineNicolas Capens2011/02/01 02:58 AM
                                        Sandy Bridge CPU article onlineEduardoS2011/02/01 02:36 PM
                                          Sandy Bridge CPU article onlineanon2011/02/01 04:56 PM
                                            Sandy Bridge CPU article onlineEduardoS2011/02/01 09:17 PM
                                              Sandy Bridge CPU article onlineanon2011/02/01 10:13 PM
                                              Sandy Bridge CPU article onlineEric Bron2011/02/02 04:08 AM
                                              Sandy Bridge CPU article onlineEric Bron2011/02/02 04:26 AM
                                Sandy Bridge CPU article onlinekalmaegi2011/02/01 09:29 AM
                            SW RasterizationDavid Kanter2011/01/27 05:18 PM
                              Lower pin count memoryiz2011/01/27 09:19 PM
                                Lower pin count memoryDavid Kanter2011/01/27 09:25 PM
                                  Lower pin count memoryiz2011/01/27 11:31 PM
                                    Lower pin count memoryDavid Kanter2011/01/27 11:52 PM
                                      Lower pin count memoryiz2011/01/28 12:28 AM
                                        Lower pin count memoryDavid Kanter2011/01/28 01:05 AM
                                          Lower pin count memoryiz2011/01/28 03:55 AM
                                            Lower pin count memoryDavid Hess2011/01/28 01:15 PM
                                            Lower pin count memoryDavid Kanter2011/01/28 01:57 PM
                                              Lower pin count memoryiz2011/01/28 05:20 PM
                                      Two years laterForgotPants2013/10/26 11:33 AM
                                        Two years lateranon2013/10/26 11:36 AM
                                        Two years laterExophase2013/10/26 12:56 PM
                                        Two years laterDavid Hess2013/10/26 05:05 PM
                                        Herz is totally the thing you DON*T care.Jouni Osmala2013/10/27 01:48 AM
                                          Herz is totally the thing you DON*T care.EduardoS2013/10/27 07:00 AM
                                            Herz is totally the thing you DON*T care.Michael S2013/10/27 07:45 AM
                                        Two years latersomeone2013/10/28 07:21 AM
                                  Lower pin count memoryMartin Høyer Kristiansen2011/01/28 01:41 AM
                                    Lower pin count memoryiz2011/01/28 03:07 AM
                                Lower pin count memoryDarrell Coker2011/01/27 10:39 PM
                                  Lower pin count memoryiz2011/01/28 12:20 AM
                                    Lower pin count memoryDarrell Coker2011/01/28 06:07 PM
                                      Lower pin count memoryiz2011/01/28 11:57 PM
                                        Lower pin count memoryDarrell Coker2011/01/29 02:21 AM
                                          Lower pin count memoryiz2011/01/31 10:28 PM
                              SW RasterizationNicolas Capens2011/02/02 08:48 AM
                                SW RasterizationEric Bron2011/02/02 09:37 AM
                                  SW RasterizationNicolas Capens2011/02/02 04:35 PM
                                    SW RasterizationEric Bron2011/02/02 05:11 PM
                                    SW RasterizationEric Bron2011/02/03 02:13 AM
                                      SW RasterizationNicolas Capens2011/02/04 07:57 AM
                                        SW RasterizationEric Bron2011/02/04 08:50 AM
                                          erratumEric Bron2011/02/04 08:58 AM
                                          SW RasterizationNicolas Capens2011/02/04 05:25 PM
                                            SW RasterizationDavid Kanter2011/02/04 05:33 PM
                                              SW Rasterizationanon2011/02/04 06:04 PM
                                              SW RasterizationNicolas Capens2011/02/05 03:39 PM
                                                SW RasterizationDavid Kanter2011/02/05 05:07 PM
                                                  SW RasterizationNicolas Capens2011/02/05 11:39 PM
                                        SW RasterizationEric Bron2011/02/04 10:55 AM
                                Comments pt 1David Kanter2011/02/02 01:08 PM
                                  Comments pt 1Eric Bron2011/02/02 03:16 PM
                                  Comments pt 1Gabriele Svelto2011/02/03 01:37 AM
                                    Comments pt 1Eric Bron2011/02/03 02:36 AM
                                    Comments pt 1Nicolas Capens2011/02/03 11:08 PM
                                  Comments pt 1Nicolas Capens2011/02/03 10:26 PM
                                    Comments pt 1Eric Bron2011/02/04 03:33 AM
                                      Comments pt 1Nicolas Capens2011/02/04 05:24 AM
                                    example codeEric Bron2011/02/04 04:51 AM
                                      example codeNicolas Capens2011/02/04 08:24 AM
                                        example codeEric Bron2011/02/04 08:36 AM
                                          example codeNicolas Capens2011/02/05 11:43 PM
                                    Comments pt 1Rohit2011/02/04 12:43 PM
                                      Comments pt 1Nicolas Capens2011/02/04 05:05 PM
                                        Comments pt 1David Kanter2011/02/04 05:36 PM
                                          Comments pt 1Nicolas Capens2011/02/05 02:45 PM
                                            Comments pt 1Eric Bron2011/02/05 04:13 PM
                                              Comments pt 1Nicolas Capens2011/02/05 11:52 PM
                                                Comments pt 1Eric Bron2011/02/06 01:31 AM
                                                  Comments pt 1Nicolas Capens2011/02/06 04:06 PM
                                                    Comments pt 1Eric Bron2011/02/07 03:12 AM
                                                      The need for gather/scatter supportNicolas Capens2011/02/10 10:07 AM
                                                        The need for gather/scatter supportEric Bron2011/02/11 03:11 AM
                                                          Gather/scatter performance dataNicolas Capens2011/02/13 03:39 AM
                                                            Gather/scatter performance dataEric Bron2011/02/13 07:46 AM
                                                              Gather/scatter performance dataNicolas Capens2011/02/14 07:48 AM
                                                                Gather/scatter performance dataEric Bron2011/02/14 09:32 AM
                                                                Gather/scatter performance dataEric Bron2011/02/14 10:07 AM
                                                            Gather/scatter performance dataEric Bron2011/02/13 09:00 AM
                                                              Gather/scatter performance dataNicolas Capens2011/02/14 07:49 AM
                                                                Gather/scatter performance dataEric Bron2011/02/15 02:23 AM
                                                            Gather/scatter performance dataEric Bron2011/02/13 05:06 PM
                                                              Gather/scatter performance dataNicolas Capens2011/02/14 07:52 AM
                                                                Gather/scatter performance dataEric Bron2011/02/14 09:43 AM
                                SW Rasterization - a long way offRohit2011/02/02 01:17 PM
                                  SW Rasterization - a long way offNicolas Capens2011/02/04 03:59 AM
                                    CPU only rendering - a long way offRohit2011/02/04 11:52 AM
                                      CPU only rendering - a long way offNicolas Capens2011/02/04 07:15 PM
                                        CPU only rendering - a long way offRohit2011/02/05 02:00 AM
                                          CPU only rendering - a long way offNicolas Capens2011/02/05 09:45 PM
                                            CPU only rendering - a long way offDavid Kanter2011/02/06 09:51 PM
                                              CPU only rendering - a long way offGian-Carlo Pascutto2011/02/07 12:22 AM
                                                EncryptionDavid Kanter2011/02/07 01:18 AM
                                                  EncryptionNicolas Capens2011/02/07 07:51 AM
                                                    EncryptionDavid Kanter2011/02/07 11:50 AM
                                                      EncryptionNicolas Capens2011/02/08 10:26 AM
                                                        CPUs are latency optimizedDavid Kanter2011/02/08 11:38 AM
                                                          efficient compiler on an efficient GPU real today.sJ2011/02/08 11:29 PM
                                                          CPUs are latency optimizedNicolas Capens2011/02/09 09:49 PM
                                                            CPUs are latency optimizedEric Bron2011/02/10 12:49 AM
                                                              CPUs are latency optimizedAntti-Ville Tuunainen2011/02/10 06:16 AM
                                                              CPUs are latency optimizedNicolas Capens2011/02/10 07:04 AM
                                                                CPUs are latency optimizedEric Bron2011/02/10 07:48 AM
                                                                  CPUs are latency optimizedNicolas Capens2011/02/10 01:31 PM
                                                                    CPUs are latency optimizedEric Bron2011/02/11 02:43 AM
                                                                      CPUs are latency optimizedNicolas Capens2011/02/11 07:31 AM
                                                            CPUs are latency optimizedEduardoS2011/02/10 05:29 PM
                                                              CPUs are latency optimizedAnon2011/02/10 06:40 PM
                                                                CPUs are latency optimizedDavid Kanter2011/02/10 08:33 PM
                                                                CPUs are latency optimizedEduardoS2011/02/11 02:18 PM
                                                              CPUs are latency optimizedNicolas Capens2011/02/11 05:56 AM
                                                                CPUs are latency optimizedRohit2011/02/11 07:33 AM
                                                                  CPUs are latency optimizedNicolas Capens2011/02/14 02:19 AM
                                                                    CPUs are latency optimizedEric Bron2011/02/14 03:23 AM
                                                                    CPUs are latency optimizedEduardoS2011/02/14 01:11 PM
                                                                CPUs are latency optimizedDavid Kanter2011/02/11 02:45 PM
                                                                  CPUs are latency optimizedNicolas Capens2011/02/15 05:22 AM
                                                                    CPUs are latency optimizedDavid Kanter2011/02/15 12:47 PM
                                                                      CPUs are latency optimizedNicolas Capens2011/02/15 07:10 PM
                                                                        Have funDavid Kanter2011/02/15 10:04 PM
                                                                          Have funNicolas Capens2011/02/17 03:59 AM
                                                                            Have funBrett2011/02/17 12:56 PM
                                                                              Have funNicolas Capens2011/02/19 04:53 PM
                                                                                Have funBrett2011/02/20 06:08 PM
                                                                                  Have funBrett2011/02/20 07:13 PM
                                                                                  On-die storage to fight AmdahlNicolas Capens2011/02/23 05:37 PM
                                                                                    On-die storage to fight AmdahlBrett2011/02/23 09:59 PM
                                                                                      On-die storage to fight AmdahlBrett2011/02/23 10:08 PM
                                                                                      On-die storage to fight AmdahlNicolas Capens2011/02/24 07:42 PM
                                                                                        On-die storage to fight AmdahlRohit2011/02/25 11:02 PM
                                                                                          On-die storage to fight AmdahlNicolas Capens2011/03/09 06:53 PM
                                                                                            On-die storage to fight AmdahlRohit2011/03/10 08:02 AM
                                                                                              NVIDIA using tile based rendering?Nathan Monson2011/03/11 07:58 PM
                                                                                                NVIDIA using tile based rendering?Rohit2011/03/12 04:29 AM
                                                                                                  NVIDIA using tile based rendering?Nathan Monson2011/03/12 11:05 AM
                                                                                                    NVIDIA using tile based rendering?Rohit2011/03/12 11:16 AM
                                                                                        On-die storage to fight AmdahlBrett2011/02/26 02:10 AM
                                                                                          On-die storage to fight AmdahlNathan Monson2011/02/26 01:51 PM
                                                                                            On-die storage to fight AmdahlBrett2011/02/26 04:40 PM
                                                                                          Convergence is inevitableNicolas Capens2011/03/09 08:22 PM
                                                                                            Convergence is inevitableBrett2011/03/09 10:59 PM
                                                                                              Convergence is inevitableAntti-Ville Tuunainen2011/03/10 03:34 PM
                                                                                                Convergence is inevitableBrett2011/03/10 09:39 PM
                                                                                                  Procedural texturing?David Kanter2011/03/11 01:32 AM
                                                                                                    Procedural texturing?hobold2011/03/11 03:59 AM
                                                                                                    Procedural texturing?Dan Downs2011/03/11 09:28 AM
                                                                                                    Procedural texturing?Mark Roulo2011/03/11 02:58 PM
                                                                                                    Procedural texturing?Anon2011/03/11 06:11 PM
                                                                                                      Procedural texturing?Nathan Monson2011/03/11 07:30 PM
                                                                                                        Procedural texturing?Brett2011/03/15 07:45 AM
                                                                                                          Procedural texturing?Seni2011/03/15 10:13 AM
                                                                                                            Procedural texturing?Brett2011/03/15 11:45 AM
                                                                                                              Procedural texturing?Seni2011/03/15 02:09 PM
                                                                                                      Procedural texturing?Brett2011/03/11 10:02 PM
                                                                                                    Procedural texturing?Brett2011/03/11 09:34 PM
                                                                                                    Procedural texturing?Eric Bron2011/03/12 03:37 AM
                                                                                            Convergence is inevitableJouni Osmala2011/03/09 11:28 PM
                                                                                            Convergence is inevitableBrett2011/04/05 05:08 PM
                                                                                              Convergence is inevitableNicolas Capens2011/04/07 05:23 AM
                                                                                                Convergence is inevitablenone2011/04/07 07:03 AM
                                                                                                  Convergence is inevitableNicolas Capens2011/04/07 10:34 AM
                                                                                                  Convergence is inevitableanon2011/04/07 02:15 PM
                                                                                                    Convergence is inevitablenone2011/04/08 01:57 AM
                                                                                                  Convergence is inevitableBrett2011/04/07 08:04 PM
                                                                                                    Convergence is inevitablenone2011/04/08 02:14 AM
                                                                                                      Gather implementationDavid Kanter2011/04/08 12:01 PM
                                                                                                RAM LatencyDavid Hess2011/04/07 08:22 AM
                                                                                                  RAM LatencyBrett2011/04/07 07:20 PM
                                                                                                  RAM LatencyNicolas Capens2011/04/07 10:18 PM
                                                                                                    RAM LatencyBrett2011/04/08 05:33 AM
                                                                                                      RAM LatencyNicolas Capens2011/04/10 02:23 PM
                                                                                                    RAM LatencyRohit2011/04/08 06:57 AM
                                                                                                      RAM LatencyNicolas Capens2011/04/10 01:23 PM
                                                                                                        RAM LatencyDavid Kanter2011/04/10 02:27 PM
                                                                                                        RAM LatencyRohit2011/04/11 06:17 AM
                                                                                                Convergence is inevitableEric Bron2011/04/07 09:46 AM
                                                                                                  Convergence is inevitableNicolas Capens2011/04/07 09:50 PM
                                                                                                    Convergence is inevitableEric Bron2011/04/08 12:39 AM
                                                                                      Flaws in PowerVRRohit2011/02/25 11:21 PM
                                                                                        Flaws in PowerVRBrett2011/02/26 12:37 AM
                                                                                          Flaws in PowerVRPaul2011/02/26 05:17 AM
                                                                            Have funDavid Kanter2011/02/18 12:52 PM
                                                                              Have funMichael S2011/02/19 12:12 PM
                                                                                Have funDavid Kanter2011/02/19 03:26 PM
                                                                                  Have funMichael S2011/02/19 04:43 PM
                                                                                    Have funanon2011/02/19 05:02 PM
                                                                                      Have funMichael S2011/02/19 05:56 PM
                                                                                        Have funanon2011/02/20 03:50 PM
                                                                                Have funEduardoS2011/02/20 02:44 PM
                                                                                  Linear vs non-linearEduardoS2011/02/20 02:55 PM
                                                                                  Have funMichael S2011/02/20 04:19 PM
                                                                                    Have funEduardoS2011/02/20 05:51 PM
                                                                              Have funNicolas Capens2011/02/21 11:12 AM
                                                                                Have funMichael S2011/02/21 12:38 PM
                                                                                  Have funEric Bron2011/02/21 02:10 PM
                                                                                  Have funEric Bron2011/02/21 02:39 PM
                                                                                    Have funMichael S2011/02/21 06:13 PM
                                                                                      Have funEric Bron2011/02/22 12:43 AM
                                                                                        Have funMichael S2011/02/22 01:47 AM
                                                                                          Have funEric Bron2011/02/22 02:10 AM
                                                                                            Have funMichael S2011/02/22 11:37 AM
                                                                                              Have funanon2011/02/22 01:38 PM
                                                                                              Have funEduardoS2011/02/22 03:49 PM
                                                                                  Gather/scatter efficiencyNicolas Capens2011/02/23 06:37 PM
                                                                                    Gather/scatter efficiencyanonymous2011/02/23 06:51 PM
                                                                                      Gather/scatter efficiencyNicolas Capens2011/02/24 06:57 PM
                                                                                        Gather/scatter efficiencyanonymous2011/02/24 07:16 PM
                                                                                          Gather/scatter efficiencyMichael S2011/02/25 07:45 AM
                                                                                            Gather implementationDavid Kanter2011/02/25 05:34 PM
                                                                                              Gather implementationMichael S2011/02/26 10:40 AM
                                                                                                Gather implementationanon2011/02/26 11:52 AM
                                                                                                  Gather implementationMichael S2011/02/26 12:16 PM
                                                                                                    Gather implementationanon2011/02/26 11:22 PM
                                                                                                      Gather implementationMichael S2011/02/27 07:23 AM
                                                                                          Gather/scatter efficiencyNicolas Capens2011/02/28 03:14 PM
                                                                                Consider yourself ignoredDavid Kanter2011/02/22 01:05 AM
                                                                        one more anti-FMA flame. By me.Michael S2011/02/16 07:40 AM
                                                                          one more anti-FMA flame. By me.Eric Bron2011/02/16 08:30 AM
                                                                          one more anti-FMA flame. By me.Eric Bron2011/02/16 09:15 AM
                                                                          one more anti-FMA flame. By me.Nicolas Capens2011/02/17 06:27 AM
                                                                            anti-FMA != anti-throughput or anti-SGMichael S2011/02/17 07:42 AM
                                                                              anti-FMA != anti-throughput or anti-SGNicolas Capens2011/02/17 05:46 PM
                                                                                Tarantula paperPaul A. Clayton2011/02/18 12:38 AM
                                                                                  Tarantula paperNicolas Capens2011/02/19 05:19 PM
                                                                                anti-FMA != anti-throughput or anti-SGEric Bron2011/02/18 01:48 AM
                                                                                  anti-FMA != anti-throughput or anti-SGNicolas Capens2011/02/20 03:46 PM
                                                                                    anti-FMA != anti-throughput or anti-SGMichael S2011/02/20 05:00 PM
                                                                                      anti-FMA != anti-throughput or anti-SGNicolas Capens2011/02/23 04:05 AM
                                                                                        Software pipelining on x86David Kanter2011/02/23 05:04 AM
                                                                                          Software pipelining on x86JS2011/02/23 05:25 AM
                                                                                            Software pipelining on x86Salvatore De Dominicis2011/02/23 08:37 AM
                                                                                            Software pipelining on x86Jouni Osmala2011/02/23 09:10 AM
                                                                                            Software pipelining on x86LeeMiller2011/02/23 10:07 PM
                                                                                          Software pipelining on x86Nicolas Capens2011/02/24 03:17 PM
                                                                                            Software pipelining on x86anonymous2011/02/24 07:04 PM
                                                                                              Software pipelining on x86Nicolas Capens2011/02/28 09:27 AM
                                                                                              Software pipelining on x86Antti-Ville Tuunainen2011/03/02 04:31 AM
                                                                                              Software pipelining on x86Megol2011/03/02 12:55 PM
                                                                                                Software pipelining on x86Geert Bosch2011/03/03 07:58 AM
                                                                                            FMA benefits and latency predictionsDavid Kanter2011/02/25 05:14 PM
                                                                                              FMA benefits and latency predictionsAntti-Ville Tuunainen2011/02/26 10:43 AM
                                                                                                FMA benefits and latency predictionsMatt Waldhauer2011/02/27 06:42 AM
                                                                                              FMA benefits and latency predictionsNicolas Capens2011/03/09 06:11 PM
                                                                                                FMA benefits and latency predictionsRohit2011/03/10 08:11 AM
                                                                                                  FMA benefits and latency predictionsEric Bron2011/03/10 09:30 AM
                                                                                        anti-FMA != anti-throughput or anti-SGMichael S2011/02/23 05:19 AM
                                                                                          anti-FMA != anti-throughput or anti-SGNicolas Capens2011/02/23 07:50 AM
                                                                                            anti-FMA != anti-throughput or anti-SGMichael S2011/02/23 10:37 AM
                                                                                              FMA and beyondNicolas Capens2011/02/24 04:47 PM
                                                                                                detour on terminologyhobold2011/02/24 07:08 PM
                                                                                                  detour on terminologyNicolas Capens2011/02/28 02:24 PM
                                                                                                    detour on terminologyEric Bron2011/03/01 02:38 AM
                                                                                                      detour on terminologyMichael S2011/03/01 05:03 AM
                                                                                                        detour on terminologyEric Bron2011/03/01 05:39 AM
                                                                                                          detour on terminologyMichael S2011/03/01 08:33 AM
                                                                                                            detour on terminologyEric Bron2011/03/01 09:34 AM
                                                                                                              erratum Eric Bron2011/03/01 09:54 AM
                                                                                                      detour on terminologyNicolas Capens2011/03/10 08:39 AM
                                                                                                        detour on terminologyEric Bron2011/03/10 09:50 AM
                                                                                        anti-FMA != anti-throughput or anti-SGNicolas Capens2011/02/23 06:12 AM
                                                                                    anti-FMA != anti-throughput or anti-SGDavid Kanter2011/02/20 11:25 PM
                                                                              anti-FMA != anti-throughput or anti-SGDavid Kanter2011/02/17 06:51 PM
                                                                                Tarantula vector unit well-integratedPaul A. Clayton2011/02/18 12:38 AM
                                                                                anti-FMA != anti-throughput or anti-SGMegol2011/02/19 02:17 PM
                                                                                  anti-FMA != anti-throughput or anti-SGDavid Kanter2011/02/20 02:09 AM
                                                                                    anti-FMA != anti-throughput or anti-SGMegol2011/02/20 09:55 AM
                                                                                      anti-FMA != anti-throughput or anti-SGDavid Kanter2011/02/20 01:39 PM
                                                                                        anti-FMA != anti-throughput or anti-SGEduardoS2011/02/20 02:35 PM
                                                                                        anti-FMA != anti-throughput or anti-SGMegol2011/02/21 08:12 AM
                                                                              anti-FMA != anti-throughput or anti-SGanon2011/02/17 10:44 PM
                                                                                anti-FMA != anti-throughput or anti-SGMichael S2011/02/18 06:20 AM
                                                                            one more anti-FMA flame. By me.Eric Bron2011/02/17 08:24 AM
                                                                              thanksMichael S2011/02/17 04:56 PM
                                                                    CPUs are latency optimizedEduardoS2011/02/15 01:24 PM
                                                                    SwiftShader SNB testEric Bron2011/02/15 03:46 PM
                                                                      SwiftShader NHM testEric Bron2011/02/15 04:50 PM
                                                                      SwiftShader SNB testNicolas Capens2011/02/17 12:06 AM
                                                                        SwiftShader SNB testEric Bron2011/02/17 01:21 AM
                                                                        SwiftShader SNB testEric Bron2011/02/22 10:32 AM
                                                                          SwiftShader SNB test 2nd runEric Bron2011/02/22 10:51 AM
                                                                            SwiftShader SNB test 2nd runNicolas Capens2011/02/23 02:14 PM
                                                                              SwiftShader SNB test 2nd runEric Bron2011/02/23 02:42 PM
                                                                                Win7SP1 out but no AVX hype?Michael S2011/02/24 03:14 AM
                                                                                  Win7SP1 out but no AVX hype?Eric Bron2011/02/24 03:39 AM
                                                                  CPUs are latency optimizedEric Bron2011/02/15 08:02 AM
                                                                CPUs are latency optimizedEduardoS2011/02/11 03:40 PM
                                              CPU only rendering - not a long way offNicolas Capens2011/02/07 06:45 AM
                                                CPU only rendering - not a long way offDavid Kanter2011/02/07 12:09 PM
                                                  CPU only rendering - not a long way offanonymous2011/02/07 10:25 PM
                                                    Sandy Bridge IGP EUsDavid Kanter2011/02/07 11:22 PM
                                                      Sandy Bridge IGP EUsHannes2011/02/08 05:59 AM
                                SW Rasterization - Why?Seni2011/02/02 02:53 PM
                                  Market reasons to ditch the IGPNicolas Capens2011/02/10 03:12 PM
                                    Market reasons to ditch the IGPSeni2011/02/11 05:42 AM
                                      Market reasons to ditch the IGPNicolas Capens2011/02/16 04:29 AM
                                        Market reasons to ditch the IGPSeni2011/02/16 01:39 PM
                                          An excellent post!David Kanter2011/02/16 03:18 PM
                                          CPUs clock higherMoritz2011/02/17 08:06 AM
                                          Market reasons to ditch the IGPNicolas Capens2011/02/18 06:22 PM
                                            Market reasons to ditch the IGPIntelUser20002011/02/18 07:20 PM
                                              Market reasons to ditch the IGPNicolas Capens2011/02/21 02:42 PM
                                                Bad data (repeated)David Kanter2011/02/22 12:21 AM
                                                  Bad data (repeated)none2011/02/22 03:04 AM
                                                    13W or 8W?Foo_2011/02/22 06:00 AM
                                                      13W or 8W?Linus Torvalds2011/02/22 08:58 AM
                                                        13W or 8W?David Kanter2011/02/22 11:33 AM
                                                          13W or 8W?Mark Christiansen2011/02/22 02:47 PM
                                                  Bigger pictureNicolas Capens2011/02/24 06:33 PM
                                                    Bigger pictureNicolas Capens2011/02/24 08:06 PM
                                                    20+ WattNicolas Capens2011/02/24 08:18 PM
                                                      <20WDavid Kanter2011/02/25 01:13 PM
                                                        >20WNicolas Capens2011/03/08 07:34 PM
                                                          IGP is 3X more efficientDavid Kanter2011/03/08 10:53 PM
                                                            IGP is 3X more efficientEric Bron2011/03/09 02:44 AM
                                                          >20WEric Bron2011/03/09 03:48 AM
                                                    Specious data and claims are still speciousDavid Kanter2011/02/25 02:38 AM
                                                      IGP power consumption, LRB samplersNicolas Capens2011/03/08 06:24 PM
                                                        IGP power consumption, LRB samplersEduardoS2011/03/08 06:52 PM
                                                        IGP power consumption, LRB samplersRohit2011/03/09 07:42 AM
                                                Market reasons to ditch the IGPnone2011/02/22 02:58 AM
                                                  Market reasons to ditch the IGPNicolas Capens2011/02/24 06:43 PM
                                                Market reasons to ditch the IGPslacker2011/02/22 02:32 PM
                                            Market reasons to ditch the IGPSeni2011/02/18 09:51 PM
                                              Correction - 28 comparators, not 36. (NT)Seni2011/02/18 10:03 PM
                                              Market reasons to ditch the IGPGabriele Svelto2011/02/19 01:49 AM
                                                Market reasons to ditch the IGPSeni2011/02/19 11:59 AM
                                                  Market reasons to ditch the IGPExophase2011/02/20 10:43 AM
                                              Market reasons to ditch the IGPEduardoS2011/02/19 10:13 AM
                                                Market reasons to ditch the IGPSeni2011/02/19 11:46 AM
                                              The next revolutionNicolas Capens2011/02/22 03:33 AM
                                                The next revolutionGabriele Svelto2011/02/22 09:15 AM
                                                  The next revolutionEric Bron2011/02/22 09:48 AM
                                                  The next revolutionNicolas Capens2011/02/23 07:39 PM
                                                    The next revolutionGabriele Svelto2011/02/24 12:43 AM
                                                      GPGPU content creation (or lack of it)Nicolas Capens2011/02/28 07:39 AM
                                                        GPGPU content creation (or lack of it)The market begs to differ2011/03/01 06:32 AM
                                                          GPGPU content creation (or lack of it)Nicolas Capens2011/03/09 09:14 PM
                                                            GPGPU content creation (or lack of it)Gabriele Svelto2011/03/10 01:01 AM
                                                        The market begs to differGabriele Svelto2011/03/01 06:33 AM
                                                    The next revolutionAnon2011/02/24 02:15 AM
                                                      The next revolutionNicolas Capens2011/02/28 02:34 PM
                                                The next revolutionSeni2011/02/22 02:02 PM
                                                  The next revolutionGabriele Svelto2011/02/23 06:27 AM
                                                    The next revolutionSeni2011/02/23 09:03 AM
                                                  The next revolutionNicolas Capens2011/02/24 06:11 AM
                                                    The next revolutionSeni2011/02/24 08:45 PM
                                                      IGP sampler countNicolas Capens2011/03/03 05:19 AM
                                                      Latency and throughput optimized coresNicolas Capens2011/03/07 03:28 PM
                                                        The real reason no IGP /CPU converge.Jouni Osmala2011/03/07 11:34 PM
                                                          Still convergingNicolas Capens2011/03/13 03:08 PM
                                                      Homogeneous CPU advantagesNicolas Capens2011/03/08 12:12 AM
                                                        Homogeneous CPU advantagesSeni2011/03/08 09:23 AM
                                                        Homogeneous CPU advantagesDavid Kanter2011/03/08 11:16 AM
                                                          Homogeneous CPU advantagesBrett2011/03/09 03:37 AM
                                                        Homogeneous CPU advantagesJouni Osmala2011/03/09 12:27 AM
                                SW Rasterizationfirsttimeposter2011/02/03 11:18 PM
                                  SW RasterizationNicolas Capens2011/02/04 04:48 AM
                                    SW RasterizationEric Bron2011/02/04 05:14 AM
                                      SW RasterizationNicolas Capens2011/02/04 08:36 AM
                                        SW RasterizationEric Bron2011/02/04 08:42 AM
                        Sandy Bridge CPU article onlineEric Bron2011/01/26 03:23 AM
                        Sandy Bridge CPU article onlineGabriele Svelto2011/02/04 04:31 AM
                          Sandy Bridge CPU article onlineNicolas Capens2011/02/05 08:46 PM
                            Sandy Bridge CPU article onlineGabriele Svelto2011/02/06 06:20 AM
                              Sandy Bridge CPU article onlineNicolas Capens2011/02/06 06:07 PM
      Sandy Bridge CPU article onlinearch.comp2011/01/06 10:58 PM
        Sandy Bridge CPU article onlineSeni2011/01/07 10:25 AM
    Sandy Bridge CPU article onlineMichael S2011/01/05 04:28 AM
      Sandy Bridge CPU article onlineNicolas Capens2011/01/05 06:06 AM
        permuting vector elements (yet again)hobold2011/01/05 05:15 PM
          permuting vector elements (yet again)Nicolas Capens2011/01/06 06:11 AM
      Sandy Bridge CPU article onlineEric Bron2011/01/05 12:46 PM
        wow ...!hobold2011/01/05 05:19 PM
          wow ...!Nicolas Capens2011/01/05 06:11 PM
          wow ...!Eric Bron2011/01/05 10:46 PM
            compress LUTEric Bron2011/01/05 11:05 PM
          wow ...!Michael S2011/01/06 02:25 AM
            wow ...!Nicolas Capens2011/01/06 06:26 AM
              wow ...!Eric Bron2011/01/06 09:08 AM
                wow ...!Nicolas Capens2011/01/07 07:19 AM
                wow ...!Steve Underwood2011/01/07 10:53 PM
                  saturationhobold2011/01/08 10:25 AM
                    saturationSteve Underwood2011/01/08 12:38 PM
                      saturationMichael S2011/01/08 01:05 PM
                        128 bit floatsBrett2011/01/08 01:39 PM
                          128 bit floatsMichael S2011/01/08 02:10 PM
                            128 bit floatsAnil Maliyekkel2011/01/08 03:46 PM
                              128 bit floatsKevin G2011/02/27 11:15 AM
                                128 bit floatshobold2011/02/27 04:42 PM
                                  128 bit floatsIan Ollmann2011/02/28 04:56 PM
                                    OpenCL FP accuracyhobold2011/03/01 06:45 AM
                                      OpenCL FP accuracyanon2011/03/01 08:03 PM
                                        OpenCL FP accuracyhobold2011/03/02 03:53 AM
                                      OpenCL FP accuracyEric Bron2011/03/02 07:10 AM
                                        pet projecthobold2011/03/02 09:22 AM
                                          pet projectAnon2011/03/02 09:10 PM
                                            pet projecthobold2011/03/03 04:57 AM
                                          pet projectEric Bron2011/03/03 02:29 AM
                                            pet projecthobold2011/03/03 05:14 AM
                                              pet projectEric Bron2011/03/03 03:10 PM
                                                pet projecthobold2011/03/03 04:04 PM
                                        OpenCL and AMDVincent Diepeveen2011/03/07 01:44 PM
                                          OpenCL and AMDEric Bron2011/03/08 02:05 AM
                                            OpenCL and AMDVincent Diepeveen2011/03/08 08:27 AM
                                128 bit floatsMichael S2011/02/27 04:46 PM
                                128 bit floatsAnil Maliyekkel2011/02/27 06:14 PM
                        saturationSteve Underwood2011/01/17 04:42 AM
            wow ...!hobold2011/01/06 05:05 PM
  RingMoritz2011/01/20 10:51 PM
    RingAntti-Ville Tuunainen2011/01/21 12:25 PM
      RingMoritz2011/01/23 01:38 AM
        RingMichael S2011/01/23 04:04 AM
          So fastMoritz2011/01/23 07:57 AM
            So fastDavid Kanter2011/01/23 10:05 AM
  Sandy Bridge CPU (L1D cache)Gordon Ward2011/09/09 02:47 AM
    Sandy Bridge CPU (L1D cache)David Kanter2011/09/09 04:19 PM
      Sandy Bridge CPU (L1D cache)EduardoS2011/09/09 08:53 PM
      Sandy Bridge CPU (L1D cache)Paul A. Clayton2011/09/10 05:12 AM
      Sandy Bridge CPU (L1D cache)Michael S2011/09/10 09:41 AM
        Sandy Bridge CPU (L1D cache)EduardoS2011/09/10 11:17 AM
  Address Ports on Sandy Bridge SchedulerVictor2011/10/16 06:40 AM
    Address Ports on Sandy Bridge SchedulerEduardoS2011/10/16 07:45 PM
    Address Ports on Sandy Bridge SchedulerMegol2011/10/17 09:20 AM
      Address Ports on Sandy Bridge SchedulerVictor2011/10/18 05:34 PM
        Benefits of early schedulingPaul A. Clayton2011/10/18 06:53 PM
          Benefits of early schedulingVictor2011/10/19 05:58 PM
            Consistency and invalidation orderingPaul A. Clayton2011/10/20 04:43 AM
        Address Ports on Sandy Bridge SchedulerJohn Upcroft2011/10/21 04:16 PM
          Address Ports on Sandy Bridge SchedulerDavid Kanter2011/10/22 10:49 AM
            Address Ports on Sandy Bridge SchedulerJohn Upcroft2011/10/26 01:24 PM
              Store TLB look-up at commit?Paul A. Clayton2011/10/26 08:30 PM
                Store TLB look-up at commit?Richard Scott2011/10/26 09:40 PM
                  Just a guessPaul A. Clayton2011/10/27 01:54 PM
Reply to this Topic
Name:
Email:
Topic:
Body: No Text
How do you spell tangerine? 🍊