Skip to content

Commit f3d8550

Browse files
committed
Add MI300A and adjust MI300X cores
1 parent a8771b5 commit f3d8550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llmc/mfu.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static const PerfData HOPPER = {378.f, 756.f, 756.f, 756.f, 1513.f, 1513.f, 1620
4646
static const PerfData ADA = {82.6f, 165.2f, 165.2f, 330.3f, 330.3f, 660.6f, 2520.f, 512.f};
4747
static const PerfData RDNA3 = {61.42f, 122.8f, 122.8f, -1.f, -1.f, -1.f, 2500.f, 384.f};
4848
static const PerfData CDNA2 = {95.7f, 383.0f, 383.0f, -1.f, -1.f, -1.f, 1690.f, 208.f};
49-
static const PerfData CDNA3 = {122.6f, 980.6f, 980.6f, -1.f, -1.f, -1.f, 2100.f, 304.f};
49+
static const PerfData CDNA3 = {122.6f, 980.6f, 980.6f, -1.f, -1.f, -1.f, 2100.f, 228.f};
5050
static const PerfData GCN5 = {10.75f, 10.75f, 21.5f, -1.f, -1.f, -1.f, 1750.f, 60.f};
5151

5252
typedef struct {
@@ -98,6 +98,7 @@ static GPUEntry gpu_db[] = {
9898
{"NVIDIA H100 80GB HBM3", &HOPPER, 528, 1830}, // HBM3 = SXM5
9999
{"Radeon RX 7900 XTX", &RDNA3, 384, 2500},
100100
{"AMD Instinct MI250X/MI250", &CDNA2, 208, 1690},
101+
{"AMD Instinct MI300A", &CDNA3, 228, 2100},
101102
{"AMD Instinct MI300X", &CDNA3, 304, 2100},
102103
{"AMD Radeon VII", &GCN5, 60, 1750},
103104
};

0 commit comments

Comments
 (0)