http://www.eetimes.com/news/latest [...] =197700269 Is this enough? Is this enough for the enthusiast class?
Talk is cheap ...
Gimme dem benchmarks!
\
:x <= World to AMD
I agree talk is cheap, but if these numbers are true, to what extent will Barcelona have to excel in integer, knowing that soi wont oc much better even at 65nm? Or will the posts of the future be : who needs oc when my Barcelona is faster already?
I readed a 2.0 to 2.9 ghz in the firsts desktop releases fo the architeture...
in bench we trust
Too true LOL , but I am asking some heady questions, and to add to that what if any effect or advantage do FP have on desktop?
| Quote : I agree talk is cheap, but if these numbers are true, to what extent will Barcelona have to excel in integer, knowing that soi wont oc much better even at 65nm? Or will the posts of the future be : who needs oc when my Barcelona is faster already? |
But us enthusiasts love to oc...
| Quote : Too true LOL , but I am asking some heady questions, and to add to that what if any effect or advantage do FP have on desktop? |
Well, based on what little information that AMD has released, the 42% advantage will be completely irrelevant on the desktop. The 42% advantage isn't in FP, rather it's in SPECfp_rate2000, which is heavily memory bandwidth dependent and AMD's platform is very well-suited for it but doesn't correlate with desktop applications. A dual-socket Opteron 2220SE, roughly analogous to a QuadFX FX-72 system scores 90.8, while a Xeon 3220 system, basically a Q6600, scores 64.2. And yet as seen in the numerous reviews, the Q6600 is a match for the FX-74 on desktop applications.
It is a marketing piece. A double digit lead could be as little as 10%. There are no independent benchmarks of how well it runs applications.
And apparently, R600 is going to be more late.
john
So theyre touting their IMC? Will this advantage have any effect on multi media aps? Decoding graphics/movies? Or since its all 2 dimensional will have no effect? Im just trying to understand as Im new to this
| Quote : So theyre touting their IMC? Will this advantage have any effect on multi media aps? Decoding graphics/movies? Or since its all 2 dimensional will have no effect? Im just trying to understand as Im new to this |
Yeah, AMD's NUMA architecture works very well with SPECfp_rate. But as AMD has only given two rough numbers (this one plus a database related benchmark), there's not enough information to say other than the two architectures will be quite close to each other for the desktop. It'll probably end up being decided like it used to be, by CPU clock.
| Quote : http://www.eetimes.com/news/latest [...] =197700269 Is this enough? Is this enough for the enthusiast class? |
File this under "More Beast Sightings."
| Quote : http://www.eetimes.com/news/latest [...] =197700269 Is this enough? Is this enough for the enthusiast class? |
File this under "More Beast Sightings."
you were laughed at for calling the k10 a beast
looking more and more like u will laugh last
although the rabid INTELIOTS are eerily quiet...
If K10 OCs very well while having better performance/watt then I would be all over it when upgrading to Vista.
| Quote : http://www.eetimes.com/news/latest [...] =197700269 Is this enough? Is this enough for the enthusiast class? |
File this under "More Beast Sightings."
you were laughed at for calling he k10 a beast
looking more and more like u will laugh last
I was basing it on real specs, not assumptions or hopes or fanboyism. I said I expect to see SPEC benches soon. They are getting closer with the R600 Demo having happened.
1 TFLOP with two Streams and probably two Barcelona's is like WOW!! Hell even 4 CPUs and two CPUs is like Wow. AMD has now won another race; TFLOPS IN A BOX.
The little engine that could is pulling a Beast. I am almost willing to bet that AMD will drop a box this year that will crack the top of the TPC-C. It's currently owned by 64P Itanium and Power.
Since we can see that 8xxx does have 4 HT links they will have a cache coherent 1-hop 32P box by Sept/Oct.
When they claim a "double digit" lead in integer performance and a 40% advantage on fp performance, are they claiming it on a clock for clock basis? If not, what clock speed K10 are they comparing to what clock speed Kentsfield for this benefit?
C2D's have a lot of head room on their current process, it would not be difficult to put out a bump or two in clock speeds as a response.
| Quote : When they claim a "double digit" lead in integer performance and a 40% advantage on fp performance, are they claiming it on a clock for clock basis? If not, what clock speed K10 are they comparing to what clock speed Kentsfield for this benefit?
|
I'm not knowledgable/articulate enough to explain this but there is an article that I've posted and here is a snippet of it... explains SSE128 and I think it may delve a little bit into your question/comment
http://anandtech.com/cpuchipsets/s [...] i=2939&p=3
Question for those that have been reading all the new articles on K10, because I don't have time right now to read them myself.
Has AMD run any real benchmarks on K10? I don't mean proudly pronouncing theoretical numbers.
If the answer is yes: What are these numbers and are they meaningful? Or are they just a simulated floating point task that depends heavily on memory?
If the answer is no: Then nothing has actually changed, so what's with the sudden barrage of K10 threads? They're still just claiming the superiority of something that doesn't exist yet, or if it does exist, it's not yet as superior as they'd like everyone to believe.
EDIT: Reading over my post, I don't want people to think I'm dismissing AMD or K10. I've just skimmed the threads here, and all I've seen are claims but no proven results, so I'd like to know what is actually concrete.
just to quote some from the article:
In general, the accuracy of a CPU's branch predictor determines how wide and how deep of a design you can make. The average number of instructions before the predictor mispredicts governs how many instructions you can have in flight, which in turn controls how many execution units you can realistically keep fed on a regular basis. The K8's branch predictor was quite good and very well optimized for its architecture, but there were some advancements Intel introduced in the Pentium M and Pentium 4 that AMD could stand to benefit from.
Barcelona adds a 512-entry indirect predictor which, believe it or not, predicts indirect branches. An indirect branch is one where the target of the branch is a location pointed to by an address in memory, in other words, a branch with multiple targets. Instead of branching directly to a label indicated by the branch instruction, an indirect branch sends the CPU to a memory location that contains the location of the instruction that it should branch to
And more:
Barcelona widens the execution units that handle SSE operations from 64-bits to 128-bits, so now 128-bit SSE operations don't have to be broken up into two 64-bit operations. This also means that you get more usable decode bandwidth since 128-bit SSE instructions now map to a single micro-op instead of two. The FP scheduler can now handle these 128-bit SSE operations as well.
It's the increase to SSE execution width that drove a number of other changes within the core. Since you effectively have more decode bandwidth when executing 128-bit SSE instructions AMD discovered a new bottleneck: instruction fetch bandwidth. These 128-bit SSE instructions tend to be quite large, and in order to maximize the number decoded in parallel the Barcelona core can now fetch 32-bytes per cycle, up from 16-bytes in K8. The 32B instruction fetch not only benefits SSE code but also seems to benefit integer code as well. Bigger instructions in general will see a performance boost here.
Now that you can fetch and decode more instructions, you need to be able to get more data to the execution core and thus AMD widened the interface between the L1 data cache and Barcelona's SSE registers. Barcelona can now perform two 128-bit SSE loads per cycle from the L1-D cache compared to two 64-bit loads per cycle in K8. AMD then widened the interface between the L2 cache and the memory controller so that now 128-bits can be transferred per cycle, once again to balance out all of the aforementioned changes
But that's exactly what I mean by 'proudly pronouncing'. Sure, sounds great, but it doesn't really show anything. As interesting as it is, I want to know if they've actually demonstrated anything, instead of just listing specifications that put the Starship Enterprise to shame.
Frankly, I don''t care if there's a 512-entry indirect predictor under that heat spreader or a team of leprechauns sporting tiny pencils and paper pads. Either way, have they shown how well it works?
| Quote : But that's exactly what I mean by 'proudly pronouncing'. Sure, sounds great, but it doesn't really show anything. As interesting as it is, I want to know if they've actually demonstrated anything, instead of just listing specifications that put the Starship Enterprise to shame.
|
so do they have benchmarks out yet? not that I'm aware of..
it's one thing to know the answer, it's something else to know why the answer is...
It's not the destination that matters, it's the journey
The Anand article doesn't address anything in terms of concrete performance numbers.
Is AMD making IPC claims, or are they comparing a particular clock to a particular C2Q clock? Since the C2's are expected to run at higher clock speeds, this can rather dramatically impact the performance claims they are making.
Okay, so basically all these new K10 threads are responses to what is just currently unfounded marketing hype by AMD (regardless of whether or not it will be proven true in the future)? That's disappointing.
| Quote : The Anand article doesn't address anything in terms of concrete performance numbers.
|
No they are not making claims...
The anandtech article is showing the differences in Barcelona's architecture vs. previous core architectures. Nowhere will it post a visual benchmark. You're kind of missing the point of the article. The intention was not to benchmark or make claims. The intention of the article was to give information on the core changes.
I'm not making claims that Barcelona will be better, in fact I didn't read in the article where the author said that either. I was trying to point to an informative source that manages to objectively look at both sides. From now on, I'll be sure to add "no benchmarks will be found here" at the end of my posts.
| Quote : I'm not making claims that Barcelona will be better, in fact I didn't read in the article where the author said that either. I was trying to point to an informative source that manages to objectively look at both sides. From now on, I'll be sure to add "no benchmarks will be found here" at the end of my posts. |
Yeah I didn't mean to suggest either you or the author was, I was just curious if there had been benchmarks or something because today there are seven new Barcelona threads on this page alone, which suggested there was something going on anyway.
| Quote : i like the articles and statements with them saying intel is cheating. reminds me of 4th grade. |
Haha yeah I was reading earlier about how AMD was complaining about one of Intel's presentation of benchmarks favouring Intel CPUs over AMD. I thought it was pretty funny considering AMD is spouting its own superiority claims, but at least Intel used benchmarks, even if they may have been biased.
| Quote : correct all this crap about k10 is not proven
|
I'm confused, what "crap" is untrue?
Seeing as I haven't yet had time to read all the mentioned 'crap' I can't be sure, but he probably meant the whatever % benefit over Intel CPUs. He didn't say 'untrue', just 'not proven'.
| Quote : there has not been one single bit of proof backing up any of the claims amd has made regarding k10. no benches nothing. |
so the entire article from anandtech is a fabrication?
From reading the article. I saw one '%' listed. It wasn't "Barcelona is X% faster than ____"
beer I think you're missing the point of my post as did other people... this isn't saying "Barcelona is better than X" No one can say that and be believable, trust me, I know that. This article I posted was a comparison... do you know the inner workings of Barcelona? I don't either.. hence the article post... a comparison... of what entails "Barcelona" vs what entailed previous cores...
People are so quick to naysay or bash that they fail to grasp the point.
| Quote : yes maybe i missed the point
|
Do I find that statement disturbing? No not really, I mean... if you had a product wouldn't you say it was the best so people bought it? Do I believe that? No I don't, even if I did, you still missed the point of the post which has nothing to do with AMD saying they 40% faster than Intel...
I don't know why AMD makes unfounded statements... every business does, get over it.
Umm... if it's not faster it's not faster, how do you make AMD pay? I don't know, perhaps look at the benchmarks first? And as you said there are none out and I doubt you would be stupid enough to buy off someone's claims so that situation really has no merit here. If a person does buy off those claims without seeing benchmarks and such then that's their problem.
Compared to what though.
Once again, comparing to current Intel models is stupid.
Intel can easily up their "stock" clock speeds as we call them.
Will it have a 10% lead over a 3.5 ghz core2?
If 45nm goes well you can add some more ghz to that.
Intel have plenty of headroom to play with.
| Quote : yes maybe i missed the point
|
I remeber these statements about the early Conroe.
Yes, it's all the news about the k10 is 100% BS. But most of the conroe claims turned out to be true.
| Quote : yes maybe i missed the point
|
I remeber these statements about the early Conroe.
Yes, it's all the news about the k10 is 100% BS. But most of the conroe claims turned out to be true.
Difference is, AMD had no headroom in their pocket to beat conroe when it was released. They tried with 4x4 and failed.
When all the details of barcalona's release are more final Intel will release a new line of faster clocked processors.
They aren't going to do that now though are they? It would be stupid to compete with yourself.
| Quote : the article has no point it is full of unfounded baseless garbage. the only thing the article is usefull for is trying to keep amd's stock from crashing long enough till they have k10 to sell.
|
Ok beer, I'm done explaining it to you guys.
The point of posting the article... to show you people who were interested what's new in the Barcelona core, how AMD plans to improve and such...
I understand exactly what you're thinking. There are no grounds for these kind of rumors to be spread... that's cool and all and I agree with you.. but you're looking at it from a performance perspective...
This article I posted doesn't say "Barcelona will outperform by this much X%" If you actually read it, it doesn't even hint at that... it's just stating what improvements are in the core... That's it... nothing more... nothing less... take it as you will this thread is retarded because it is getting reduced down from a person wanting to share some knowledge on upcoming technologies to "X CPU sucks and the company lies! omg!"
| Quote : The point of posting the article... to show you people who were interested what's new in the Barcelona core, how AMD plans to improve and such... |
Seeing as I seem to have reignited a bit of an argument, I'd like to mention that I wasn't suggesting the article or your post was false. In fact, quite the opposite, I posted my question here because this thread seemed like one of the more concrete threads regarding Barcelona. Most of the others seem riddled with bias, to one side or the other, or both.
| Quote : thanks for try to help. i think part of the problem is we must be reading different articles
|
Oh yes.. COMPLETEY different articles... I posted a bit in here...
http://anandtech.com/cpuchipsets/s [...] i=2939&p=1
No performance, no guessing, no assuming, just what Barcelona has in it... that's all
| Quote : thanks for try to help. i think part of the problem is we must be reading different articles
|
Is the performance number entirely impossible?
If not impossible, then just wait and see what will happen.
Just curious, what does R600 have to do with the price of tea in China?
wes
| Quote : Just curious, what does R600 have to do with the price of tea in China? |
Quite a bit, actually. When the R600 is released and bought, many Chinese gamers will marathon their favourite games for days straight. Thus, they will require caffeine in large doses. The sudden demand for tea will create shortages and prices will skyrocket. The tea suppliers will increase production to compensate, but then the novelty of the R600 will wear off and the gamers will suddenly need to catch up on all their lost sleep. Excess tea will be flooding the marketplace and prices will hit record lows. A few days later the demand for tea will slowly return to normal, but very slowly, because after the large quantities of tea consumed, most people will likely be sick of it. That, coupled with the tremendous quantities of unsold tea in stores, and the useless extra capacity of tea suppliers, could be disastrous for not only the tea industry but the whole Chinese economy.
| Quote : Just curious, what does R600 have to do with the price of tea in China? |
Quite a bit, actually. When the R600 is released and bought, many Chinese gamers will marathon their favourite games for days straight. Thus, they will require caffeine in large doses. The sudden demand for tea will create shortages and prices will skyrocket. The tea suppliers will increase production to compensate, but then the novelty of the R600 will wear off and the gamers will suddenly need to catch up on all their lost sleep. Excess tea will be flooding the marketplace and prices will hit record lows. A few days later the demand for tea will slowly return to normal, but very slowly, because after the large quantities of tea consumed, most people will likely be sick of it. That, coupled with the tremendous quantities of unsold tea in stores, and the useless extra capacity of tea suppliers, could be disastrous for not only the tea industry but the whole Chinese economy.
Yea that's what I was going to say... lol
Good one....
| Quote : there has not been one single bit of proof backing up any of the claims amd has made regarding k10. no benches nothing. |
Perhaps you can remember back to this time last year when Intel was saying 90% faster than NetBurst without producing benches. Later they said it would outdistance Opteron also before the benches (unless I'm mistaken).
It's the same thing. SPEC wil turn up sooner rather than later so I guess we'll all fnd out. I tend to believe the specs and so does every other person who has looked at them. I guess it's unfortunate that it takes up to a year to release a new arch after tape out.
| Quote : Perhaps you can remember back to this time last year when Intel was saying 90% faster than NetBurst without producing benches. Later they said it would outdistance Opteron also before the benches (unless I'm mistaken). |
Um, if I recall correctly, Conroe ES samples were already in the paws of reviewers on the Web around this time last year. March 9thish.
| Quote : yes maybe i missed the point
|
ohh ic.. so according to you, only INTEL can say "my new processor will be #$&#$&#% faster than the competition!"?
| Quote : http://www.eetimes.com/news/latest [...] =197700269 Is this enough? Is this enough for the enthusiast class? |
Are you kidding?
There is nothing new and nothing worth in the article. Just another bold claims from AMD's marketing machine. Millions of words are less worth than a single benchmark.
| Quote : http://www.eetimes.com/news/latest [...] =197700269 Is this enough? Is this enough for the enthusiast class? |
Are you kidding?
There is nothing new and nothing worth in the article. Just another bold claims from AMD's marketing machine. Millions of words are less worth than a single benchmark.
It's almost as if your life will end if these numbers are true. AMD is smart enough to know not to blatantly lie. Not only will your partners abandon you but Wall St will more than likely give you a beating.
Why can't you believe this? People say I'm biased but when the Core 2 specs were released I believed their numbers. As a matter of fact I mentioned that they may have an RHT implementation.
| Quote : http://www.eetimes.com/news/latest [...] =197700269 Is this enough? Is this enough for the enthusiast class? |
Are you kidding?
There is nothing new and nothing worth in the article. Just another bold claims from AMD's marketing machine. Millions of words are less worth than a single benchmark.
It's almost as if your life will end if these numbers are true. AMD is smart enough to know not to blatantly lie. Not only will your partners abandon you but Wall St will more than likely give you a beating.
Why can't you believe this? People say I'm biased but when the Core 2 specs were released I believed their numbers. As a matter of fact I mentioned that they may have an RHT implementation.
positive AMD news is frowned upon on most forums.... i dont know wht causes this phenemon
| Quote :
|
Actually I would say unsubstantiated news from either company is frowned upon. I guess we have all concluded at this point that the marketing machine of both companies tend to exaggerate to the positive side on this type of stuff.
well any good news from AMD or Intel is good for the tech sector. With the big downfall from the Asian stock markets affecting the U.S. stock markets, I would like to see the bleeding to stop
| Quote :
|
Actually I would say unsubstantiated news from either company is frowned upon. I guess we have all concluded at this point that the marketing machine of both companies tend to exaggerate to the positive side on this type of stuff.
They may do that with concepts but never numbers. So they may say MCM or native is the better concept without "proof" but benchmark numbers have to be about exact.
I think thats the problem with the "enthusiast." You're (enthusiasts) like the guy in that movie "Fever Pitch" about the Boston Red Sox and their fans.
| Quote :
|
Actually I would say unsubstantiated news from either company is frowned upon. I guess we have all concluded at this point that the marketing machine of both companies tend to exaggerate to the positive side on this type of stuff.
There seems to be a tendency for every unsubstiantiated statement from an AMD executive or spurious pro-AMD rumor from the Inq (for example: http://www.theinquirer.net/default.aspx?article=37907 laugh) to get posted here multiple times and drooled over with baited breath while similar recent statements regarding Intel, for example
http://www.reghardware.co.uk/2007/ [...] ich9_info/
are totally ignored. Why is that lordpope? Could it be....
BIAS?! 8O
There are 1182 identified and unidentified users. To see the list of identified users, Click here.
You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.
