What is the AMD equivalent???

S

Syfo-Dyas

Hi,

A friend of mine has an intel cpu 8400 and I would like to know what
is the closest AMD equivalent to that processor. Another friend wants
the same or similar power and speed but hates intel. So he only wants
or prefers AMD. Do any of you experts on here know of the AMD
equivalent in power and speed of an intel 8400 3.0Ghz processor???

Thanks in Advance
 
P

Paul

Syfo-Dyas said:
Hi,

A friend of mine has an intel cpu 8400 and I would like to know what
is the closest AMD equivalent to that processor. Another friend wants
the same or similar power and speed but hates intel. So he only wants
or prefers AMD. Do any of you experts on here know of the AMD
equivalent in power and speed of an intel 8400 3.0Ghz processor???

Thanks in Advance

There is a difference between single threaded and multi threaded
performance. A lot of software is single threaded, and doesn't
use multiple cores. So you can't rely on having more cores,
as a crutch for insufficient core clock speed.

One problem with benchmarks, is their emphasis on multi-threaded
performance (gaining benefit from multiple cores). Tomshardware charts
don't give a description of what a test might be testing. As far as I know,
only something like the iTunes benchmark might be single threaded. Using
a single threaded benchmark, is to make sure a lot of single threaded
stuff performs at the same level.

http://www.tomshardware.com/charts/2009-desktop-cpu-charts/iTunes-8.1.0.52,1405.html

The E8400 3GHz finished the benchmark in 101 seconds. The
fastest AMD processor in the charts (green lines) is

AMD Phenom II X4 965 (Deneb 4c) 133 seconds
3.4 GHz, DDR3-1333, 2 MB L2, 6 MB L3

That means at 3.4GHz, it is running at 76% of the E8400.
You would have to overclock it to 3.4*(1 / 0.76) = 4.47GHz.

On hwbot.org, I can see some 965 systems overclocked to 4.2GHz
on air cooling. There are some on liquid nitrogen cooling
running at 6.2GHz. So if that 3.4GHz AMD processor was
overclocked as far as it would go on air cooling, then in
single threaded benchmarks it would come close to the E8400.

In multi-threaded, it might be easier to catch up, by
pitting an AMD quad against an Intel dual core. So if you
wanted to make the claim that the 965 was "just as good" as
the E8400, it might be true in cases where all four cores
could be made to work on a problem at the same time.

AMD is competitive on the low to mid range, but at the
very highest end, Intel is the winner. You buy AMD to
save a few bucks.

Paul
 
D

Dave C.

Hi,

A friend of mine has an intel cpu 8400 and I would like to know what
is the closest AMD equivalent to that processor. Another friend wants
the same or similar power and speed but hates intel. So he only wants
or prefers AMD. Do any of you experts on here know of the AMD
equivalent in power and speed of an intel 8400 3.0Ghz processor???

Thanks in Advance

The closest performance match in a processor that is still widely
available is a Phenom II X3 720 (2.8GHz) which benchmarks slightly
better, even though it is slightly slower clock speed. Obviously the
extra core helps the Phenom II. But the interesting thing is, the
Phenom II X3 720 is significantly cheaper than an E8400. So if it's
E8400 performance you want, get a Phenom II X3 720 for less money.
Invest the savings in a better video card, perhaps? -Dave
 
P

Paul

Dave said:
The closest performance match in a processor that is still widely
available is a Phenom II X3 720 (2.8GHz) which benchmarks slightly
better, even though it is slightly slower clock speed. Obviously the
extra core helps the Phenom II. But the interesting thing is, the
Phenom II X3 720 is significantly cheaper than an E8400. So if it's
E8400 performance you want, get a Phenom II X3 720 for less money.
Invest the savings in a better video card, perhaps? -Dave

From hwbot.org

E8400 SuperPI 32M @ stock 3GHz speed. 15min 59sec 130ms

http://www.x-cade.com/uploads/Supes/Superman/AllBenchmarks/E8400/SPI_32m/STOCK_15m_50_125s.jpeg

To match that result, a 720 Black Edition has to overclock to 4.3GHz,
from its stock 2.8GHz.

http://hwbot.org/result.do?resultId=858581

On single threaded applications, it isn't quite the same.

Sure, on multithreaded applications, you may be able to take
your favorite AMD processor having more cores than the Intel,
and beat it. But not every application a person does, is
multithreaded. So it depends on how you want to delude yourself.

This is one of the reasons I hate Tomshardware benchmarks,
because they're designed to deceive people. Most of the
software I have is single threaded. Windows Movie Maker
output module is one of the exceptions. Or perhaps
Photoshop (and not on all Photoshop filters, as some
of the filters are single threaded).

For games, it would be best to check a benchmark
for the specific game. Some games are slightly
multithreaded (one main thread running 100%,
some helper activity at lower percentage points).
Some, like FSX, launch threads on the fly, leading
to multicore usage. It is hard for game designers
to use any arbitrary number of cores offered by a
user, as there is only so much parallelism you
can extract from a game.

Paul
 
P

Paul

jpsga said:
How about the new Athlon II 250. Same speed ½ the price.

JPS

From hwbot.org

E8400 SuperPI 32M @ stock 3GHz speed. 15min 59sec 130ms

http://www.x-cade.com/uploads/Supes/Superman/AllBenchmarks/E8400/SPI_32m/STOCK_15m_50_125s.jpeg

To match that result, a Athlon II X2 250 has to overclock to 4.38GHz,
from its stock 3.0GHz. At 4.38GHz, the benchmark takes 16min 23sec 560ms.
That is the closest result I can find for the X2 250.

http://hwbot.org/result.do?resultId=897932

So 68% of the speed, half the price, on single threaded.

A better buy, might be the AMD Phenom II X2 550 Black Edition.
If you enable the two hidden cores, and the processor tests OK
on all cores, then your multithreaded performance should be
higher than the E8400, and you've only paid $100. But the
single threaded, would still require a significant overclock.

http://www.newegg.com/Product/ProductReview.aspx?Item=N82E16819103680

Paul
 
P

Paul

geoff said:
I'm actually not sure how one would designate which core does what at the
programming language level. If I start a program up on xp, that creates a
process, 'myProgram.exe'. Within that process, at the programming language
level, I can create multiple threads and have them execute blocks of code,
then the thread terminates.

Your saying that windows does not have the ability to load balance
programs/threads and/or multiple programs/threads over several cores?

--g

It does have the ability to load balance. The question is, whether
a typical application does that or not. If you're running MS Word,
and are attempting to scroll as quickly as possible, to the end
of the document, how many threads would that use ? It is my personal
belief, that high performance programming is not a priority for
most programmers. (I know, because I worked with some. I actually
had to teach some of them, what a profiler was!) All they aim for,
is accurately implementing a function, and the rest of it is noise.

Game design, on the other hand, can benefit from careful
optimization. How many gaming houses, will get the same
level of support as Microsoft did, when it asked Intel
for help with FSX ? The answer, is not many.

That is why I discount quads, as the "cure for cancer".
Sure, they're faster on a small range of applications.
If I know I'm going to be shrinking DVDs, creating output
from a video application, or other multimedia type applications,
I expect to see some parallelism there. But not for that pile
of legacy software you don't plan on changing any time soon.

Another part of the problem, is actually viewing what is
going on, with your OS. The Task Manager display is not
a very good way to visualize what the OS is doing. There needs
to be a way where a record can be kept of what was scheduled
during each time slice, so that a person could review exactly
how much parallelism is going on. Since the scheduler in WinXP
bounces stuff around willy-nilly, the separate plots per core
are rather meaningless. That is why I can't take what I see
there, at face value. When you see 75% in one graph, and
25% in the other, it could be one process running at 100%, and
being bounced from core to core.

I rely on SuperPI (a single threaded benchmark), so I can honestly
say "the worst you're going to see, is this ratio of performance".
The multiple cores *may* offer some benefits, but without knowing
what applications are being used, you can't offer anyone a guess
as to how much benefit their multiple cores will be. Have you
ever tried to get information from software sites, as to whether
their programs exhibit parallelism ? I've yet to find a software
house, that will help you out in terms of an optimal hardware
configuration. And it is why I can't say to a person, "go to the
Adobe site, and they'll help you determine whether a dual or a
quad core is the right answer". The information simply doesn't
exist. The best we can do, is rely on users and their experiments,
to tell us how the software works.

Paul
 
S

Syfo-Dyas

Does it have to be dual core?
Yes!

Do you want the equivant in price, gigahertz or processing power?

As I said in the post it has to have the same processign power...
It simply has to be as close as possible to the 8400.
 
S

Syfo-Dyas

AMD Phenom II X2 550 Black Edition Callisto
3.1GHz

Probably as close as you're going to get with a
dual core.


Thanks steve and to all who have responded....
 
D

Daniel Prince

geoff said:
However, IMHO, software not specfically
written for multi-cores but is multi-threaded, as is a lot of software,
would still get a benefit from multiple cores (and not a slight or minor
one).

Maybe we computer users could get together and compile a list of
programs that are multi-threaded and list how many threads they use.
A list of programs that are NOT multi-threaded would also be useful.
 
S

Syfo-Dyas

The closest performance match in a processor that is still widely
available is a Phenom II X3 720 (2.8GHz) which benchmarks slightly
better, even though it is slightly slower clock speed. Obviously the
extra core helps the Phenom II. But the interesting thing is, the
Phenom II X3 720 is significantly cheaper than an E8400. So if it's
E8400 performance you want, get a Phenom II X3 720 for less money.
Invest the savings in a better video card, perhaps? -Dave


Thanks just saw this setup. Although it is a quad how do you think it
rates???

http://www.tigerdirect.com/applicat...BY&cm_mmc=Email-_-Main-_-WEM2074-_-components
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top