View Single Post
  #1  
Old August 1st 11, 03:35 PM posted to alt.comp.hardware.pc-homebuilt,alt.comp.lang.borland-delphi,alt.comp.periphs.videocards.nvidia,comp.arch,rec.games.corewar
Skybuck Flying[_7_]
external usenet poster
 
Posts: 460
Default Skybuck's RAM Test version 0.07 (For CUDA and CPU) now available !

Just for the record,

I also wrote a CPU test which can run on any x86 cpu.

For the AMD X2 3800+ the results for a single core where as follows:

Test CPU Random Memory Access Performance.
version 0.01 created on 1 august 2011 by Skybuck Flying.
program started.
Setup...
ElementCount: 8000
BlockCount: 4000
LoopCount: 80000
Initialize...
ExecuteCPU...
CPU execution time in seconds : 0.7778037432131737
CPU memory transactions per second : 411414836.7016757590000000
program finished.

So that's:

411.414.836 random 32 bit integers per second (mostly from cpu cache).

This higher number is because of optimized code (no slow dynamic indexes and
no slow get element routine/no call overhead).

Bye,
Skybuck.