Skip to content

Commit c999114

Browse files
melroy89julien-c
andauthored
Add AMD Ryzen Threadripper 7000 series (#1095)
- Adding AMD Ryzen Threadripper 7000 series to the drop-down selection option. - Use 10 TFLOPS for this Threadripper generation. - Update comment to explain we use FP32 results for CPUs --- And it seems there might be no FP16 or FP32 measurements done yet on either cpu-monkey.com or techpowerup.com regarding the Threadripper 7000 serie CPUs. And are like 7 or 8 CPUs in this 7000 series, so I would pick a AMD Ryzen Threadripper 7970X or AMD Ryzen Threadripper 7980X as a generic CPU for the whole 7000 serie. Then again, I have no clue what the tflops would be. I personally own an AMD Ryzen Threadripper 7960X. Could I do some benchmark myself? If so, which tool or calculation (stress) test do you advice to give us a good indication? --------- Co-authored-by: Julien Chaumond <[email protected]>
1 parent f440c77 commit c999114

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/tasks/src/hardware.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const TFLOPS_THRESHOLD_EU_AI_ACT_MODEL_TRAINING_TOTAL = 10 ** 13;
1414

1515
export interface HardwareSpec {
1616
/**
17-
* Approximate value, in FP16 whenever possible.
17+
* Approximate value, in FP16 whenever possible for GPUs and FP32 for CPUs.
1818
* This is only approximate/theoretical and shouldn't be taken too seriously.
1919
* Currently the CPU values are from cpu-monkey.com
2020
* while the GPU values are from techpowerup.com
@@ -420,6 +420,9 @@ export const SKUS = {
420420
"EPYC 1st Generation (Naples)": {
421421
tflops: 0.6,
422422
},
423+
"Ryzen Zen 4 7000 (Threadripper)": {
424+
tflops: 10.0,
425+
},
423426
"Ryzen Zen4 7000 (Ryzen 9)": {
424427
tflops: 0.56,
425428
},

0 commit comments

Comments
 (0)