Squidge
Certified Guru
Ok, I wrote some benchmarking stuff today (calculating prime numbers using square roots) to give the 2x a bit of a performance test, and see how the two processors compare.
Running the test on the 920, it completes in 17.2 seconds.
Running the test on the 940, with the 920 twiddling it's thumbs, it completes in 17.1 seconds.
Running the test on both processors (interleaving, so each does exactly half the work load), it completes in 8.9 seconds.
I think this proves that the second processor is all but useless
Now, all we need to do is spread big loops that don't rely on results from a previous loop, over both processors using a similar technique.
I've still got to test memory bandwidth - accessing memory with the 920, 940, and then both together. So keep your ears open for the results of that test
Running the test on the 920, it completes in 17.2 seconds.
Running the test on the 940, with the 920 twiddling it's thumbs, it completes in 17.1 seconds.
Running the test on both processors (interleaving, so each does exactly half the work load), it completes in 8.9 seconds.
I think this proves that the second processor is all but useless
Now, all we need to do is spread big loops that don't rely on results from a previous loop, over both processors using a similar technique.
I've still got to test memory bandwidth - accessing memory with the 920, 940, and then both together. So keep your ears open for the results of that test