- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why is the performance of MKL FFTs on Sandybridge node is 3-5 times faster than Westmere node?
I could think of these 2 reasons
1. Sandybridge has more CPU cores than Westemere
2. May be MKL is smart enough to use the AVX support available on Sandybridge.
Can anyone eplain why the performance of MKL differs between Sandybridge and Westmere?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>>Why is the performance of MKL FFTs on Sandybridge node is 3-5 times faster than Westmere node>>>
As you stated in your post it is very likely that improvement is due to newer architecture.The main improvemnt can be wider 256-bit units so you have twice FP throughput.If the uops do not contain interdependencies Port0 and Port1 can both at the same time issue one AVX mul and one AVX add operations.This can be combined at the same time with the two load/store opeartions performaed by the Port2 and Port3.Nehalem/Westmere was able to issue only one load and one store operations on its Ports.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vedaprakash,
Please provide details regarding FFT lengths, type of signal (complex/real), computing environment (cluster/single computer), and the processors that you are comparing (e.g. "Xeon E7-8867L", "Core i7-3820QM", etc.)
Thanks,
Evgueni.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page