![]() |
Phenom 2?
I looked through the other threads here for data about the new AMD processor (Phenom 2), and found nothing. Newegg just started selling them last Friday for $275, and they use the standard AM2 socket:
[url]http://www.newegg.com/Product/Product.aspx?Item=N82E16819103471[/url] They are quad-core, and run at 3.0GHz (before overclocking). Tom's hardware review is here: [url]http://www.tomshardware.com/reviews/phenom-ii-940,2114.html[/url] [quote]A comparison between the current top-of-the-line AMD Phenom II X4 940 and the Intel Core i7 shows the Intel processor coming out about 22% faster. On the other hand, in comparison with the Intel Core 2 Quad Q6600, the same Phenom II CPU finishes about 10% ahead.[/quote] So, it looks like it's only advantages over an i7 would be price and energy efficiency. I'm just curious if anyone has tried it with mprime, or if AMD even matters any more. |
Where does it say that the Phenom II is more energy efficient than the i7? It just says that the Phenom II is a great improvement over the original Phenom, but there was also a giant gap between the original Phenom and 45nm Core 2 in that department.
|
[quote=Kevin;158869]Where does it say that the Phenom II is more energy efficient than the i7?[/quote]Go to page 8, second figure ("System-Level Power Consumption At 100% Load", "Power Consumption of System - Load") or page 7, second figure ("Power Consumption of System - Idle") of the Tom's Hardware review.
|
[quote=cheesehead;158875]Go to page 8, second figure ("System-Level Power Consumption At 100% Load", "Power Consumption of System - Load") or page 7, second figure ("Power Consumption of System - Idle") of the Tom's Hardware review.[/quote]
I've read that the Phenom 2 still doesn't get the performance of a Intel i7. The i7 still will be the better choice. |
[quote=joblack;158928]I've read that the Phenom 2 still doesn't get the performance of a Intel i7. The i7 still will be the better choice.[/quote]
However, it is cheaper, and there are some of us that are loyal to our chip manufacturers. I've always chosen AMD over Intel (since the K6-2), and suffered extreme turmoil when I bought my last processor (gave in and bought a Q6600, my first Intel since 1997). I am of course joking about the "extreme turmoil", but I did have a couple of friends who know me well and questioned me harshly about it. I'm glad that AMD isn't completely out yet, but I really wonder how much longer they can hang on. Regardless of loyalties, I am still curious about how it preforms with mprime (or prime95), since none of the reviews out there have used mprime for benchmarking. EDIT: right after posting, I came across an article by Tomshardware, showing that they have successfully overclocked their Phenom II to 4.957 Ghz: [URL]http://www.tomshardware.com/news/toms-overdrive-phenom-II,6702.html[/URL] They say that test results are coming. I think this looks very promising :grin: |
I bought my Phenom for exactly one reason: Instruction Based Sampling. Afaik Intel cpus don't have anything comparable. Instead of writing a sample whenever some interesting event happens as in Event Based Sampling, IBS records everything that happens to one in every [I]n[/I] macro-ops. EBS is great for stuff that happens infrequently, but due to out-of-order execution, it cannot write the exact IP address of the instruction that triggered the event. IBS is nice for stuff that happens often, and where you need to know the exact instruction that caused it. E.g. if you have a couple of conditional branches side-by-side, EBS is nearly useless in determining which ones get mispredicted - IBS shines here. I've played with it only a little so far, but it's quite fun to see what's going on in the cpu (cache misses, cache bank conflicts, total time a macro-op spent in pipleline, etc) with down-to-the-exact-instruction accuracy. I hope eventually I'll get a bit more speed out of the mulredc code in GMP-ECM that way, among other things.
Alex |
[quote=akruppa;158995]I bought my Phenom for exactly one reason: Instruction Based Sampling. Afaik Intel cpus don't have anything comparable. Instead of writing a sample whenever some interesting event happens as in Event Based Sampling, IBS records everything that happens to one in every [I]n[/I] macro-ops. EBS is great for stuff that happens infrequently, but due to out-of-order execution, it cannot write the exact IP address of the instruction that triggered the event. IBS is nice for stuff that happens often, and where you need to know the exact instruction that caused it. I.e. if you have a couple of conditional branches side-by-side, EBS is nearly useless in determining which ones get mispredicted - IBS shines here. I've played with it only a little so far, but it's quite fun to see what's going on in the cpu (cache misses, cache bank conflicts, total time a macro-op spent in pipleline, etc) with down-to-the-exact-instruction accuracy. I hope eventually I'll get a bit more speed out of the mulredc code in GMP-ECM that way, among other things.
Alex[/quote] sounds like it is good for assembly development then |
[quote=akruppa;158995]I bought my Phenom for exactly one reason: Instruction Based Sampling.[/quote]
That looks like a very interesting feature! But didn't you forget to say that AMD architecture also still is better for integer-based multi-precision computations? :smile: I wonder if Intel did improve that situation on their i7... |
The Athlon64/Opteron can issue one MUL every 2 clock cycles, with latency 4 for the low word of the product, and latency 5 for the high word. I think it's the same for the Phenom, but I need to check. On Core 2, you can issue only 1 MUL every 4 clock cycles, so if you have some independent multiplications, the AMD cpu will do a lot better. Currently the mulredc code in GMP-ECM doesn't show the difference since each block of 2 independent muls seems to take 8 cycles on both cpus. On Core 2 it's the best we'll ever get, but on AMD there should be an improvement possible - I think 6 cycles without unreasonable effort. Torjbörn mentioned that with a really clever loop, <6 cycles might be possible.
Alex |
[quote=akruppa;158995]I bought my Phenom for exactly one reason: Instruction Based Sampling. Afaik Intel cpus don't have anything comparable. Instead of writing a sample whenever some interesting event happens as in Event Based Sampling, IBS records everything that happens to one in every [I]n[/I] macro-ops. EBS is great for stuff that happens infrequently, but due to out-of-order execution, it cannot write the exact IP address of the instruction that triggered the event. IBS is nice for stuff that happens often, and where you need to know the exact instruction that caused it. I.e. if you have a couple of conditional branches side-by-side, EBS is nearly useless in determining which ones get mispredicted - IBS shines here. I've played with it only a little so far, but it's quite fun to see what's going on in the cpu (cache misses, cache bank conflicts, total time a macro-op spent in pipleline, etc) with down-to-the-exact-instruction accuracy. I hope eventually I'll get a bit more speed out of the mulredc code in GMP-ECM that way, among other things.
Alex[/quote] "Intel has it,too: Pfmon provides access to ALL the Intel Core-based PMU specific features, implemented by Core 2 processors. Note that Intel Core Duo/Solo use another PMU model. The following features are supported: [LIST][*]5 counters (3 fixed counters, 2 generic counters)[*]Event counter mask[*]Event inverse mask[*]Event edge mask[*]Previse Event-Based Sampling (PEBS)"[/LIST] ---- That only brings advantages if you compile your own software. You can't optimize existing software and I doubt that Mr. Prime95 will hand optimize for Phenom2 only ;). |
[quote=joblack;159078]"Intel has it,too:
Pfmon provides access to ALL the Intel Core-based PMU specific features, implemented by Core 2 processors. Note that Intel Core Duo/Solo use another PMU model. The following features are supported: [LIST][*]5 counters (3 fixed counters, 2 generic counters)[*]Event counter mask[*]Event inverse mask[*]Event edge mask[*]Previse Event-Based Sampling (PEBS)"[/LIST] ---- That only brings advantages if you compile your own software. You can't optimize existing software and I doubt that Mr. Prime95 will hand optimize for Phenom2 only ;).[/quote] This is standard performance counting (that all processors have been using for many years) and is different from what akruppa described. |
[URL="http://www.insidehw.com/Reviews/CPU/AMD-Phenom-II-X4-940-Compared-to-Phenom-X4-9950-BE-and-Intel-Core2-Q9550/Page-3.html"]InsideHW has now clocked this chip to 6.3 GHz using liquid nitrogen![/URL]
Newegg has dropped prices, just a week after stocking the chip. Today, you can get the 920 for $180, or the 940 for $220 by using the coupon code [B]AMD1815[/B]. Rumor is that Intel will be dropping their prices either today, or sometime within a week. Discussion of the AMD deal at: [URL]http://forums.slickdeals.net/showthread.php?t=1140373[/URL] |
[quote=uigrad;159552]Newegg has dropped prices, just a week after stocking the chip. Today, you can get the 920 for $180, or the 940 for $220 by using the coupon code [B]AMD1815[/B].
Rumor is that Intel will be dropping their prices either today, or sometime within a week.[/quote] Wasn't that the other way around? Intel dropped its prices and AMD had to follow. At least that's how we saw it from Europe :smile: Look at [URL="http://www.intc.com/common/download/download.cfm?companyid=INTC&fileid=263413&filekey=01C3886C-4880-401F-9448-8EAE2559FF35&filename=Jan_18_09_1ku_Price.pdf"]Intel price list[/URL]. Intel prices have already dropped in many on-line shops here in France. |
| All times are UTC. The time now is 12:06. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.