RTX A6000, closes #15

This commit is contained in:
Ole Algoritme
2023-09-26 20:43:48 +02:00
parent c4a504e9cc
commit b0a8424a45
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ sudo reboot
```
## Supported GPUs
- RTX A6000 (AD102)
- RTX 4090 (AD102)
- RTX 4080 (AD103)
- RTX 4070 Ti (AD104)

View File

@@ -41,6 +41,7 @@ struct device devices[32];
// device table
struct device dev_table[] =
{
{ .offset = 0x0000E2A8, .dev_id = 0x26B1, .vram = "GDDR6", .arch = "AD102", .name = "RTX A6000" },
{ .offset = 0x0000E2A8, .dev_id = 0x2684, .vram = "GDDR6X", .arch = "AD102", .name = "RTX 4090" },
{ .offset = 0x0000E2A8, .dev_id = 0x2704, .vram = "GDDR6X", .arch = "AD103", .name = "RTX 4080" },
{ .offset = 0x0000E2A8, .dev_id = 0x2782, .vram = "GDDR6X", .arch = "AD104", .name = "RTX 4070 Ti" },