Revenue. Profit. R&D. Size. Production capability.In which terms? Money-making?
In every imaginable way.Actually, I was pointing your comment where you said nVIDIA is no way near Intel.
ok guys single threaded apps are bad on BD because of two things
1. The cores are thinner... Sandy's are much thicker..
2. The 8core is actually behaving more like a 4 core + one additional FPU per core.. now when a program assumes that to be an 8 core it distributes the calculations among them making it saturate the front end... so in the next BD they plan to increse L2 and L3..
If you want to test the BD in a single threaded app.. disable the 4 additional fpu cores and then test.. you will see the IIPC is about 10-20 percent more.. because the front end has better handling capabilities..
This is another argument in favour of BD
SB E will be horribly overpriced.. the models in the price bracket of the 2600k is a locked proccy and not unlocked as in 2600k. also its socket will be 2011 and not 1155.. LGA 2011 boards as of release will be minimum 15k and above.. Ivy bridge will be 1155 but it is expected to release around may next year.. so a pretty long wait for you if you want a ivy..
So unless you are prepared to shell out minimum 30k+ for just mobo and proccy then waiting is a useless prospect..
Now do you understand why BD is competitive... 2600k will be the best till next year ivy for mid range..
That brings us to the oddest part of the architecture, the FP unit. It is shared between the two Int units, and is seen as a coprocessor, not an integrated pipeline like almost every other modern CPU. This means that any FP instruction will be fired off to the shared FP scheduler, there is only one, and when the instruction is completed, the FP unit signals the ‘core’ that it is done.
Remember those added resources that were mentioned earlier? Currently, the ‘Stars’ cores have a 128-bit FP unit. With Bulldozer, there is one FP unit that can crunch two 128-bit numbers per clock. The shared scheduler means there is a single central arbiter that can make sure things are ‘fair’ to both cores, but if one core doesn’t use an FP instruction that clock, the other core can use twice the resources it is usually allowed to.
ok guys single threaded apps are bad on BD because of two things
1. The cores are thinner... Sandy's are much thicker..
2. The 8core is actually behaving more like a 4 core + one additional FPU per core.. now when a program assumes that to be an 8 core it distributes the calculations among them making it saturate the front end... so in the next BD they plan to increse L2 and L3..
If you want to test the BD in a single threaded app.. disable the 4 additional fpu cores and then test.. you will see the IIPC is about 10-20 percent more.. because the front end has better handling capabilities..
This is another argument in favour of BD
SB E will be horribly overpriced.. the models in the price bracket of the 2600k is a locked proccy and not unlocked as in 2600k. also its socket will be 2011 and not 1155.. LGA 2011 boards as of release will be minimum 15k and above.. Ivy bridge will be 1155 but it is expected to release around may next year.. so a pretty long wait for you if you want a ivy..
So unless you are prepared to shell out minimum 30k+ for just mobo and proccy then waiting is a useless prospect..
Now do you understand why BD is competitive... 2600k will be the best till next year ivy for mid range..
dude i referred to sb-e more for a timeline... and to tell some people who said wait for sb-e and ivy to upgrade..
as u said sb-e is enthusiasts proccy.. so will be premium priced.. the next proccy in the 2600k range will be ivy... follow me...
now ivy will be released by may here.. so till next year 2600k is king.. BD's performance is comparable to sandy.. so the next BD will be almost equal to 2600k releasing by jan or feb. so till ivy releases amd will have a proccy to compete with ivy..
where this is all leading to is that BD is quite a good bet
@vicky-- dude the architecture for BD is tricky to understand.. here is something that will make my argument a little clear
from semiaccurate..
So even though the FP scheduler is shared there are two 128bit FMAC cores as opposed to one for every core in the conventional core topology.. When you disable one core in a module the other core will have two 128 bit FMAC's instead of one as is the convention.. Hence my statement ' One core plus an additional fpu'
Now do you understand??
No , the next cpu in the 2600k line up is going to be 2700k and its going to launch next month. Not all sandybridge -E cpu's are premium priced. The entry level ones will also beat 2600k. For eg. i7 3820 is going to cost $294 and seems affordable imo.
Its leading nowhere. You cannot predict a processor's performance out of thin air speculations.BD's performance is not comparable to sandy and its mainstream cpu's are a complete failure. Next bulldozer not only has to compete with 2600 and 2700k but also 3820. Things really look bad in amd's perspective now. Expect pile driver to a complete evolution in order to turn things away.
First and foremost, you cannot compare different architectures. In case of bulldozer, it has two 128bit FMAC execution units. I won't call it a core but a part of it. If you see sandybridge's floating point execution unit per core, it will look something like the following:
Once again read my earlier post.. i7 3820 along with a lga2011 mobo will be beyond normal people.. i7 will be with a locked multiplier.. not as easy to overclock as the sandy but can be done no doubt.. the kicker will be the x79 chipset boards for the 2011.. they are now hefttily expensive going above 15k for the normal ones.. also pcie3 support is still doubtful...if you still doubt the x79 prices check it in google...
700 is a 2600k with a higher clock.. everybody knows that it was proposed to be released to counter BD!!! 3820 is what i am talking about above.. You are saying that a person who feels BD at 12k is expensive will invest in a 3820 at 17k with a x79 mobo at 16k or more and call it value for money?? how are you predicting 3820's performance?
yeah dude spot on there... those are all the reasons why BD is bad in single threaded apps My say was that instead of overloading and potentially bottlenecking the front end and the FPU by using two cores with 8 integer pipelines, running one core with 4 integer pipelines with the existing FPU will decrease the bottleneck and give upto 20 percent more performance gains.
Now do you follow my drift
^^so vicky how much performance increase we will see in win 8 with BD?
Vicky is right here. The OS limitation is also stopping Bulldozer to use its Turbo Core feature to maximize the performance in lightly threaded environment.
For example consider a Thread T1 which is quite big and need 5 CPU time slice or 5 iterations (switching back to main memory after each time slice and then again assigning it to CPU. Known as Context Switching and handled by OS)to be completed. Now Say Bulldozer have two mdoules M1 and M2 and 4 cores C1, C2 belongs to M1 and C3, C4 belongs to M2.
Now for enabling Turbo-core, in each of iteration, T1 needs to be assigned to a single module, say in M1, to disable the module M2 completely and increase the clock speed of M1 to fasten the execution.
Since, Windows 7 is simply not aware of Bulldozer module and it sees a Dual module chip as 4 independent cores, namely C1, C2, C3 and C4, it may assign the thread T1 to any of those cores. Now for the 1st two iterations, by luck, T1 is assigned to C1 and C2, belongs to same module, resulting enabling Turbo core for these two iterations. But in the 3rd, 4th and 5th iterations, say Win 7 Assigned them to either C3 or C4, resulting Turbo-Core to be disabled as both the modules are now working on a single thread but not concurrently.