Skip to content

Update hardware.ts #718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 30, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/tasks/src/hardware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ export const SKUS = {
tflops: 82.58,
memory: [24],
},
"RTX 4090D": {
tflops: 79.49,
memory: [24],
},
"RTX 4080 SUPER": {
tflops: 52.2,
memory: [16],
Expand Down Expand Up @@ -176,6 +180,10 @@ export const SKUS = {
tflops: 28.26,
memory: [32, 16],
},
P40: {
tflops: 12, // This sadly does not have native fp16 support, calculated at fp32. You dont need to add this gpu. It does have 47 INT8 TOP/s
memory: [24],
},
},
AMD: {
MI300: {
Expand Down Expand Up @@ -218,6 +226,18 @@ export const SKUS = {
tflops: 45.14,
memory: [16, 8],
},
"RX 6950 XT": {
tflops: 47.31,
memory: [16],
},
"RX 6800": {
tflops: 41.47,
memory: [16],
},
"Radeon Pro VII": {
tflops: 28,
memory: [16],
},
},
},
CPU: {
Expand Down