Question Geekbench 6 released and calibrated against Core i7-12700

Page 28 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

CouncilorIrissa

Senior member
Jul 28, 2023
493
1,860
96
9700X vs. "average" 7700X: https://browser.geekbench.com/v6/cpu/compare/6853850?baseline=6832932

File compression, Clang, Text Processing and Raytracer are all good improvements, especially if the 7700X sees a price drop.
It's actually the worst 9700X run, there are two better runs.

Regression in the Navigation run seems to be a reoccuring theme.
 
Reactions: Nothingness

Hail The Brain Slug

Diamond Member
Oct 10, 2005
3,442
2,331
136
It's... not really souped up. The CPU is fully stock on a normal sized air cooler. FCLK and RAM is tuned nicely, but it seems like we are seeing tons of examples of Zen 5 chips running 6400/2133 so the only real advantage is the somewhat extra tuned memory timings.

Is there a different ram/fclk config that you think would better represent a typical 7950X?

I never trust any provided benchmarks like this as representing the true stock performance of a part because they always seem to score worse than when I have the same hardware configured completely stock, running on a fresh OS install without a bunch of garbage services/background applications running.
 
Jul 27, 2020
18,915
12,883
146
Is there a different ram/fclk config that you think would better represent a typical 7950X?
I think a 7950X running EXPO @ DDR5-6000 CL30 or CL32 would better represent the vast majority of such machines in the wild.

A lot of users/system builders may not want to tweak anything. Just set the RAM to EXPO in UEFI and that's it. Why mess with stability and spend days troubleshooting it or have the customer call you with an unhappy tone?
 

Hail The Brain Slug

Diamond Member
Oct 10, 2005
3,442
2,331
136
After some Google'ing and some Linux perf play, I found out that geekbench_x86_64 still uses AVX2 instructions.

Beware with Geekbench v6 results! | Theldus's blog

AVX-512 instructions are used in both cases, while the number of AVX2 instructions is reduced, but they are still in use:

Code:
perf stat -e cycles:u,instructions:u,fp_arith_inst_retired.512b_packed_single:u,fp_arith_inst_retired.256b_packed_single:u,fp_arith_inst_retired.512b_packed_double:u,fp_arith_inst_reti\
red.256b_packed_double:u  ./geekbench_avx2
     2082633539364      cycles:u                                                      (66.67%)
     2478076989817      instructions:u            #    1.19  insn per cycle           (83.35%)
       13135540644      fp_arith_inst_retired.512b_packed_single:u                                     (83.35%)
       42443442793      fp_arith_inst_retired.256b_packed_single:u                                     (83.32%)
                 0      fp_arith_inst_retired.512b_packed_double:u                                     (83.35%)
          27397319      fp_arith_inst_retired.256b_packed_double:u                                     (83.33%)

     335.663318006 seconds time elapsed

     505.778856000 seconds user
      21.272345000 seconds sys

perf stat -e cycles:u,instructions:u,fp_arith_inst_retired.512b_packed_single:u,fp_arith_inst_retired.256b_packed_single:u,fp_arith_inst_retired.512b_packed_double:u,fp_arith_inst_reti\
red.256b_packed_double:u  ./geekbench_x86_64
     2180095192498      cycles:u                                                      (66.69%)
     2748777186937      instructions:u            #    1.26  insn per cycle           (83.35%)
       13099820608      fp_arith_inst_retired.512b_packed_single:u                                     (83.30%)
       17024206599      fp_arith_inst_retired.256b_packed_single:u                                     (83.33%)
                 0      fp_arith_inst_retired.512b_packed_double:u                                     (83.36%)
                 0      fp_arith_inst_retired.256b_packed_double:u                                     (83.33%)

     338.838301492 seconds time elapsed

     521.407118000 seconds user
      22.125630000 seconds sys

I will let @Hail The Brain Slug post his own results, both with AVX-512 disabled and enabled at BIOS level.
I'll get to this eventually, I swear!
 
Reactions: Nothingness

Hail The Brain Slug

Diamond Member
Oct 10, 2005
3,442
2,331
136
Take your time, there's no hurry 😀

Those AVX instructions don't appear to exist on my AM5/7950X system, so I am running the only AVX512 instruction that perf lists and the matching AVX256 instruction.
perf stat -e cycles:u,instructions:u,fp_ops_retired_by_width.pack_256_uops_retired:u,fp_ops_retired_by_width.pack_512_uops_retired:u ./geekbench_avx2

AVX 512 enabled results:
Performance counter stats for './geekbench_avx2':

1459209690095 cycles:u
2201820943555 instructions:u # 1.51 insn per cycle
311381405008 fp_ops_retired_by_width.pack_256_uops_retired:u
25566637170 fp_ops_retired_by_width.pack_512_uops_retired:u

250.079178916 seconds time elapsed

285.817969000 seconds user
24.687398000 seconds sys

AVX512 disabled results:
coming soon

Edit: I can't get AVX512 disabled results. The system reboots at a random point during MT testing without fail. I messed with some UEFI settings to see if it was some kind of CPU or RAM instability issue but it is not. I'm running a live boot so there are no persistent logs after the reboot. When I have more time later I'll have to do a full install so I can take a look at the logs and see what is going on.

I did stop a run before it rebooted and there are still fp_ops_retired_by_width.pack_512_uops_retired:u instructions counted. Perhaps it is not the correct instruction to check for, but there were no other 512 instructions referenced under the fp list on my system.

The AVX512 disable is definitely doing something otherwise it wouldn't be rebooting before it can complete every time I try to run it. (Runs perfectly fine with AVX512 enabled).
 
Last edited:

mmaenpaa

Member
Aug 4, 2009
87
151
106
Which subtest (if any) of GB6 is using SSE4.1 or SSE4.2 extensions?

I am building a new workstation for my customer (for Mastercam). I have asked supplier if software uses some form of AVX, but no answer so far.

I assume they are supporting only these, because Intel I9-14900 has only these:
Intel® SSE4.1, Intel® SSE4.2, Intel® AVX2

I am building it with AMD anyway but I am wondering if I need to wait for Zen5.

New workstation will be 7950X or 9950X based.
 

Nothingness

Platinum Member
Jul 3, 2013
2,959
1,833
136
Which subtest (if any) of GB6 is using SSE4.1 or SSE4.2 extensions?

I am building a new workstation for my customer (for Mastercam). I have asked supplier if software uses some form of AVX, but no answer so far.

I assume they are supporting only these, because Intel I9-14900 has only these:
Intel® SSE4.1, Intel® SSE4.2, Intel® AVX2

I am building it with AMD anyway but I am wondering if I need to wait for Zen5.

New workstation will be 7950X or 9950X based.
Geekbench6 technical information is here: https://www.geekbench.com/doc/geekbench6-benchmark-internals.pdf

No mention of SSE4 it seems, though it might be used in Embree library (but in that case, I guess that lib will use the more recent extensions rather than the old SSE4).
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |