Hacker News new | ask | show | jobs
by injinj 1259 days ago
That's what I got (7950x steel legend), except that I'm running 128GB memory at 4800.

Here's my stream results (with the cpu in 105watt "eco" mode):

  $ wget https://www.cs.virginia.edu/stream/FTP/Code/stream.c
  $ gcc -O3 -fopenmp stream.c
  $ a.out

  Number of Threads counted = 32

  Copy:           45571.7
  Scale:          40672.0
  Add:            45317.3
  Triad:          42759.0
With array size 8,000,000

  Copy:           31551.3
  Scale:          30983.7
  Add:            34403.6
  Triad:          34484.1
1 comments

Interesting, didn't think memory speed will make so much difference but it did.

7950x X670E Steel Legend, standard mode, 2*32 GB = 64 GB RAM at 6000, CL 30.

    Array size = 1,000,0000

    Copy:           61488.8
    Scale:          55905.4
    Add:            61320.2
    Triad:          57706.5

    Array size = 8,000,0000

    Copy:           43631.0
    Scale:          43062.7
    Add:            46782.6
    Triad:          46966.8
Wow, that's significant. I may have to look into that.