Skip to content

Commit

Permalink
Update hardware.ts - Add 4 Intel Arc GPUs (#1073)
Browse files Browse the repository at this point in the history
Added 4 details of Intel Arc GPUs including the recently launched
battlemage GPUs.

I did it via mobile. Please check for accuracies before merging. Thanks.

Cc: @Vaibhavs10

---------

Co-authored-by: vb <[email protected]>
  • Loading branch information
qnixsynapse and Vaibhavs10 authored Dec 17, 2024
1 parent 8d52bb7 commit 4284a55
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/tasks/src/hardware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,24 @@ export const SKUS = {
memory: [16],
},
},
INTEL: {
"Arc A750": {
tflops: 34.41,
memory: [8],
},
"Arc A770": {
tflops: 39.32,
memory: [8, 16],
},
"Arc B570": {
tflops: 23.04,
memory: [10],
},
"Arc B580": {
tflops: 27.34,
memory: [12],
},
},
QUALCOMM: {
"Snapdragon X Elite X1E-00-1DE": {
tflops: 4.6,
Expand Down

0 comments on commit 4284a55

Please sign in to comment.