From afb31148d60e72249d196f13e717178910ce37e0 Mon Sep 17 00:00:00 2001 From: 1TSnakers <162380893+1TSnakers@users.noreply.github.com> Date: Sun, 13 Apr 2025 14:44:41 -0400 Subject: [PATCH 1/2] Add Intel Core 14th Generation (i7) I Just added my CPU, work still needs to be done to cover intel's 14th gen CPUs. --- packages/tasks/src/hardware.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/tasks/src/hardware.ts b/packages/tasks/src/hardware.ts index 4fb4b81a8a..130feb0dc2 100644 --- a/packages/tasks/src/hardware.ts +++ b/packages/tasks/src/hardware.ts @@ -489,6 +489,9 @@ export const SKUS = { "Intel Core Ultra 7 265KF": { tflops: 1.53, }, + "Intel Core 14th Generation (i7)": { + tflops: 1.13, + }, "Intel Core 13th Generation (i9)": { tflops: 0.85, }, From 9b85205851cb906edf6f861d0c6ecff3dff6d7dc Mon Sep 17 00:00:00 2001 From: vb Date: Fri, 23 May 2025 16:25:50 +0200 Subject: [PATCH 2/2] Update packages/tasks/src/hardware.ts --- packages/tasks/src/hardware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/hardware.ts b/packages/tasks/src/hardware.ts index 130feb0dc2..9301f535a8 100644 --- a/packages/tasks/src/hardware.ts +++ b/packages/tasks/src/hardware.ts @@ -490,7 +490,7 @@ export const SKUS = { tflops: 1.53, }, "Intel Core 14th Generation (i7)": { - tflops: 1.13, + tflops: 0.8, }, "Intel Core 13th Generation (i9)": { tflops: 0.85,