Skip to content

Commit

Permalink
Add rtx 4080 super to chips dictionary (Lightning-AI#20285)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuar authored and MrWhatZitToYaa committed Nov 20, 2024
1 parent f53218a commit e211e50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lightning/fabric/utilities/throughput.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,14 @@ def measure_flops(
torch.int8: 389.9e12,
"int4": 779.8e12,
},
"rtx 4080 super": {
torch.float32: 52.2e12,
"tfloat32": 52.2e12,
torch.bfloat16: 52.2e12,
torch.float16: 52.2e12,
torch.int8: 417.6e12,
"int4": 835.2e12,
},
"l4": {
torch.float32: 30.3e12,
"tfloat32": 60e12,
Expand Down

0 comments on commit e211e50

Please sign in to comment.