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] 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, },