phate334 commited on
Commit
d2be203
·
1 Parent(s): 6bedbda

[add] nvidia workstation ada gpu

Browse files
Files changed (1) hide show
  1. devices.json +12 -5
devices.json CHANGED
@@ -6,10 +6,17 @@
6
  "A16*4": {"memorySize": 64, "memoryBandwidth": 800, "FLOPS": "73.728TFLOPS"},
7
  "A30": {"memorySize": 24, "memoryBandwidth": 933.1, "FLOPS": "165.12TFLOPS"},
8
  "A40": {"memorySize": 48, "memoryBandwidth": 695.8, "FLOPS": "149.68TFLOPS"},
9
- "A100-40GB": {"memorySize": 40, "memoryBandwidth": 1555, "FLOPS": "312.0TFLOPS"},
10
- "A100-80GB": {"memorySize": 80, "memoryBandwidth": 1555, "FLOPS": "312.0TFLOPS"},
11
- "H100-PCIE": {"memorySize": 80, "memoryBandwidth": 2039, "FLOPS": "756.449TFLOPS"},
12
- "H100-SXM": {"memorySize": 80, "memoryBandwidth": 3352, "FLOPS": "989.43TFLOPS"},
13
  "L40": {"memorySize": 48, "memoryBandwidth": 864, "FLOPS": "362.066TFLOPS"},
14
- "L4": {"memorySize": 24, "memoryBandwidth": 300, "FLOPS": "121.0TFLOPS"}
 
 
 
 
 
 
 
15
  }
 
6
  "A16*4": {"memorySize": 64, "memoryBandwidth": 800, "FLOPS": "73.728TFLOPS"},
7
  "A30": {"memorySize": 24, "memoryBandwidth": 933.1, "FLOPS": "165.12TFLOPS"},
8
  "A40": {"memorySize": 48, "memoryBandwidth": 695.8, "FLOPS": "149.68TFLOPS"},
9
+ "A100 40GB": {"memorySize": 40, "memoryBandwidth": 1555, "FLOPS": "312.0TFLOPS"},
10
+ "A100 80GB": {"memorySize": 80, "memoryBandwidth": 1555, "FLOPS": "312.0TFLOPS"},
11
+ "H100 PCIE": {"memorySize": 80, "memoryBandwidth": 2039, "FLOPS": "756.449TFLOPS"},
12
+ "H100 SXM": {"memorySize": 80, "memoryBandwidth": 3352, "FLOPS": "989.43TFLOPS"},
13
  "L40": {"memorySize": 48, "memoryBandwidth": 864, "FLOPS": "362.066TFLOPS"},
14
+ "L4": {"memorySize": 24, "memoryBandwidth": 300, "FLOPS": "121.0TFLOPS"},
15
+ "RTX 2000 Ada": {"memorySize": 16, "memoryBandwidth": 224, "FLOPS": "12TFLOPS"},
16
+ "RTX 4000 SFF Ada": {"memorySize": 20, "memoryBandwidth": 280, "FLOPS": "19.23TFLOPS"},
17
+ "RTX 4000 Ada": {"memorySize": 20, "memoryBandwidth": 360, "FLOPS": "26.73TFLOPS"},
18
+ "RTX 4500 Ada": {"memorySize": 24, "memoryBandwidth": 432, "FLOPS": "39.63TFLOPS"},
19
+ "RTX 5000 Ada": {"memorySize": 32, "memoryBandwidth": 576, "FLOPS": "65.28TFLOPS"},
20
+ "RTX 5880 Ada": {"memorySize": 48, "memoryBandwidth": 960, "FLOPS": "69.272TFLOPS"},
21
+ "RTX 6000 Ada": {"memorySize": 48, "memoryBandwidth": 960, "FLOPS": "91.06TFLOPS"}
22
  }